Loading Tool

Explorer IconExplorer

Memory Pool

81,028 transactions
30.05 vMB
0.09468218 BTC
Random Selection Loading Transactions
Max Size: 179.26/200 MB

Candidate Block

Mining Attempt 7cebb39bb8650e5d97a602abe90cc1813a4c223ae2b8c7fbdbf677626bec06b8
Version 20000000
Previous Block 000000000000000000004dc4502af0d104d581c2cf1796c3b173cb69ee8070e0
Merkle Root c5494252035d67e6ff429e483c32c83aae2ae6b10ab9fcc93d2b3a856426946c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,708
Size: 1.00 vMB
Total Fees: 0.03138948 BTC
Feerates: 100.37 > 3.15 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,062 (319,305 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
595,757 595,757 0000000000000000000435c57eab12d6f1bf7d4cc4a5dab3b0b8a95686a91d75 2,845 1.00/1.00 vMB 41
595,756 595,756 000000000000000000147c601ce620b6e297133646581bf111c21652a924b0af 1,296 1.00/1.00 vMB 19
595,755 595,755 0000000000000000000356a4b7cdb501f844ecbebc9dd12ba53283d1f7ae08e6 2,350 1.00/1.00 vMB 46
595,754 595,754 00000000000000000002b74cc982b3dd960bd6b9679ab3bcdd2507e60e9d737d 618 0.20/1.00 vMB 29
595,753 595,753 00000000000000000000b8a08f3e8e682b1ac5eac3549b61f2662c514afe6c53 2,831 0.90/1.00 vMB 22
595,752 595,752 0000000000000000001400ee5b9922a5fff031530601d7b36365c82d132677a1 1,259 0.49/1.00 vMB 22
595,751 595,751 0000000000000000000fcfd4552438368976fb3ca2fdf8e9d60b71b73e0fbe91 860 0.28/1.00 vMB 28
595,750 595,750 00000000000000000008179ea2a422bb3a5d1db79d0438443c97dab14cf3c964 1,423 0.47/1.00 vMB 2
595,749 595,749 0000000000000000000c54153522d3ba5d656617ee47a7e4194bb9844c89f808 2,679 1.00/1.00 vMB 30
595,748 595,748 0000000000000000000f717e8839baa6aa7461e653404ea5d0364108f4a14a65 1,043 0.39/1.00 vMB 25
595,747 595,747 00000000000000000013a0adad5eaae6453dee705931300df6a472e8661ff438 1,892 0.73/1.00 vMB 22
595,746 595,746 0000000000000000000b358342ae22251b78179072ffe9982a485541b54e281a 884 0.28/1.00 vMB 30
595,745 595,745 00000000000000000014e41887a6d0e68d0ce3d20eb7b48407ab60e82b4f7093 1,678 0.52/1.00 vMB 5
595,744 595,744 0000000000000000000e6042507456e17a84b838bafbcd84b1d9ca0de9b719f6 2,514 1.00/1.00 vMB 34
595,743 595,743 0000000000000000000b4bad7564bcb2633a694c8f3b86f8c33cb7215c56b55b 124 0.03/1.00 vMB 22
595,742 595,742 000000000000000000002e1055ea0544e6262df3369552fe24a0f2a610ebb636 2,678 0.80/1.00 vMB 21
595,741 595,741 00000000000000000000c9dc086bbe97cb1937f1cc54fc9ab72ce3edb2f70b90 140 0.04/1.00 vMB 25
595,740 595,740 0000000000000000000f31a24a073bb3375bdb0b7703eff74561ecaa53969b67 2,473 0.77/1.00 vMB 23
595,739 595,739 0000000000000000000a57a6a77b8a046e7a4549684493e1bc830c83f196ad00 1,411 0.49/1.00 vMB 23
595,738 595,738 00000000000000000013bfedbb37df11d50b51ceb811f5c31500bf8e17583bae 2,520 0.85/1.00 vMB 10
595,737 595,737 00000000000000000012be8f4f46aa56447427670b28ecfc65e3fc15d468c191 2,140 0.99/1.00 vMB 27
Previous 10 blocks ↓
Total Size: 782.50 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: 668.42 GB
    • Received: 15.51 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.