Loading Tool

Explorer IconExplorer

Memory Pool

78,762 transactions
29.23 vMB
0.07892646 BTC
Random Selection Loading Transactions
Max Size: 174.87/200 MB

Candidate Block

Mining Attempt 4f1579d5e4bab77d3264d874320a9d7416ade4415e2f62558f7df9dbef3cdd9f
Version 20000000
Previous Block 000000000000000000005646862e45d7bc5b4c4a3d16e7119254b51a14f51fdb
Merkle Root 2fcd44e489dd6606beba6b1f807d16bfa6626ff84c58c8e4754ae5ba53b2fff6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,674
Size: 1.00 vMB
Total Fees: 0.01940677 BTC
Feerates: 150.77 > 1.94 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,069 (132,717 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
782,352 782,352 00000000000000000004798375dd1d28bbd7c33506f0ad4a07a9f5ea4ae19163 3,071 1.00/1.00 vMB 43
782,351 782,351 000000000000000000006ffaa8bce37741c179177f69d6ba9aed2af63f5c03e2 2,550 1.00/1.00 vMB 30
782,350 782,350 00000000000000000001796c3ae61dbc53fb72d14c8f2e0cdd9ed3675c6e71d7 2,663 1.00/1.00 vMB 33
782,349 782,349 000000000000000000031f0d2ef7411c4cb3c3dea8e0b82e3ec5a4afc7a04bb5 3,322 1.00/1.00 vMB 37
782,348 782,348 000000000000000000044c1265d78cf8026e5d6d8396d3b1720c0471ee729096 2,548 1.00/1.00 vMB 29
782,347 782,347 000000000000000000010508229fc21e77e3c9fc79fd23964a829e4163ee466c 2,321 1.00/1.00 vMB 29
782,346 782,346 000000000000000000029bb265a36e4bdca7a1581514d58c2e7941097b465428 3,231 1.00/1.00 vMB 43
782,345 782,345 0000000000000000000470a9102fb367a301cd971dda3c3db9452cf8038a4a91 2,787 1.00/1.00 vMB 34
782,344 782,344 000000000000000000029692e05e17ffc20fe66a45fc2323752a0ec6550a73c7 1,646 1.00/1.00 vMB 36
782,343 782,343 00000000000000000000e8e66175ec76df7fc49acc87ff95ee146cd2d632b2b3 2,792 1.00/1.00 vMB 29
782,342 782,342 000000000000000000017a56cef8e0aeae2993e26dac152be4699c7e54843686 3,277 1.00/1.00 vMB 29
782,341 782,341 000000000000000000030484d9424228cb34b7f3049a0d011e5aa41d0e562dcf 2,849 1.00/1.00 vMB 41
782,340 782,340 00000000000000000004f42e527054dde29e67ab7fa2858509671acb9eb6c41d 1,793 1.00/1.00 vMB 26
782,339 782,339 0000000000000000000051ce965a8df11ce251086306b32c272feef53c98ebbb 1,691 1.00/1.00 vMB 23
782,338 782,338 000000000000000000009ae99b87d5ab7e9463080ea2e57652432430ebf91d96 1,325 1.00/1.00 vMB 27
782,337 782,337 0000000000000000000063bac66218446ca93b683c350374de1b4a911fdce8d1 2,853 1.00/1.00 vMB 37
782,336 782,336 00000000000000000003a4856dbdd8e14cf6d260d5bcbcbecbb9bc7445c3d07d 1,743 1.00/1.00 vMB 23
782,335 782,335 00000000000000000002c60fe2ea5272a63539fb3d90761ab05920f7e493136f 1,651 1.00/1.00 vMB 25
782,334 782,334 0000000000000000000193858d7e62064aca946eff104c61f6a688502c72643a 3,086 1.00/1.00 vMB 35
782,333 782,333 00000000000000000001537d5d05bd232ecdfe82784f435b7fa0c5aad22a187e 3,314 1.00/1.00 vMB 37
782,332 782,332 00000000000000000005786d169d8da32e3cdda3bec8cc347881e3d0d9341c29 1,551 1.00/1.00 vMB 23
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.75 GB
    • Received: 15.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.