Loading Tool

Explorer IconExplorer

Memory Pool

76,371 transactions
28.47 vMB
0.06677111 BTC
Random Selection Loading Transactions
Max Size: 172.53/200 MB

Candidate Block

Mining Attempt 5ee5856472ed836a38bf8c927eb55839ea65d046e54ef16d6dca9b627a1ca2ea
Version 20000000
Previous Block 000000000000000000011cc0b225341b90497783ca10dd85ac5777da035b07ab
Merkle Root 8aa779d0dff81e01f2f6715f4c2001bbf2e7597aa996fe24431df1515cd09043
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,347
Size: 1.00 vMB
Total Fees: 0.00786142 BTC
Feerates: 73.20 > 0.79 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,118 (348,422 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
566,696 566,696 00000000000000000015119a942fb99598ba84da8d7e377108bf958e50a19140 431 0.15/1.00 vMB 21
566,695 566,695 0000000000000000000b92f0f5e0f4188ed31d638f449681cc9bad3b4630c610 867 0.41/1.00 vMB 17
566,694 566,694 00000000000000000007be0b1a021c3dc4b67a9f76453ed74fbd08ab777189fb 2,139 1.00/1.00 vMB 4
566,693 566,693 0000000000000000001159bea0991df5c61349d635fd7cd4a928570506337df2 2,244 1.00/1.00 vMB 20
566,692 566,692 00000000000000000024e8d25ec9171e992bca85a6610bf78e0cc119c3111e1e 1,835 1.00/1.00 vMB 20
566,691 566,691 000000000000000000209f10d8151930134f29d995d2f2fbc5daabc28a81d584 2,644 1.00/1.00 vMB 6
566,690 566,690 0000000000000000000c582c09021ffcc0311c82d7b200a5a19e2755f5aae760 2,392 1.00/1.00 vMB 27
566,689 566,689 0000000000000000001970a19f3bf1a12ff2fde98bf20c0a61dfd7032a7a8eeb 2,796 1.00/1.00 vMB 19
566,688 566,688 0000000000000000002cdd81e4dc31a2a95e6e758c0cc935ccd5564e036d263a 2,997 1.00/1.00 vMB 35
566,687 566,687 00000000000000000028765cc8465cb63598abb3e2157d7864c4cd6c7518791b 2,500 1.00/1.00 vMB 39
566,686 566,686 0000000000000000002e54da735f277bf774e91aa83f4be233fa2201d1d4c134 2,560 1.00/1.00 vMB 21
566,685 566,685 0000000000000000000d9dca531a2a0a179ff72d2fcc9339577c98b369337cff 2,895 1.00/1.00 vMB 32
566,684 566,684 0000000000000000001a8a08a0ca7498a16d8b46ce3a588c0a507439e0ba8316 2,259 1.00/1.00 vMB 18
566,683 566,683 00000000000000000014319ce50cef0c0c9d3e09e8745d30e6e4729dbdb85526 2,218 1.00/1.00 vMB 24
566,682 566,682 000000000000000000240613a7ae3cffebb899a0dd20538cec9b827565d3e750 3,438 1.00/1.00 vMB 34
566,681 566,681 00000000000000000028cb2a22e7731ec541c8b84b068bc7a3d9a70cdf853a85 2,587 1.00/1.00 vMB 41
566,680 566,680 0000000000000000000bf712f5b6b2cbab309d485a6deddfcc7e2ae2fc7aa7a5 3,062 1.00/1.00 vMB 31
566,679 566,679 00000000000000000018ece2bcdc40e10a3ee4f1de295bbdb2d1dda3180bf53a 1 0.00/1.00 vMB 0
566,678 566,678 000000000000000000263e63d2a877f6898cae86a84707af25a62695d842e7c4 1,673 0.63/1.00 vMB 25
566,677 566,677 0000000000000000002be8240dc20f17558b0e11c3a3bdc089e77738d5c1970d 1,312 0.45/1.00 vMB 9
566,676 566,676 0000000000000000000a3f68280c8c77d14a9a7410237ee1920a7a02ca122240 1,775 1.00/1.00 vMB 29
Previous 10 blocks ↓
Total Size: 782.59 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: 671.59 GB
    • Received: 15.96 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.