Loading Tool

Explorer IconExplorer

Memory Pool

80,855 transactions
31.00 vMB
0.07113656 BTC
Random Selection Loading Transactions
Max Size: 188.82/200 MB

Candidate Block

Mining Attempt f1399864c8825cae3f24bd863bb8c5a776862bfa5f08e2d56bd0ba90fe717fa3
Version 20000000
Previous Block 00000000000000000000905e2cc5dcc7aa0fa11ca619828cc970f8f84732e4ef
Merkle Root 79062c16977d2492d7cd408e4c88cddf353f083ba33945c590cdcbf23f58aeff
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,343
Size: 1.00 vMB
Total Fees: 0.00428840 BTC
Feerates: 60.16 > 0.43 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,198 (433,066 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
482,132 482,132 000000000000000000e7914a7fb2bf0697e8fe34679a308e1961df7333dbf1c0 1,654 1.00/1.00 vMB 200
482,131 482,131 00000000000000000107e21faaaf0a0b67bf8e830b0fdc58615ddef7964013fe 2,009 0.99/1.00 vMB 409
482,130 482,130 00000000000000000092aa8496852d513bcde73bf391f07524fd3c20472b8605 1,985 1.00/1.00 vMB 428
482,129 482,129 0000000000000000010e23174426415459e8888f84f0d0283d24a45aa65a5e59 2,116 1.00/1.00 vMB 503
482,128 482,128 00000000000000000120bb398707cea4526b2488cb7324dbba25e51119528341 1,755 1.00/1.00 vMB 225
482,127 482,127 0000000000000000009b9199ed11cfd14724830aa3646654c18a7a50b6ede7c2 1,897 1.00/1.00 vMB 421
482,126 482,126 0000000000000000011df75d0f17e63c2e1b9308dd234dc4259ef0ed1b0f5f79 2,403 1.00/1.00 vMB 462
482,125 482,125 00000000000000000071be1fec3760eee685cc855a12a8748690a262b44d09d1 1,842 1.00/1.00 vMB 211
482,124 482,124 0000000000000000001b08deb9769750a7805d8a9dc33641189e84e1cafb7ba5 2,100 1.00/1.00 vMB 233
482,123 482,123 00000000000000000004d2f6f8140c0743586204affe603f4fb72c469f753601 2,336 1.00/1.00 vMB 276
482,122 482,122 000000000000000000a88737a54976802b122c0fb0754f8509b1a53205a878da 2,068 1.00/1.00 vMB 223
482,121 482,121 0000000000000000000f4653d12ae6672666c526ba22ae4aaac7da2cc83dcee8 2,461 1.00/1.00 vMB 375
482,120 482,120 00000000000000000099a4b274455f4756455355cee1ec1a2d5102c6ea69c3fd 2,485 1.00/1.00 vMB 495
482,119 482,119 0000000000000000007fa092ee708df7aeb433168dcadafd8b60c43d3e680906 1,999 1.00/1.00 vMB 431
482,118 482,118 0000000000000000007a36b07601f3514b96097f2131a3da40fdc5f8cd48a78a 1,958 0.99/1.00 vMB 234
482,117 482,117 000000000000000000251c863ee7864ea71e2b287cfda8f4b017a10fd2c56c47 2,740 1.00/1.00 vMB 310
482,116 482,116 0000000000000000006e6ee90c0c34991054455a9d29e4e89562e39e8f79dea6 2,472 1.00/1.00 vMB 320
482,115 482,115 0000000000000000012c70c43e2c3e9e1657486072c9119b1aa40e365ce3ce71 2,550 0.99/1.00 vMB 304
482,114 482,114 0000000000000000002b1c6c868f4586c98787380f2e049ce752cf40cc2122fb 2,079 1.00/1.00 vMB 327
482,113 482,113 0000000000000000003d333ee0e3b5879c8113723e565e96ec0ca687a0f15ac0 1,909 1.00/1.00 vMB 355
482,112 482,112 00000000000000000109db12f4280923cb13c3088e22a25e287008311bc3fc9e 2,125 1.00/1.00 vMB 510
Previous 10 blocks ↓
Total Size: 782.74 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: 707.89 GB
    • Received: 16.71 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.