Loading Tool

Explorer IconExplorer

Memory Pool

51,610 transactions
30.53 vMB
0.09870562 BTC
Random Selection Loading Transactions
Max Size: 163.99/200 MB

Candidate Block

Mining Attempt 8a886b066f8b2947f468f8678f533ff63d2067e34c2dfe6a2e8a6d1d81b95936
Version 20000000
Previous Block 00000000000000000001ee4aa122a84c1edba54383a46e61a1360f7651db78b5
Merkle Root 3b5eab220d8d9952fe89f87dd81572abf9c2f5a2009695badf96151ad0b172d5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,782
Size: 1.00 vMB
Total Fees: 0.02429771 BTC
Feerates: 70.30 > 2.43 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,815 (364,596 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
550,219 550,219 0000000000000000001cf059771857b670c7ff3b7628396be5dbf6f2185d5faf 2,996 1.00/1.00 vMB 43
550,218 550,218 0000000000000000001b7bb07548b2ea609cf018b88026d14d28d56bf96b5869 3,024 1.00/1.00 vMB 47
550,217 550,217 0000000000000000000bc31e4467555ebcd97f29f1d221cd864818d77cde65b3 3,410 1.00/1.00 vMB 62
550,216 550,216 0000000000000000000965ad7feda2df464f5d2c0abb30612c8b968f0c0ca6ea 3,001 1.00/1.00 vMB 59
550,215 550,215 000000000000000000043dd4090b180732995a22000424681013b69e04908831 2,596 1.00/1.00 vMB 42
550,214 550,214 00000000000000000024a9a29f651caef34cd42656820218a03bafb4b78579a3 2,943 1.00/1.00 vMB 60
550,213 550,213 000000000000000000027775d785d7510583710e1735f994f4d835a1ba5c684d 1,279 1.00/1.00 vMB 53
550,212 550,212 000000000000000000010f61c9ba525ff0620ba17c922ac05bbbf2bf3457872f 2,747 1.00/1.00 vMB 59
550,211 550,211 0000000000000000000c8f5b9f2149ae07e7d7bd63fbb56611784927f57d214d 3,068 1.00/1.00 vMB 44
550,210 550,210 0000000000000000001cd17fe3d1bb9fd147a407d1da00d06fac8ebb7410e13c 2,529 1.00/1.00 vMB 33
550,209 550,209 0000000000000000000228247f373c60bb4a76754e09ac5e74f7109c0f0a7b2e 2,412 1.00/1.00 vMB 44
550,208 550,208 0000000000000000000eb3808c257f4fe2a08ec2f65868c26643f89fd4eb4861 3,000 1.00/1.00 vMB 55
550,207 550,207 000000000000000000179483585b0bafd57d02cd0d7ed7f0952ad45d13841eea 2,628 1.00/1.00 vMB 75
550,206 550,206 000000000000000000051ec7c635c1f841f136f9c665ade098208b1f307f3a9d 2,494 1.00/1.00 vMB 45
550,205 550,205 00000000000000000025e56174bff3909847c354d2f2c4d6d4f3074b757a3ccb 2,168 1.00/1.00 vMB 75
550,204 550,204 0000000000000000000d6b504c80ca9087b6a44ac908b2d634237344764d023a 2,574 1.00/1.00 vMB 41
550,203 550,203 000000000000000000025e631d4a6e455d3e62a9c8cdb071db7c4bbbc7cd15db 2,229 1.00/1.00 vMB 43
550,202 550,202 00000000000000000024dc69935c93c379b13a5af22864a779b4260ad50c6b0d 2,995 1.00/1.00 vMB 50
550,201 550,201 00000000000000000011f6ba0b1dfcbc82e4569f862402fa385163608d7477e5 3,059 1.00/1.00 vMB 60
550,200 550,200 00000000000000000019a3f28fb95330e9cd36a5d13a5f1252d4af64671fb23f 1,067 1.00/1.00 vMB 46
550,199 550,199 00000000000000000005490a3f24df6113a84399bfb1c4452199cf61bb65f974 1,942 1.00/1.00 vMB 62
Previous 10 blocks ↓
Total Size: 782.06 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: 651.14 GB
    • Received: 13.43 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.