Loading Tool

Explorer IconExplorer

Memory Pool

52,676 transactions
29.25 vMB
0.09559834 BTC
Random Selection Loading Transactions
Max Size: 156.16/200 MB

Candidate Block

Mining Attempt 4d46d1a0429667d5a5bfed9ec98a5f22135036a9cb8d10839fae35b919e17bee
Version 20000000
Previous Block 000000000000000000014dfbe7f39f88da835586e6043c860399950dddc4e4d7
Merkle Root a17a96485a01b75bae7907347dcced929c12922e4c52bf2e5a1598e3035267cc
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,446
Size: 1.00 vMB
Total Fees: 0.03370364 BTC
Feerates: 100.66 > 3.38 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,942 (240,413 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
674,529 674,529 000000000000000000082d9c3ce0bc6aa2e976f9c59c4054b848026670a93e13 1,812 1.00/1.00 vMB 23
674,528 674,528 0000000000000000000ae351711edcb6b2666b4bdb81af7decbcd07b4f2a8034 2,362 1.00/1.00 vMB 87
674,527 674,527 0000000000000000000ab9ae10beaa2a4e75af0e2381de04055f3dd8e77ad084 2,348 1.00/1.00 vMB 41
674,526 674,526 0000000000000000000147a192348460cac9b28a559e4918b1a3831a846dfac7 2,165 1.00/1.00 vMB 43
674,525 674,525 000000000000000000035699ecc9ef222b03950baee902728b4d1739c876a75b 1,636 1.00/1.00 vMB 47
674,524 674,524 0000000000000000000ac3b22332e6c819d152f889b194dbf388b20dba9d6428 1,928 1.00/1.00 vMB 108
674,523 674,523 0000000000000000000191d48fee292de0fb4fcf8185585cd9a254f178b5dd19 1,145 1.00/1.00 vMB 103
674,522 674,522 000000000000000000069777e1040ab316ef4551acd169b3d6b95f314d9db691 310 1.00/1.00 vMB 19
674,521 674,521 0000000000000000000423a849576ccfbeba4ef8dffd11799e57aab5cab852d8 1,092 1.00/1.00 vMB 53
674,520 674,520 00000000000000000004affda8e2176f0c3c90b8ab2e6ea0b66d0cef42aa90dd 1,628 1.00/1.00 vMB 23
674,519 674,519 000000000000000000017c99c019cd7dfebbc6a043400a8a6a7dbbec41e85db6 1,912 1.00/1.00 vMB 50
674,518 674,518 000000000000000000085936b07ac3a47233f1106dcd7b600243e97799f52f7b 1,869 1.00/1.00 vMB 62
674,517 674,517 00000000000000000000bd6e6141156e034b775cdc3f0aad4c35d5857fd1aa34 2,321 1.00/1.00 vMB 32
674,516 674,516 00000000000000000009eb9741c336f17a36acd2057ef15301551b5dc9c7b350 1,558 1.00/1.00 vMB 54
674,515 674,515 00000000000000000009b1257e64db853adb90be8ca9cef1d7b32772fd4167f8 1,951 1.00/1.00 vMB 68
674,514 674,514 0000000000000000000a3b2478ae65ce89c0ce6f76842a1da0dfa4191d03fc4b 2,192 1.00/1.00 vMB 34
674,513 674,513 000000000000000000051842f77583f3c23832d02cd99f9f1bab58f45a64e6a2 1,290 1.00/1.00 vMB 96
674,512 674,512 0000000000000000000a4a20a7a1611524fdf94ab440cc545d6435f470d3b7a6 2,143 1.00/1.00 vMB 110
674,511 674,511 000000000000000000021f49a0d29de5a648b1207608e77528c4651c96241055 1,847 1.00/1.00 vMB 94
674,510 674,510 00000000000000000008ceaefa3cc556bc1c916d0c97fc2c4b59feedfd16e05a 1,673 1.00/1.00 vMB 115
674,509 674,509 000000000000000000014d6789edfab89015f21f750880ce6e5a42b41870fe80 2,220 1.00/1.00 vMB 71
Previous 10 blocks ↓
Total Size: 782.29 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: 657.06 GB
    • Received: 14.47 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.