Loading Tool

Explorer IconExplorer

Memory Pool

88,812 transactions
32.31 vMB
0.14477857 BTC
Random Selection Loading Transactions
Max Size: 195.72/200 MB

Candidate Block

Mining Attempt 4165b043504fa54092c0f8381fea3694cdbf990729b93d9533734b0290e1bbf2
Version 20000000
Previous Block 0000000000000000000073dadc631dd956a009d41a1710c631dc5e901f1b559d
Merkle Root e43180330b3a49f987585a1765f710cad4dd5b3c1d85e2d23d7a84c09d3fb23e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,144
Size: 1.00 vMB
Total Fees: 0.05589523 BTC
Feerates: 545.32 > 5.60 > 0.40 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,073 (272,980 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
642,093 642,093 00000000000000000008e19d8c2bcbff90696650822c153c16854333acb0025d 2,441 1.00/1.00 vMB 71
642,092 642,092 0000000000000000000526e5832e29d4bfea3402516689091db27a1f6b7b8d32 2,892 1.00/1.00 vMB 130
642,091 642,091 000000000000000000055840f69de60f27fa55bebc6f288ac744433cd826c948 3,132 1.00/1.00 vMB 109
642,090 642,090 00000000000000000001e9c15c2d6bc7fab2e2ca4b35458a01c6c316aa6bf76e 2,449 1.00/1.00 vMB 143
642,089 642,089 0000000000000000000467513c4d33f3d4d2af0949b2afd0c37cbc613a87191b 2,703 1.00/1.00 vMB 141
642,088 642,088 0000000000000000000ce1bd87a1d3a70446b4335046d276e51dca386de5dbb2 2,623 1.00/1.00 vMB 189
642,087 642,087 00000000000000000002a2089ec4eebc242579991d7809bfae77e223dbffc508 2,679 1.00/1.00 vMB 95
642,086 642,086 0000000000000000000bb058a3ce2215cbd8295b7f20abcedaa4404ffaa6541b 3,020 1.00/1.00 vMB 107
642,085 642,085 0000000000000000001026aa8cffc70a4a9d1fa0acdee60b7bf7f84656595a66 2,849 1.00/1.00 vMB 94
642,084 642,084 000000000000000000091d34fb4ebf3a5087e30624772e99c972850a8e555433 2,682 1.00/1.00 vMB 148
642,083 642,083 00000000000000000001651d88ef3f766bf2d389abcfa52744ee022e9e2713a1 1,318 1.00/1.00 vMB 114
642,082 642,082 00000000000000000002150dca2f04a05149ab8c24df919cdf3bab5d5a87f937 2,744 1.00/1.00 vMB 162
642,081 642,081 00000000000000000000078ff2f67344a10bbf94378b437465716ee5e959382c 1,849 1.00/1.00 vMB 28
642,080 642,080 0000000000000000000c2667ff9a3ff1aa5d775b06a179a1e3096a6f8d34536d 2,576 1.00/1.00 vMB 133
642,079 642,079 00000000000000000003160cdc1106d65086d1636f2882c823c2be8979ba0d1b 1,944 1.00/1.00 vMB 78
642,078 642,078 000000000000000000004f8def0a6b3d4b369258f72ee460ce1b2b0aa35bfdf1 879 1.00/1.00 vMB 19
642,077 642,077 000000000000000000025b1996d3fe954af9f746baa36b621eccd15cadb7119e 2,565 1.00/1.00 vMB 48
642,076 642,076 0000000000000000000123a9ddfbed2179e4e2e84abb08203a1aae4b8f8217fe 2,047 1.00/1.00 vMB 146
642,075 642,075 0000000000000000000ea7a8ff851d39033a2803ed731782a483aa73d8bcfeef 2,377 1.00/1.00 vMB 30
642,074 642,074 0000000000000000000a614ae107de2a2698d4b4f8256339a64f0cfe8cf20b27 1,703 1.00/1.00 vMB 30
642,073 642,073 000000000000000000079afa902e08590f3b9f7647046a35b923f5ffbb6b8a91 2,437 1.00/1.00 vMB 52
Previous 10 blocks ↓
Total Size: 782.52 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: 668.92 GB
    • Received: 15.64 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.