Loading Tool

Explorer IconExplorer

Memory Pool

40,421 transactions
27.15 vMB
0.07989568 BTC
Random Selection Loading Transactions
Max Size: 140.67/200 MB

Candidate Block

Mining Attempt 37a83b8baaeb69c9bae173b633e0c4eed8b8bdedcd9c0d695c48da0fcceb5283
Version 20000000
Previous Block 00000000000000000001bb61480f3acfb38c91942ee0224968a6552800d0bad8
Merkle Root ad0b0385c63f403903e27d8f40a9b1f51a06d9a08294b998e5b0ae93cfea2ac1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,296
Size: 1.00 vMB
Total Fees: 0.02488439 BTC
Feerates: 201.37 > 2.49 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,681 (315,055 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
599,626 599,626 00000000000000000011245ae8223da271afe08aa51eafff791496a76624d9ad 2,635 1.00/1.00 vMB 8
599,625 599,625 0000000000000000000beedfa208a224d1f1d14de4f4902f70d6fd24e64d8322 2,564 1.00/1.00 vMB 14
599,624 599,624 00000000000000000007a4d53dd40a80d5efbe473899871c87416a97a1c147ec 3,075 1.00/1.00 vMB 27
599,623 599,623 000000000000000000047eb47ae2d714197aa9c23ccb9bd97b3429a5013353ae 2,314 1.00/1.00 vMB 38
599,622 599,622 00000000000000000007f956d21c479a7a39d2f2500bcb21fa1b7f8e64b0f5cf 2,814 1.00/1.00 vMB 19
599,621 599,621 0000000000000000000e5b4ed6dbda4516012b0db8174e8153573edf4ccb576a 2,604 1.00/1.00 vMB 19
599,620 599,620 0000000000000000000250845f3175b6cb127307932d3dd104da47f8f565b332 2,213 1.00/1.00 vMB 16
599,619 599,619 0000000000000000000bf384ce7860bc38101d00921d063e11051dda5e7d664d 3,140 1.00/1.00 vMB 39
599,618 599,618 00000000000000000002aeedb254113a402b4d559aec5283120c9cc078cb9160 1,664 1.00/1.00 vMB 25
599,617 599,617 00000000000000000004f1c597d56e1da56e18a1012b024722f51199c5308049 2,625 1.00/1.00 vMB 29
599,616 599,616 0000000000000000001212470b15316c23eb6367d48476332c544c5bd513b7f3 2,726 1.00/1.00 vMB 21
599,615 599,615 000000000000000000056b067752f2cd4f7ce7d02785a142e693177d8eebb8b2 2,129 1.00/1.00 vMB 22
599,614 599,614 00000000000000000013c2a5caa07f866403aac7da5c64e6824d1a26f36bf9ee 1,879 1.00/1.00 vMB 37
599,613 599,613 00000000000000000003b3cac42baa69539e8049406ffdd430069f063e6f12b8 1,077 1.00/1.00 vMB 76
599,612 599,612 000000000000000000037b7f1cc8122df52414377c17817999c6ce7abc50848c 1,891 1.00/1.00 vMB 20
599,611 599,611 000000000000000000155fc2677a86dd10b0fef4ad41f099e78e0dc6d749b5d0 2,583 1.00/1.00 vMB 20
599,610 599,610 00000000000000000012ef83a5daa8e2b45599dcdd7b61aeb39216e498009efb 2,653 1.00/1.00 vMB 27
599,609 599,609 000000000000000000012d36ed1e240dbdedb5ddc5899ab5f9db0e1f9b22fee4 2,811 1.00/1.00 vMB 47
599,608 599,608 00000000000000000012ba8dbd260dab17dbb4704d3723f07a612fb2be1f9e38 1,518 0.66/1.00 vMB 19
599,607 599,607 0000000000000000000b7e8ef6d42432317577b989bf2624272ac765e5d7704e 2,642 0.99/1.00 vMB 29
599,606 599,606 0000000000000000000f11cd4c52c3c002778bbd21ab798d81c2a79c49ae1396 626 0.71/1.00 vMB 2
Previous 10 blocks ↓
Total Size: 781.83 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 636.65 GB
    • Received: 12.38 GB
  • Uptime:

Notes

  • Use the search bar at the top of the website to search for transactions and blocks.
  • Memory pool size (vMB) is the total size of the raw transaction data (not including metadata).
  • Block size (MB) does not include block header, tx count, or coinbase transaction.
  • Feerates are in sats/vbyte.
  • AFR = Average Feerate

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

  • Basic. The data is laid out to try and represent the structure of raw transactions and blocks.
  • Fast. I've made the pages load as fast as I can. If you can't be pretty, you might as well be fast.

So it's pretty basic, but I think you can learn a lot about how Bitcoin works by browsing the raw data and seeing how it all connects together.

Data

The data on this explorer comes from the following sources:

  1. Bitcoin Core. This is used to get raw transaction and block data. This is retrieved via simple bitcoin-cli commands.
  2. SSDB. I'm using a custom database to store the address balances and spent locations of each output. Bitcoin Core does not store this information, so I'm using a custom script and database to store this extra information.

Privacy

This blockchain explorer does not track anything.

I do not collect IP addresses or keep track of requests. Nor do I use any third-party analytics or tracking software.

However, this blockchain explorer is not open-source, so you have to trust me on this one.

Bitcoin Core Explorer

If you want to explore blockchain data without having to trust anyone with your privacy, the simplest way to do this is to run your own Bitcoin Core node and run bitcoin-cli commands.

The two most useful commands are:

  • bitcoin-cli getrawtransaction <txid>
  • bitcoin-cli getblock <hash>
  • You will need to add txindex=1 to your bitcoin.conf configuration file to be able to query for all transactions.
  • Use bitcoin-cli help to a complete list of commands.
  • Use bitcoin-cli help <command name> to see detailed information about a command and all the available options.

Alternatively, you can also run your own self-hosted explorer such as mempool or btc-rpc-explorer.