Loading Tool

Explorer IconExplorer

Memory Pool

81,173 transactions
30.62 vMB
0.07370861 BTC
Random Selection Loading Transactions
Max Size: 187.84/200 MB

Candidate Block

Mining Attempt 740cf9752bba61e4373147a4b3cb5cb454ebb770b902fad5a3c6966cec5d316a
Version 20000000
Previous Block 00000000000000000000e355a63f14f9cc43d1b199a04906e2a59f17aa1c6192
Merkle Root c566051e17a0f089f84056596c0f55f268b49a89ccbe4b831bda484c7c9b7034
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,595
Size: 1.00 vMB
Total Fees: 0.00525572 BTC
Feerates: 10.52 > 0.53 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,229 (470,533 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
444,696 444,696 00000000000000000277128aeb137901b8b1acff2df46570897f0a98f37c846d 1,053 1.00/1.00 vMB 43
444,695 444,695 000000000000000001db51d44c42d3e3f3b19cadb4c2cf5d9736026514393dd1 2,352 1.00/1.00 vMB 65
444,694 444,694 000000000000000000e1f6d67e9f415d9d42351ab7c2825eb3638a33420682f7 2,690 1.00/1.00 vMB 100
444,693 444,693 000000000000000001da14b2dc82a86098d3f0327b0220ca03c5a226b50a34b4 1 0.00/1.00 vMB 0
444,692 444,692 00000000000000000006ed022e664a089c50e1069551620a8569296f3a7208e1 171 0.25/1.00 vMB 33
444,691 444,691 0000000000000000005a087119c673025679301fa9fa39090f0f94a8d8b35d3b 1,959 1.00/1.00 vMB 57
444,690 444,690 00000000000000000243102eeafe2d7f43484a3a50663541bf079d474d17c409 2,632 1.00/1.00 vMB 65
444,689 444,689 00000000000000000075c51504c60a986e4efd3dc7b349fdcadf250787adfca8 2,079 1.00/1.00 vMB 81
444,688 444,688 00000000000000000212ce424166b7cdbb6e93758db32d334b2e049664bc7258 2,746 1.00/1.00 vMB 96
444,687 444,687 0000000000000000034c67b900792e5d3a7bc7f1ef43bd43a6f96406e9b302df 2,758 1.00/1.00 vMB 86
444,686 444,686 000000000000000000017d9d22b236a8f897f167b19e958c9dc591176c82f1ff 2,142 1.00/1.00 vMB 67
444,685 444,685 000000000000000000eafce595095c765b3d314bdf8aed6d149e63f9c563c02b 2,576 1.00/1.00 vMB 78
444,684 444,684 0000000000000000038441db412f825c2ddddfc30d1d930ca7d2dc046c4690e7 1,549 0.67/1.00 vMB 75
444,683 444,683 000000000000000002f7d9107495396fda8c39c73ea89666e7e17eb8b9cbcede 438 0.21/1.00 vMB 76
444,682 444,682 000000000000000000a8931ba9bb055af1204f9b6369a82e29b5dc60d98cea83 143 0.07/1.00 vMB 63
444,681 444,681 0000000000000000013f3ddf2ae808bdbccca80cb3a4a0980d6726b2142eddee 1,144 0.62/1.00 vMB 52
444,680 444,680 000000000000000001a3d9caf8f2b3e57477e59376d5085af16fad0beb34fdcc 2,437 1.00/1.00 vMB 82
444,679 444,679 0000000000000000014d3cd26472e6c6c6b323eb48fe98b7ad434118e2c8927a 2,499 1.00/1.00 vMB 78
444,678 444,678 00000000000000000156e048637ef1e738f9aed433220f96e6a241d88adb15e5 2,719 1.00/1.00 vMB 91
444,677 444,677 000000000000000002cde4b188338346cd425cbcb9c27b1185dc85f6acc9254f 618 0.41/1.00 vMB 51
444,676 444,676 0000000000000000002cca509cdba7093e9360658f38c9c0d418aaa82ac48ddc 2,016 1.00/1.00 vMB 65
Previous 10 blocks ↓
Total Size: 782.79 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: 709.75 GB
    • Received: 16.98 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.