Loading Tool

Explorer IconExplorer

Memory Pool

28,038 transactions
27.74 vMB
0.08301994 BTC
Random Selection Loading Transactions
Max Size: 133.26/200 MB

Candidate Block

Mining Attempt ad8fdf4e3e4cc823ad538078cdb093b5efba133791248cbb84ed9700b51d1484
Version 20000000
Previous Block 000000000000000000016ebf7cfb5b49d52a5da9adfbdfb60a56c93537ca3094
Merkle Root aba4e96e7e8cd61f8c93b8c202e75c0f46f64d9e72a6d7fc93183b3e1eeb4872
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,223
Size: 1.00 vMB
Total Fees: 0.02990191 BTC
Feerates: 157.35 > 3.00 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,479 (145,943 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
768,536 768,536 00000000000000000005c7c3a064cf25591d5b3a0fe596d4b441f9c93bbaea7b 806 0.37/1.00 vMB 9
768,535 768,535 00000000000000000003fee2b23b031c8d0bb291b92d0ea367475c9a00943abd 2,262 1.00/1.00 vMB 11
768,534 768,534 0000000000000000000701ec4a6a65fbbaed8e8a434196b46c61075096df6614 1,795 1.00/1.00 vMB 11
768,533 768,533 000000000000000000011c039045d7af241a2e6f408c3f951c7eda75f59b026f 1,702 1.00/1.00 vMB 16
768,532 768,532 000000000000000000047043872415b860bca3c6fc3ce0a1ec306ecd5bc44d34 3,298 1.00/1.00 vMB 25
768,531 768,531 000000000000000000079f390142fb5fb0c03166a62a361b5a165e03d69de56e 678 0.24/1.00 vMB 15
768,530 768,530 000000000000000000072c84924ef4fd9254523fa997b4d5d082da682bb9c4ab 954 0.33/1.00 vMB 14
768,529 768,529 00000000000000000004b72eb3d5ce88b114ab074ea9411adce4237bc723b7d9 2,713 0.92/1.00 vMB 15
768,528 768,528 00000000000000000001e86f933989222a5accb3cd898d1e22e615e6205a83d9 597 0.21/1.00 vMB 14
768,527 768,527 00000000000000000002c221b2642edf7132ef5be8d93c6c4318c8b00d5b74a3 643 0.75/1.00 vMB 2
768,526 768,526 00000000000000000007979a5dba2ffc853be63d34f4f8dacd4beeb6e65d6ede 1,792 1.00/1.00 vMB 6
768,525 768,525 00000000000000000002afb80d395960abc249456cb3d3678db0c601f4a09cbb 1,733 1.00/1.00 vMB 8
768,524 768,524 000000000000000000003b35ace92acbdcbc154206a3d22ad7925369eb708cae 2,019 1.00/1.00 vMB 10
768,523 768,523 00000000000000000002e6d3a25ebe45a949b15df85dd6673e5af1805af6647f 2,270 1.00/1.00 vMB 4
768,522 768,522 00000000000000000006025e27d0ad0c1d65c0cb7fd53d181b1011cc635b95dc 3,005 1.00/1.00 vMB 10
768,521 768,521 000000000000000000011be8ca43a6e1a283cb61855d5a76c7a4bd80868ac3d2 3,587 1.00/1.00 vMB 27
768,520 768,520 000000000000000000073cb7aea5b5d9e96a4f9f6bc0b9ef19576196cf4dbba5 3,016 1.00/1.00 vMB 19
768,519 768,519 0000000000000000000021f9727a05dc2c16ea7d2896ff911b2ebda1fd705ddd 2,229 1.00/1.00 vMB 12
768,518 768,518 00000000000000000002521b6db875bbaeb49324b618f64a165b3c10bf17422b 1,475 1.00/1.00 vMB 14
768,517 768,517 00000000000000000004097f522de256dae7e4ce0a9c7ec5924d26dce0b8c0a6 2,678 1.00/1.00 vMB 25
768,516 768,516 00000000000000000007034e12b9bac6fcd4b1cf7a7bb110003e1576e1d76ca6 2,619 1.00/1.00 vMB 13
Previous 10 blocks ↓
Total Size: 781.46 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 611.03 GB
    • Received: 10.78 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.