Loading Tool

Explorer IconExplorer

Memory Pool

41,040 transactions
27.98 vMB
0.07476471 BTC
Random Selection Loading Transactions
Max Size: 143.73/200 MB

Candidate Block

Mining Attempt f77ec4d117cf4b9586be2c2a0753e110fb539b20a38cb62d9393237354360c4a
Version 20000000
Previous Block 000000000000000000018167fb0d67da764ebb58599678ecc8c26a00688f59da
Merkle Root a2d7e98892adee57b6fe39d70ac9b4ac388589ecaf226ca98bc41ea431ca83e8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,759
Size: 1.00 vMB
Total Fees: 0.02094994 BTC
Feerates: 101.49 > 2.10 > 0.36 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,645 (122,117 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
792,528 792,528 00000000000000000004c8810dc891b9729eed1b539b6dfb6efd0d870d22a944 3,724 1.00/1.00 vMB 32
792,527 792,527 00000000000000000003bf629a6dd11a742dddeb2f8978e8eb61fc3d8184dd9b 3,938 1.00/1.00 vMB 31
792,526 792,526 0000000000000000000279b4d436f3aa555056c8fa099862ffa78148efa11d0c 3,406 1.00/1.00 vMB 25
792,525 792,525 000000000000000000051aee08ebb8e2dc409e27470c7b4e64aa66b7a36314c6 4,541 1.00/1.00 vMB 29
792,524 792,524 00000000000000000001004a14a40e01b410b9610ead26af0d76b6f6cc62a707 3,915 1.00/1.00 vMB 49
792,523 792,523 0000000000000000000321a9eb6e333629ccd5ea2497c7c5125614ca90d8bc3b 4,127 1.00/1.00 vMB 30
792,522 792,522 00000000000000000003d43f173d696f2db08b11ef71f81ff1c8b91f12b0ac05 3,554 1.00/1.00 vMB 53
792,521 792,521 000000000000000000038663c1308df5e7db3062669c1c690935976a0d5c2817 2,974 1.00/1.00 vMB 21
792,520 792,520 000000000000000000053e8da5dfe8352027511fe387bf9cd5d95e44c0fb8342 2,721 1.00/1.00 vMB 28
792,519 792,519 000000000000000000056681e48b9c340206f7c68439b4635e710324218a30a6 2,153 1.00/1.00 vMB 46
792,518 792,518 0000000000000000000366152f2c744e04d384bef45f97e910f0754c28117baa 3,874 1.00/1.00 vMB 43
792,517 792,517 00000000000000000000a467e62bc9d739247178c4c10e23a9aff5dc0d4aeb13 3,078 1.00/1.00 vMB 40
792,516 792,516 000000000000000000021c6aba63111db6a5610d1ace91468acc1d6132ef5854 3,625 1.00/1.00 vMB 56
792,515 792,515 00000000000000000000422b0c81f632be74ce32d43f2ba345d0f80d56d8fa8d 2,369 1.00/1.00 vMB 21
792,514 792,514 000000000000000000006abdf8c783f3eebf01ac5fbb46fdb6014747bf943a84 1,606 1.00/1.00 vMB 22
792,513 792,513 0000000000000000000338b68de35c8bfd5080fe0ca385e65baedd5996f3e31b 2,759 1.00/1.00 vMB 27
792,512 792,512 00000000000000000003a0be4b8d56bca0ad74d658463dd016db5b1a878eac31 3,728 1.00/1.00 vMB 29
792,511 792,511 00000000000000000004702f9e7af144a6719eb2b142c2442d17e930f1050ff3 2,258 1.00/1.00 vMB 29
792,510 792,510 000000000000000000001ec23cf8f8839a8450fbe7bc58fb47a5b8259b451810 3,990 1.00/1.00 vMB 22
792,509 792,509 00000000000000000002e8bdaad16a74b70463dfdea67b06020707e5a6f6a954 3,211 1.00/1.00 vMB 20
792,508 792,508 000000000000000000049d60b1881cae4bb6b114e2658976aa8c5d388e7f84ea 2,518 1.00/1.00 vMB 35
Previous 10 blocks ↓
Total Size: 781.76 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: 632.53 GB
    • Received: 12.12 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.