Loading Tool

Explorer IconExplorer

Memory Pool

85,737 transactions
32.84 vMB
0.13131767 BTC
Random Selection Loading Transactions
Max Size: 195.44/200 MB

Candidate Block

Mining Attempt c9e226af0ffe93a4d5f88a53552827f17b8296f1efcc80f4d7a701a7e8e8070d
Version 20000000
Previous Block 00000000000000000000880b1680fef67d1387961500b05f68e29399f83d5076
Merkle Root 27c46b401d258f4f8c819449eda5023cf06a60a52a305c65e8d0fb269f6a62b6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,643
Size: 1.00 vMB
Total Fees: 0.06082649 BTC
Feerates: 387.56 > 6.09 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,953 (324,798 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
590,155 590,155 00000000000000000011416e398fcd49cdc33e869f62c3018be74d331113c3a7 2,373 1.00/1.00 vMB 32
590,154 590,154 00000000000000000017f990ab887da60f4cf4b64fdbaee0881d5ee453bdeb80 3,492 1.00/1.00 vMB 31
590,153 590,153 0000000000000000000318d8cefdca11e9088dd9facc13a2c6e711ef6494037f 3,068 1.00/1.00 vMB 44
590,152 590,152 0000000000000000001983a98dd08941d114aff974ecc4127ac8739b1cae1d85 2,257 0.84/1.00 vMB 7
590,151 590,151 0000000000000000000d68f93469e704267cc6299b6431131e5146c09f9635f4 3,126 1.00/1.00 vMB 57
590,150 590,150 00000000000000000016f26ffdd5b92221f463f69f29657b58bd1e07655ad348 2,141 0.80/1.00 vMB 30
590,149 590,149 00000000000000000014577f38fe454a6a0fb7af98715f34779f0d921798f941 3,229 1.00/1.00 vMB 29
590,148 590,148 00000000000000000019a59067bcce3959efcbe9bcdf06a042411537069a00ad 3,097 1.00/1.00 vMB 40
590,147 590,147 00000000000000000008cbfc431a0bc35902956a1d9c0f849661bced16494706 283 0.07/1.00 vMB 36
590,146 590,146 0000000000000000000e2ba639e7be48c9ec2e6a7ab34c0b1dab2da368fbb148 1,333 0.40/1.00 vMB 36
590,145 590,145 00000000000000000014a197e0c03d7c4241a9eb7a2e998dfe7099c6d1d3b764 1,820 0.60/1.00 vMB 29
590,144 590,144 00000000000000000015f772f0f9efb878eef534fb598bac1d5ffacd4dde3729 565 0.18/1.00 vMB 36
590,143 590,143 00000000000000000005fef282ff45d0d525da4d986eada8f63b8990c757f7ed 3,032 1.00/1.00 vMB 15
590,142 590,142 0000000000000000000ea5374d5d47e588332eaeab56c9da0b16056c2be1b13f 3,327 1.00/1.00 vMB 42
590,141 590,141 0000000000000000001aad4a2d3d8eea4f581c6a459f3e6f065f40923fccb8c8 2,338 1.00/1.00 vMB 30
590,140 590,140 00000000000000000011828d30033244794db6bbca6264d595e48b390852234d 2,561 1.00/1.00 vMB 35
590,139 590,139 000000000000000000082738e7902c1b53376d6c55fdba9289b2e9592c44541a 2,579 1.00/1.00 vMB 66
590,138 590,138 00000000000000000013f4c709d5b9986bc546cc8bb96e5364fdb8ee654001a5 2,394 1.00/1.00 vMB 18
590,137 590,137 000000000000000000089aafb117593296b9888ef8e66b9605f3e3e8e309b848 2,689 1.00/1.00 vMB 65
590,136 590,136 000000000000000000065b9caddc3b1776ae93882720d2fdf4b809084474a102 188 0.05/1.00 vMB 16
590,135 590,135 00000000000000000014f2ec3ee9bf48d6a65f67750e06c3551876375e47264d 2,871 0.90/1.00 vMB 25
Previous 10 blocks ↓
Total Size: 782.31 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: 659.27 GB
    • Received: 14.60 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.