Loading Tool

Explorer IconExplorer

Memory Pool

41,544 transactions
20.11 vMB
0.06285531 BTC
Random Selection Loading Transactions
Max Size: 112.62/200 MB

Candidate Block

Mining Attempt bef150f89632f0ebd3cf1bd80127c8c0cfb2403f20ca27fca9900696832fca34
Version 20000000
Previous Block 0000000000000000000151b8ea8a9648d88ef7d561cd589f502571e6e52f6bfc
Merkle Root 3418f51a1001ca4c1cf67072b585997cf3098b61ce2d63b93975163ebce61853
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,425
Size: 1.00 vMB
Total Fees: 0.02309106 BTC
Feerates: 195.69 > 2.31 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,078 (840,742 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
73,336 73,336 00000000005a4b465b885bc8115415d4d7b6c2bf27a65a2fcbac70414096e8b6 1 0.00/1.00 vMB 0
73,335 73,335 0000000000acd797e11c9734e9f3ed2019472bda131a627443d0ea10630fcd7b 1 0.00/1.00 vMB 0
73,334 73,334 0000000000532474acbe1f72f93ae1ea3670af224496d4b325921c5beea4968a 1 0.00/1.00 vMB 0
73,333 73,333 00000000008b1035f74a14cebe4dbcc1fe93a85a9170f82cc9946c51dd0fa118 1 0.00/1.00 vMB 0
73,332 73,332 0000000000a86810538af9c85908333c9167fe83d3b4e17bf0d97e6f1e10d902 1 0.00/1.00 vMB 0
73,331 73,331 0000000000abcb5740a14002b50f25b2565077f79fba66a9a5383bd09b127925 3 0.00/1.00 vMB 0
73,330 73,330 000000000075777d93a556910baae854c8f96683fa340b3ebefdfe4c206100eb 1 0.00/1.00 vMB 0
73,329 73,329 0000000000a1ea4b365b68342d109aab4fa4a1843a70b09fea09004e91c563e3 4 0.00/1.00 vMB 0
73,328 73,328 000000000035cf70b6f58561ffcd883bf286f9a4048a48f0372c8873d65bc1e7 1 0.00/1.00 vMB 0
73,327 73,327 00000000009315c7421600ff044405eee043885867df5b46a277192dbd113216 6 0.00/1.00 vMB 0
73,326 73,326 00000000001da0444eac75d539688e939bc5c988f27cbea7186b1353c3a855e8 13 0.00/1.00 vMB 0
73,325 73,325 0000000000a2a35173063d950d3f4903c697121e1d662e21e5d2607d5dd30c3c 1 0.00/1.00 vMB 0
73,324 73,324 0000000000647ffcb67288fb8c22a157c68fd67486188c3887e2132f4b1d23b8 1 0.00/1.00 vMB 0
73,323 73,323 00000000003d1ffb60d8079ffa15b1970f6e4ee8b9b1f1bf10a7fa57b1008dd3 1 0.00/1.00 vMB 0
73,322 73,322 000000000066f96e4363e19b55490c1e280bbae3a5552ac2a6e4bc82d1ecc026 2 0.00/1.00 vMB 0
73,321 73,321 000000000030b549118e595ec6f5f12f476989e5ba2e17b04c23516aace80458 1 0.00/1.00 vMB 0
73,320 73,320 000000000015c55cc46e99bffd308f52b1cdf14379889156fccf3591584aa01f 1 0.00/1.00 vMB 0
73,319 73,319 00000000000fcce30090a881f873bc20e40df7cf28ccc30cada8c690bed00367 1 0.00/1.00 vMB 0
73,318 73,318 0000000000125797e64ee3730d9ccc7de75d3e7ae0813f872cffc30b1a805ec2 1 0.00/1.00 vMB 0
73,317 73,317 000000000010b90480e6d7fed30dcba339734ec66cff13c58a9cb0683e06c008 1 0.00/1.00 vMB 0
73,316 73,316 00000000002854e7ca17761267e3d5d064da5947c9a5ed08b1ea08fce52ac222 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 780.73 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: 555.77 GB
    • Received: 6.94 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.