Loading Tool

Explorer IconExplorer

Memory Pool

81,628 transactions
31.10 vMB
0.08196867 BTC
Random Selection Loading Transactions
Max Size: 189.11/200 MB

Candidate Block

Mining Attempt e0db44403860ff201f5e4ca2ca654bc09dfd4d197ce1a89426b35a0d1bddf267
Version 20000000
Previous Block 0000000000000000000130b675716c29c3282dad43e5a337992f2918648760de
Merkle Root 5bee2177ce129385b0a7a613e416c33178a4293b8a755674fe2973c5d9fab1b7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,035
Size: 1.00 vMB
Total Fees: 0.01444909 BTC
Feerates: 73.20 > 1.45 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,209 (328,349 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
586,860 586,860 000000000000000000123f6e005388c0c4f813e4e1fcd6a8877467b1f9fd49de 1,490 1.00/1.00 vMB 11
586,859 586,859 00000000000000000000fff74b54d5782dcb2cd2e5ac71539ab88b0c4073ff74 2,245 1.00/1.00 vMB 24
586,858 586,858 0000000000000000001a07a9d94ebf6eb3bb37f8ad8d1a48abd4509d6dbdab92 2,840 1.00/1.00 vMB 58
586,857 586,857 00000000000000000009135f0cf613e65fd8bde8ca0f78c683150db8818836b2 1,962 1.00/1.00 vMB 16
586,856 586,856 00000000000000000006805d97817f121cc6b16bc31cfdb5e8b7c5ba1f851d83 2,587 1.00/1.00 vMB 51
586,855 586,855 00000000000000000014f6953b6bf5854998b253f07ca26f4623224b543a0e80 2,861 1.00/1.00 vMB 35
586,854 586,854 0000000000000000001130f1317bbd4819e23d64c12375580d593b412558ee00 3,065 1.00/1.00 vMB 34
586,853 586,853 000000000000000000078fee9c9afc5b3834724d0d5997516ddcb2c9a51b2998 2,209 1.00/1.00 vMB 46
586,852 586,852 000000000000000000125aa273aeb5a7eee168f1cc95fd6086b005536d9ee3a4 3,557 1.00/1.00 vMB 58
586,851 586,851 00000000000000000019911080edb0d5fd40ed8b9008c46c109c22aa3f87495a 1,991 1.00/1.00 vMB 45
586,850 586,850 0000000000000000001546694f32c4a4cd1e3fa9a76525e125017dd939cf52e2 3,291 1.00/1.00 vMB 64
586,849 586,849 0000000000000000000acef1a5bae82b4f8e848a484dc623ba2131e05bbc1169 2,674 1.00/1.00 vMB 71
586,848 586,848 00000000000000000006d7970789215eac0214a69fdb2c93c6f938615cf209ea 2,915 1.00/1.00 vMB 72
586,847 586,847 00000000000000000010ec9cd476989ba94785aa8e7544ca56a7af2d01f44cf1 2,401 1.00/1.00 vMB 78
586,846 586,846 0000000000000000000057ccf95668f0bed95ce8a7f995013b8c1641b695fc5a 1,705 1.00/1.00 vMB 26
586,845 586,845 0000000000000000001d2d7c8163e3c82d96e88fe6627dcf77b078887675ba7c 2,033 1.00/1.00 vMB 20
586,844 586,844 0000000000000000001e1be08e5f4612c1169480d87d213ffaec61c6e5376b2a 2,487 1.00/1.00 vMB 41
586,843 586,843 0000000000000000001ae7557469f97b43ddc637c98dab4b9f915c4de99785fc 2,756 1.00/1.00 vMB 46
586,842 586,842 000000000000000000141f20d747a6fc8d1e6db651b7159e0d121023639e7737 1,915 1.00/1.00 vMB 29
586,841 586,841 000000000000000000059f755c298b932e54a95ad5727121224fd69be85f9652 2,525 1.00/1.00 vMB 45
586,840 586,840 0000000000000000000c20f9b8100004ac52aefdaff414b2e314c34681698fb8 2,724 1.00/1.00 vMB 67
Previous 10 blocks ↓
Total Size: 782.75 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: 708.74 GB
    • Received: 16.76 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.