Loading Tool

Explorer IconExplorer

Memory Pool

1,005 transactions (0.29 vMB)
  • 1 sats/vbyte = 2 blocks ()
Show Random Selection Loading Transactions
Max Size: 1.59/200 MB

Candidate Block

Height Target Txs Fees Size Avg Feerate AFR
912,321 000000000000000000022b910000000000000000000000000000000000000000 1,005 0.00881743 BTC 0.29 vMB 2.01
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,320 (764,501 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
147,819 147,819 000000000000015c626f2b72b65767ea03e0c6c4bec75bda9dab4897aa593849 0.00 MB 10 30
147,818 147,818 0000000000000133147ead957429b86ba389cec8e00f307fee66fa7032643c76 0.01 MB 22 220
147,817 147,817 00000000000001da4c2ed7478ca83ed4d66b44a3c62fcfc81aa13d65dc79de03 0.03 MB 102 170
147,816 147,816 00000000000007fa600f223da8c45d05030ebfc0fbeb854dd93f4185a6f191a6 0.01 MB 36 519
147,815 147,815 000000000000061b793751dab95b5860c6ceb3b454ccc21acbc7df22145a9535 0.02 MB 41 305
147,814 147,814 000000000000043e274aadeabd745ef41aadf2ddc5fdd4f077dd9ea225240a0e 0.00 MB 8 146
147,813 147,813 00000000000006f252818c925b58e2ecbc3e4303a4067781469baa70106f0f53 0.05 MB 122 49
147,812 147,812 000000000000016e9c4f8f73ad6cf44d8a5749806641f6fb1e38e636d0a4af70 0.00 MB 13 16
147,811 147,811 000000000000050b54f40ab73574a80dff05029937c490eefd5cedae921a4865 0.04 MB 99 308
147,810 147,810 0000000000000496dda978d36c0decfb9cf0f7671d5b000ed40f71a398e0e4b3 0.04 MB 68 392
147,809 147,809 000000000000077a43cbeb64716185080eb1a11c384760abf15d668fabed967e 0.01 MB 19 42
147,808 147,808 0000000000000469528d662b21c8dbe03596531c4db289d09f54b29be4b8f8c3 0.04 MB 114 53
147,807 147,807 0000000000000662bc9c97d8a76bebb0f175c3819bf56571e985e7e8599790ee 0.05 MB 90 136
147,806 147,806 00000000000006142d918d4b5f000bb2ad34dadb0061cf9c9189f6336ba1df79 0.00 MB 6 1,019
147,805 147,805 00000000000002d02998efdf02589cc2ef7d6b70c649937fb776f7c4d2ea4c61 0.03 MB 73 110
147,804 147,804 00000000000000de54735e907cf0c6e75154d6d86a44d78ad9e688a7ecec6ac1 0.05 MB 105 83
147,803 147,803 00000000000007c9310312cbedc8dc2ec195f52590234d519397c0152d280845 0.04 MB 48 160
147,802 147,802 00000000000007d9bd57aaf827f7186853fa096a53cb8d993c3a37e30aa69761 0.01 MB 22 117
147,801 147,801 000000000000059e9b1c168dce59291c49408855c533693d9582708be31c0a18 0.01 MB 21 55
147,800 147,800 00000000000008bd850507bfad1b02bc9fd8d2682caa197a92da93591a8f4d03 0.02 MB 68 113
147,799 147,799 00000000000006efceb03a51a7c57ac8e30fbd81c9019125d23303a1deea5986 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 777.66 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 2,543.07 GB
    • Received: 136.66 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.