Loading Tool

Explorer IconExplorer

Memory Pool

2,811 transactions
2.33 vMB
0.00496932 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 11.56/200 MB

Candidate Block

Mining Attempt af8726af483b6473a35df118c8d7f605a739e0785dd130ed8624518d80025d15
Version 20000000
Previous Block 0000000000000000000198901213cf264fd46c324a3dd55fbfd5cf096a97a0a1
Merkle Root 1774a9ab08cf0f91d2bb0f4858fbcb3cb3d4ebf9dd650f2415f2466a7c494d8d
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,622
Size: 0.98 vMB
Total Fees: 0.00348224 BTC
Median Feerate: 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,495 (657,152 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
256,343 256,343 0000000000000020bfabfa2aaadfcd3a75ad39995901ef62d366d603fcc40ded 32 0.01 vMB 52
256,342 256,342 000000000000001362474e87cf66c05c59bfc0ca86bbbb5eea5187ba6dd7ae8c 562 0.23 vMB 139
256,341 256,341 0000000000000028058a6e03c905628f62039de228737e3ff53dc69e09929640 345 0.16 vMB 124
256,340 256,340 000000000000000e5a3f95a7c6e568283ab88095b6caaec52a818a4dad813b71 339 0.13 vMB 150
256,339 256,339 000000000000002602d9db59a74d55c9960c3053dcd55ea21ca05f07c65d4276 409 0.18 vMB 121
256,338 256,338 000000000000000e74622d32592ac028e19d42ccc0b8e8d18932bcc8ceebfb0f 172 0.07 vMB 135
256,337 256,337 000000000000002c19cfe0ff6253e96f1bb332f5fd15704ba401ba27a03f10d6 201 0.09 vMB 116
256,336 256,336 000000000000002a5f04e04ed15bee462f34bba5cc53500a63650ab92e9af9aa 273 0.11 vMB 134
256,335 256,335 000000000000002b6903cb214fdb1892e25fc69d4c8e7e6300c2de8d58d82643 631 0.26 vMB 119
256,334 256,334 0000000000000006e8efc97f1e7a86757d2e029f717ff7a95e0179e6b165f378 213 0.08 vMB 130
256,333 256,333 000000000000001fa15e7e0f8ab67e461d1b301b5b6ac0ede85914facc368174 317 0.14 vMB 258
256,332 256,332 00000000000000081c62f78c6372ca609f62c32ee3f3f2ee6a77ad797372be6a 557 0.22 vMB 114
256,331 256,331 000000000000000ac1413428c0594577dfa71e5802893820635fe61fabe73d22 316 0.14 vMB 124
256,330 256,330 0000000000000007c73d264b9ebedb93dfdf92964ebea477efafd9fb37a436a6 79 0.03 vMB 47
256,329 256,329 0000000000000007d38e587758386178564e1aa1e876ea94ab454c6fa88957ca 734 0.29 vMB 139
256,328 256,328 000000000000000140347035a023b5891936d4c27eaf15821b0bb984a02ab003 141 0.05 vMB 117
256,327 256,327 000000000000000018860edf9daa1d9ca38c1bb2d6e699a587ea02278dd1dbd7 80 0.05 vMB 62
256,326 256,326 0000000000000019056610920b16333b0c631a7b6bf8100a803f783b16dbf3e4 191 0.09 vMB 88
256,325 256,325 0000000000000019fd7f7fc41cb7b68d43ec098ce8887cee804e69d3ad0d878c 485 0.23 vMB 75
256,324 256,324 000000000000000b97c8e7f87ac700b9b747d44019793810ddfe05ff0e126b16 633 0.25 vMB 131
256,323 256,323 0000000000000008a3d637bcb382d7b6de28fa0ce97c8aad441cee5bfaf927f7 368 0.15 vMB 116
Previous 10 blocks ↓
Total Size: 779.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: 364.70 GB
    • Received: 1.75 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.