Loading Tool

Explorer IconExplorer

Memory Pool

32,079 transactions
18.61 vMB
0.04797103 BTC
Random Selection Loading Transactions
Max Size: 99.51/200 MB

Candidate Block

Mining Attempt 7b71a59af54ba0bceb59501a92437b3768cd3e28cfc6011a939cac06ac89b2c9
Version 20000000
Previous Block 000000000000000000007fc360febf573fd20c36a777d7a124372cae17e71a51
Merkle Root ddc6ef701fe5f0ee7c101c55f5f18e30977728f680de8f417d08ee47f154e3f2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,603
Size: 1.00 vMB
Total Fees: 0.01268457 BTC
Feerates: 150.77 > 1.27 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,128 (857,864 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
56,264 56,264 0000000009fb47169f00dae90aeb3d07f89882998cf164c97e780376fd462e47 1 0.00/1.00 vMB 0
56,263 56,263 00000000056757a3689b81b1970a4a0af734a67c55dd822b38924a017532381b 1 0.00/1.00 vMB 0
56,262 56,262 0000000012a7a43ab6a5536b447160b2cdc3bfa12fb327952d27ecea6a943845 1 0.00/1.00 vMB 0
56,261 56,261 000000000887323712c80b6de1ede9a4ac68b48cff1fce7f57b3d4da0a0bb15e 2 0.00/1.00 vMB 0
56,260 56,260 000000000b7dadb8c8373e6add9a21d87e5958d664952795a46e86f05fa04b10 1 0.00/1.00 vMB 0
56,259 56,259 000000000a681697719ad40175fba9cda969d63e8adeba441a45f2835f183713 1 0.00/1.00 vMB 0
56,258 56,258 0000000002e4e22cafce4188f29620bc403f02c0471ee471c6390d42b05f4137 1 0.00/1.00 vMB 0
56,257 56,257 000000000a6ab2f8fb49e64e2bff74983d41aa4dee3f0c3d5782daa338414b77 2 0.00/1.00 vMB 0
56,256 56,256 000000000bb68ffe863ebb4dd7c7b561bf4edaeea6a8401fc0d21f63b8bb4f83 1 0.00/1.00 vMB 0
56,255 56,255 0000000008d5ecf7b68f61eb8cee2c38b250e6ba326860458639ac43083ef056 1 0.00/1.00 vMB 0
56,254 56,254 00000000111fae7516719ae654a3715845eee9f789295df789bc5d31266ffde2 1 0.00/1.00 vMB 0
56,253 56,253 000000000bcf181b8fca453afcb4f1c8c88ef87f949e477b3a0e041bc024922e 1 0.00/1.00 vMB 0
56,252 56,252 0000000004725473160a8e9d0ed6eeba0569350b23417c31b7be68fc455c9940 1 0.00/1.00 vMB 0
56,251 56,251 0000000004e50cddedea1a08a663c7c084b9368de3ea57701aaf1ffb510dfbbc 2 0.00/1.00 vMB 0
56,250 56,250 00000000078c800c77be12c6ba737552653e7032d7cdd001ff371c181e328cc9 1 0.00/1.00 vMB 0
56,249 56,249 0000000003f18be916adca23d231830616f1bbae76485a597c1623eff72b06c9 4 0.00/1.00 vMB 0
56,248 56,248 000000000d8e5baaeca1c385780b7c029d54d67e7c0c6cc6d1ed1e7f2dd53d6e 1 0.00/1.00 vMB 0
56,247 56,247 00000000048d0d58474ad1afc51ecdb146130a714e6f1a0a199f5735090c1782 1 0.00/1.00 vMB 0
56,246 56,246 0000000002db5679be1ca3c70c4f44e45cc077d857e0a5780011d7edf185177b 1 0.00/1.00 vMB 0
56,245 56,245 000000000eb608d8a7fa1e11d71514c81dd55a01695f4d496b08f3fe6cf99a31 1 0.00/1.00 vMB 0
56,244 56,244 000000000af183052c5c841b4a5adaaa4ed4e55380383e770ab85444df0d4e7a 2 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 780.83 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 561.41 GB
    • Received: 7.39 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.