Loading Tool

Explorer IconExplorer

Memory Pool

81,802 transactions
30.37 vMB
0.08337324 BTC
Random Selection Loading Transactions
Max Size: 183.04/200 MB

Candidate Block

Mining Attempt 9b799e3d78beb3a42547fb470a73e6d43f69717f9c8c3968f5ec3415799d3b3f
Version 20000000
Previous Block 000000000000000000019df273a09481953b04854e28e5bee40f0a5bbd926969
Merkle Root 7ad372b8eceb01cc6aa3d9f53b3e3b6f8da23fc6860c7f45592e3dd2b97036ba
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,983
Size: 1.00 vMB
Total Fees: 0.02089083 BTC
Feerates: 203.60 > 2.09 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,973 (380,106 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
534,867 534,867 000000000000000000088fa9cd89e27b93db5a7813317140ac070d411ec153bc 2,566 1.00/1.00 vMB 10
534,866 534,866 00000000000000000024ac161e91501628ee48021d342531347bce8f840f41e1 2,720 1.00/1.00 vMB 28
534,865 534,865 0000000000000000002d97ff8c9268c07f81f2d98da50e00b0811463c360af91 2,699 1.00/1.00 vMB 31
534,864 534,864 00000000000000000027001d6640b8b40fd2978d030816e83d5d15497cacd777 1,602 0.77/1.00 vMB 26
534,863 534,863 00000000000000000020396e5b97ee1ca04f47e8196391739c0155cd63f7cdda 2,542 1.00/1.00 vMB 5
534,862 534,862 0000000000000000002574133670837f68e0a08fd6e164df78bbb3279699fffc 2,582 1.00/1.00 vMB 36
534,861 534,861 000000000000000000221454bfa1301f8aae5a106751866080c3cafecb6818e4 1 0.00/1.00 vMB 0
534,860 534,860 00000000000000000001535b9eb8d873fa1ab61aaba1af4aafa2ef296cfe3f53 2,360 1.00/1.00 vMB 35
534,859 534,859 0000000000000000001105147977e50d6d7321c1f72cb6b136d8af04cb4b7ce8 409 0.18/1.00 vMB 45
534,858 534,858 0000000000000000002ec88e0384657ce910d5db17af1348777702c4a3ba3a19 1,569 0.98/1.00 vMB 13
534,857 534,857 00000000000000000028c938fa317d4833597d6c2e05769e38cce5ec69dcafba 2,212 1.00/1.00 vMB 8
534,856 534,856 0000000000000000001d4f1a8d45654a5dce198e0719d59ce2f38bac445ed7e2 2,508 1.00/1.00 vMB 18
534,855 534,855 0000000000000000002a7136fda3cc663e0a803ebbdb6ac7145b8ab4f3fa9611 2,181 1.00/1.00 vMB 6
534,854 534,854 00000000000000000019f615625d9a5216f5d8c5548f7453ce5e1de4fc08b1bf 2,750 1.00/1.00 vMB 17
534,853 534,853 0000000000000000002622b64b1ed99f34adfef259e67fde5f871119a094305c 1,594 0.87/1.00 vMB 20
534,852 534,852 0000000000000000001cf6655a4b0d503a00c5fee5e7664122728e4018d294f8 2,306 1.00/1.00 vMB 10
534,851 534,851 00000000000000000001faeb2159aa1cf47aacdfc0f86852c968302968d5c5fd 2,074 1.00/1.00 vMB 16
534,850 534,850 00000000000000000001ea268dc045a5edac4fb4f32b5febe1c659cc3889d69b 1,647 1.00/1.00 vMB 38
534,849 534,849 000000000000000000205500e94d6215808ca5fae3d5f19c6ded1efb0ea751e0 1,806 1.00/1.00 vMB 30
534,848 534,848 000000000000000000057d2f4ff5bae094ad630db4d09f7f30906ff92e3c6535 2,612 1.00/1.00 vMB 54
534,847 534,847 00000000000000000029d0b1f68ab6c4e5da096e24ddf026de07296198fbfff6 2,059 1.00/1.00 vMB 38
Previous 10 blocks ↓
Total Size: 782.34 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: 661.28 GB
    • Received: 14.80 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.