Loading Tool

Explorer IconExplorer

Memory Pool

72,946 transactions
28.12 vMB
0.06959368 BTC
Random Selection Loading Transactions
Max Size: 166.50/200 MB

Candidate Block

Mining Attempt d547f4ca772171ae9fee2f04acbfa1987d28c2976d1d41abb78a96a3a4e4a222
Version 20000000
Previous Block 00000000000000000001a03b540f0df1d23eb184d241282d125e16f53d7c6244
Merkle Root 5c5368fc52a9fa3362595f25f9a27ac6eff59e43b5597651f43b94b1add29e9f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,524
Size: 1.00 vMB
Total Fees: 0.01292024 BTC
Feerates: 150.86 > 1.29 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,031 (190,519 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
724,512 724,512 000000000000000000008b15411e7370f76e7d1829b81ceb3606f421dc3b0c7d 761 0.39/1.00 vMB 6
724,511 724,511 000000000000000000065ac71efb1b7f1c79bd7e0aa46449c35f73315e0ef687 1,216 0.36/1.00 vMB 8
724,510 724,510 00000000000000000001ac1e3a06d009160c4a4186ef8e5fda444e39192043ae 1,845 0.63/1.00 vMB 6
724,509 724,509 000000000000000000041e8fe3bf8bb58b7d8347c8708a40d98acff9e1f2f99b 2,404 0.91/1.00 vMB 6
724,508 724,508 00000000000000000004f392aefac6b8843f575ee41c406f1b891e7310ae0f50 1,895 1.00/1.00 vMB 5
724,507 724,507 000000000000000000000b5712491add9ad59febff86461369f9b802ae9c3fcc 3,440 1.00/1.00 vMB 4
724,506 724,506 00000000000000000007dda83458385614a236583eb18fe8f85a4ec25f28f827 3,081 1.00/1.00 vMB 12
724,505 724,505 00000000000000000002dde4e1e3897f62190a2232ae5174e2b0fce2ffa7d49c 1,046 0.40/1.00 vMB 7
724,504 724,504 00000000000000000008724eef6dedfd3913bcb1e643436fc67d95396bb57a94 1,551 0.55/1.00 vMB 6
724,503 724,503 000000000000000000097cf83672f93fbe9ce5ba2059d67533f9be9039be3262 419 0.14/1.00 vMB 6
724,502 724,502 00000000000000000008a4c663a7a4ebb4ec1a5164736584444b25f57fc44043 2,839 0.99/1.00 vMB 6
724,501 724,501 00000000000000000004cbbeda868ced4312fb4bd8be6f23dea209fadcdd6995 2,705 0.96/1.00 vMB 7
724,500 724,500 0000000000000000000558e3eec2382e567143512eb67c3c5e5c66d2860286f5 1,172 1.00/1.00 vMB 2
724,499 724,499 000000000000000000047c47a9ef7fda37629433b432c29f7113f265c4671115 1,937 1.00/1.00 vMB 9
724,498 724,498 0000000000000000000045435908bff15abdc9559c2b7108ab6412f8aee24141 1,543 0.47/1.00 vMB 7
724,497 724,497 0000000000000000000311a2c4c035b8ce85d4ab54e174cd25022b944572b079 1,779 0.57/1.00 vMB 7
724,496 724,496 0000000000000000000595febcff9492ed87446581c2cf9b9247ac051b665d2e 1,540 0.48/1.00 vMB 3
724,495 724,495 00000000000000000008ea6099facf99a5e3b75abe44abdca0c6e9137967f9cf 3,199 1.00/1.00 vMB 11
724,494 724,494 00000000000000000006ac6a46d75f55b1e26a04e7c021ef4544a256e20613a9 1,633 0.55/1.00 vMB 9
724,493 724,493 000000000000000000055618560c59f79fed54217cdb09f096685a068c72d506 2,168 0.76/1.00 vMB 7
724,492 724,492 000000000000000000008a71168a3c5b7dfee311b125952b5a1ba9b1c5892a98 124 0.14/1.00 vMB 3
Previous 10 blocks ↓
Total Size: 782.45 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: 666.79 GB
    • Received: 15.22 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.