Loading Tool

Explorer IconExplorer

Memory Pool

81,692 transactions
30.11 vMB
0.07873906 BTC
Random Selection Loading Transactions
Max Size: 184.77/200 MB

Candidate Block

Mining Attempt 7ba8bef24ead7c9e14b612b324214b923865dfe932c04dad0168b92c78ddb43c
Version 20000000
Previous Block 000000000000000000013457b3bde0e62d4769405a2f173111440bef4841749f
Merkle Root 95abf3db24acea169714f6f25e0b1251c678756987215edd0f0c07411ddfa27e
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,024
Size: 1.00 vMB
Total Fees: 0.01175310 BTC
Feerates: 60.16 > 1.18 > 0.21 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,325 (303,663 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
611,662 611,662 00000000000000000013abb1a6790891f7e4fb5d9c482f0403c9f49a35d4b7bf 2,036 1.00/1.00 vMB 9
611,661 611,661 00000000000000000001e65b83e233defdad867de39f9815517196823ebc340e 2,676 1.00/1.00 vMB 29
611,660 611,660 0000000000000000000f5ec80a5b29080a45bb6a021ce8ba1725e8c11ee1f0f2 1,317 0.61/1.00 vMB 11
611,659 611,659 0000000000000000000918629f3bdfc8ddae36a41c311d13a38587447f9ea474 290 0.10/1.00 vMB 10
611,658 611,658 000000000000000000095e82595c50799cf3f61a498dd2ab8a1c21f99a1af707 2,647 0.80/1.00 vMB 14
611,657 611,657 00000000000000000013da8b1b944d928c9a4f1b5ad8466fd426397f9b406f16 637 0.18/1.00 vMB 17
611,656 611,656 000000000000000000139121dea2dc1995e51642177b9237f24372eb1043c47f 760 0.26/1.00 vMB 16
611,655 611,655 000000000000000000025a08b9470c50d2cecbc4c7224bfb6a4f1604fbd11e8f 71 0.02/1.00 vMB 13
611,654 611,654 00000000000000000012e06f8a07112b590bfe8c9d26f90bbd9ddf1f1b3f0ab0 194 0.06/1.00 vMB 15
611,653 611,653 0000000000000000000bb95193c08905cbcb28f3333ccf2a84c51085327a9898 1,980 0.69/1.00 vMB 20
611,652 611,652 00000000000000000010fb281f0d25a464a5322438058197711619fcadcc9826 1,360 0.43/1.00 vMB 2
611,651 611,651 0000000000000000000fecb7daf1692839f205bbc228b0e55b4ddfef67bc1996 2,882 1.00/1.00 vMB 31
611,650 611,650 00000000000000000009519be7c17759003d72cafb5e83c99803cfb66f333b12 2,850 1.00/1.00 vMB 23
611,649 611,649 00000000000000000010d2420d4be512b7f75109e2b1004e184f3da40caf3817 2,706 0.96/1.00 vMB 15
611,648 611,648 0000000000000000000800fd76edc368e257a6d87c6f5e0dfb251b0edfb9b423 719 0.20/1.00 vMB 16
611,647 611,647 00000000000000000010b82c01706fa8f6dcda1f10078968f7e2570e250949fb 2,820 1.00/1.00 vMB 15
611,646 611,646 0000000000000000000e455e81022690afbf88a285987c004d8a876d4d6bbc26 682 0.27/1.00 vMB 50
611,645 611,645 00000000000000000000f8bfcefa55709740aa97529b35d2ae9fc2fd5bd8a0f0 577 0.19/1.00 vMB 15
611,644 611,644 0000000000000000000310733aaa9e0680fca4e71c5a7c1ef9a569a75c84c5ac 1,291 0.47/1.00 vMB 13
611,643 611,643 0000000000000000000cc5f0953d754fc6e8eb6d3188d6eb17380acd9350fb48 583 0.16/1.00 vMB 13
611,642 611,642 00000000000000000009d5b562f3f939d294993b9ba933e67e43ab82c45f57bc 2,379 1.00/1.00 vMB 8
Previous 10 blocks ↓
Total Size: 782.96 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: 715.26 GB
    • Received: 17.68 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.