Loading Tool

Explorer IconExplorer

Memory Pool

78,293 transactions
29.03 vMB
0.08940237 BTC
Random Selection Loading Transactions
Max Size: 175.54/200 MB

Candidate Block

Mining Attempt 4fdb8497758d2baed57f6692474938f35e54af04aae8807157b69130375df690
Version 20000000
Previous Block 00000000000000000001c91beefdbf93e824f2717ab594e9edd9a754a7cec7fc
Merkle Root 9a434569e2d52a3b03f4a3b3f685ccd1bb574bce9fd0a508bd2803a671c8ec4c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,284
Size: 1.00 vMB
Total Fees: 0.02876072 BTC
Feerates: 477.45 > 2.88 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,137 (288,600 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
626,537 626,537 00000000000000000009061929cfa6ab0df7469356d37427ea8f60182e98cac1 2,339 1.00/1.00 vMB 17
626,536 626,536 0000000000000000000cc0b89b1c7cdc0009ca0cb6c86cc9b4046ff8ca32cab6 1,485 0.61/1.00 vMB 10
626,535 626,535 00000000000000000012cbb778b4dd5ed87667e57d2d09c7cf675e1ddd83545f 2,204 1.00/1.00 vMB 13
626,534 626,534 0000000000000000000567df90c4d00d453ab81dddf57cb361ea1550ff5f8456 2,383 1.00/1.00 vMB 11
626,533 626,533 0000000000000000001004d06ae8ee420b2f9a77f4444d4f7c19b48b789a7a6e 2,552 1.00/1.00 vMB 16
626,532 626,532 00000000000000000002c1b6337561ee18315822fa606f4f3724cf4fe1592e2b 2,546 1.00/1.00 vMB 16
626,531 626,531 000000000000000000056d4c28d02906e4c158bf748082938699b9220464d62b 2,129 1.00/1.00 vMB 20
626,530 626,530 0000000000000000000a7179cffa50ebab5f565708411374dc92279c96bdb129 1,072 0.39/1.00 vMB 18
626,529 626,529 00000000000000000011038feee892bbdd488e2901f6887783644225ec0e593b 33 0.01/1.00 vMB 14
626,528 626,528 0000000000000000000090054e426fa602f2bed48ad3a1fdebcbb59ea4c6ceeb 969 0.32/1.00 vMB 18
626,527 626,527 00000000000000000011c91c2dfd14b57e66ed5c32c1b37f1e7c775eaa91c3ee 2,608 0.94/1.00 vMB 14
626,526 626,526 0000000000000000000e5a530cca3fa1cd5e325353c0536707c13772f6dbc18f 227 0.07/1.00 vMB 15
626,525 626,525 0000000000000000000ec1f24a2b5f4b9f2d454291e88c365eccba9460a76a38 1,565 0.53/1.00 vMB 15
626,524 626,524 000000000000000000035c7d896b6e02a9c2f76ffb406e6c23ff17ed226e9c3c 1,793 0.66/1.00 vMB 15
626,523 626,523 00000000000000000007156d99579be4cb92b970c2abbcfd20e8a128c68153c1 1,988 0.67/1.00 vMB 15
626,522 626,522 00000000000000000000889bd3e76ef8df04bd227e9317c0b7c1036e45f10c38 1,891 0.81/1.00 vMB 14
626,521 626,521 00000000000000000007ab4a5b0d0a13a9ba7ef2f066a17b622fec00497517d2 2,470 0.86/1.00 vMB 8
626,520 626,520 0000000000000000000a6e50a2d16dfcdc686729b292eae43a32020c7d117e6f 2,860 1.00/1.00 vMB 24
626,519 626,519 00000000000000000011ee95519a183dd5ff693d87d684b16227925d070d4079 1,154 0.85/1.00 vMB 5
626,518 626,518 000000000000000000004c68a39043d2eea7a0aa40b788747715e3f30978ef1a 2,696 1.00/1.00 vMB 15
626,517 626,517 0000000000000000000bacb5a6a9373c5253dcdbbd7a8a98d1ebceeb680bf66f 2,155 1.00/1.00 vMB 16
Previous 10 blocks ↓
Total Size: 782.63 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: 672.17 GB
    • Received: 16.17 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.