Loading Tool

Explorer IconExplorer

Memory Pool

35,196 transactions
25.74 vMB
0.08199952 BTC
Random Selection Loading Transactions
Max Size: 130.65/200 MB

Candidate Block

Mining Attempt 35232a10a8881bcfbf4d4daaeaf9ed7afc9c8593137a1413d7e8979035102a3c
Version 20000000
Previous Block 00000000000000000000624d4057b8824b6424cdc1dfd72c3851a194c52d8c6f
Merkle Root 214e42096c1d285050bb408b4ec87eec7e220d2d18d17b192076d1662a6b4015
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,863
Size: 1.00 vMB
Total Fees: 0.02931482 BTC
Feerates: 150.71 > 2.94 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,705 (828,434 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
86,271 86,271 0000000000097e1461aacdc913077184731b6f3c4e6770eadd4b1870d40e74bc 1 0.00/1.00 vMB 0
86,270 86,270 00000000000cc7de81a8cc5434065965a4a617a5a3bd64e68a0d7d3056e8aff2 4 0.01/1.00 vMB 0
86,269 86,269 000000000003f2babb3cfbd3f49986b54bef8187184a4f7d531bdc868394f7c2 2 0.00/1.00 vMB 0
86,268 86,268 00000000000f7a5e411e0c02218b06cce01a953aaba40b0b387fceb8091c4676 4 0.00/1.00 vMB 0
86,267 86,267 000000000000253dbe6779058ca57b99b141021233717eace823bf08f4b98de9 1 0.00/1.00 vMB 0
86,266 86,266 00000000002d053ee5f3a0393b3cfcf1f77509942da2c124d19a33c543670ab8 1 0.00/1.00 vMB 0
86,265 86,265 00000000000299fc239c96fbf66ef5592942956155711731c67f7916f5e67ee5 1 0.00/1.00 vMB 0
86,264 86,264 00000000002da1d416e0d63ec47c4c4b1634361c1e5fedc3369089309629bda9 1 0.00/1.00 vMB 0
86,263 86,263 000000000008eb140040a01bb8564751631f1fa13f9be02c2efb3b548bbea1e2 2 0.00/1.00 vMB 0
86,262 86,262 0000000000160f3ff1d819efbba52f8c4f02116926cfec398f69d67aa99eb5eb 1 0.00/1.00 vMB 0
86,261 86,261 00000000001b58843e56b1b56e190af0c155eb0843853d8b0b1173423e20fe30 2 0.00/1.00 vMB 0
86,260 86,260 00000000002633d92baad455dbb744cf387568bc6983980238e3531bcdbf27f8 10 0.00/1.00 vMB 0
86,259 86,259 00000000000eddd32c5b4606f46b5474463decf70904dd66138806d1057bd25e 3 0.00/1.00 vMB 0
86,258 86,258 0000000000273da92cba4e8a36f6345bbc904feff7c2aa4a2b6c482f7a5f4121 1 0.00/1.00 vMB 0
86,257 86,257 0000000000065f2bcef0c4d88472e756118e60b9c5671869e0661568ce86ae39 4 0.00/1.00 vMB 0
86,256 86,256 000000000013ef6ddc4bc9925fcc9a74f786de9331a208cbbe83adf612d313b0 2 0.00/1.00 vMB 0
86,255 86,255 000000000019bbf005cf6562e42b70b4492937b0fd956d556863cc1f2ab3ee79 3 0.01/1.00 vMB 0
86,254 86,254 000000000011ab4b91dba5da5f66d38067da94624543a7fa5dec00e132f09d2f 5 0.00/1.00 vMB 0
86,253 86,253 000000000000c92df373a1306dbcb7d6ad1c8ac65f026b0b4a57957ac235b12e 3 0.00/1.00 vMB 0
86,252 86,252 000000000021aaf486485a369b2cd2f6370c95232d14cd2a4cceb1281e0bcd50 4 0.00/1.00 vMB 0
86,251 86,251 00000000001a8ab42486095fc082fdeb8b6be7cbfcc410aeda8e6950316dd8ea 7 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.87 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: 642.87 GB
    • Received: 12.56 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.