Loading Tool

Explorer IconExplorer

Memory Pool

39,604 transactions
26.37 vMB
0.08044468 BTC
Random Selection Loading Transactions
Max Size: 136.88/200 MB

Candidate Block

Mining Attempt 19edc4c89a0e98327fdb225db93175c0a52a2572761da666b2ba85c2267c7c8c
Version 20000000
Previous Block 0000000000000000000087c5fa9823c89604341616794226d7353dcb93d49d87
Merkle Root 44d5d7c2b3b934b8e68e098fd4f8608721a27a91eeb90c5208c35d9a331d91ae
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,151
Size: 1.00 vMB
Total Fees: 0.03178915 BTC
Feerates: 502.65 > 3.19 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,930 (114,352 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
800,578 800,578 00000000000000000001153ad6963922448a7529c1657677ad3eabd42c6b6652 3,313 1.00/1.00 vMB 6
800,577 800,577 00000000000000000000bc5d17227cd8629e1b97fe6d11b60ae61e9041ab81b0 3,480 1.00/1.00 vMB 14
800,576 800,576 00000000000000000002fa1d9aba407620a9ee0cb76665b1ca9ba6f804587711 2,586 1.00/1.00 vMB 7
800,575 800,575 00000000000000000003359a18a52b751d231c4d6ac9141c0ba1137baeaed429 2,124 1.00/1.00 vMB 7
800,574 800,574 00000000000000000001f25700be4c78a221e8e2942f01aa0d201b1812f3ef8f 5,147 1.00/1.00 vMB 7
800,573 800,573 00000000000000000004eb15dee5c49fbe492badb584dadf4817740f83315220 1,597 1.00/1.00 vMB 8
800,572 800,572 00000000000000000003992a13918ae5c4ece67aa4ed14b81d026301b506712f 2,716 1.00/1.00 vMB 17
800,571 800,571 000000000000000000046f8382a8fddc7640f0af0b25f477762725b53a317807 5,171 1.00/1.00 vMB 8
800,570 800,570 00000000000000000000f2fb02e783f1b02f7b2c3e449de406d9ce77091fa5f7 3,099 1.00/1.00 vMB 10
800,569 800,569 00000000000000000003cb5d9a73e1c2105237b000c13f59106abc05779da902 1 0.00/1.00 vMB 0
800,568 800,568 00000000000000000002d14de0db85118b466c9906113d60b83f7440862ffb6c 4,883 1.00/1.00 vMB 9
800,567 800,567 00000000000000000004bad741a36edb3de5b9860bf71533fd5141114c4228d4 1,768 1.00/1.00 vMB 13
800,566 800,566 00000000000000000003b515577b2cef0c09f6904d9e54d33f94c217d1632a2d 3,410 1.00/1.00 vMB 11
800,565 800,565 00000000000000000004a8c9df7718c31c4197cac3462ecf91d8d7cf67d0081a 1,442 1.00/1.00 vMB 18
800,564 800,564 00000000000000000001cd983dd1d72167acf1434a015795347ca80b77984e51 2,600 1.00/1.00 vMB 10
800,563 800,563 00000000000000000001e9f95b79df5b55356936021e5eea6b674f64a20682f9 3,257 1.00/1.00 vMB 26
800,562 800,562 00000000000000000004265a90f0ad29df4263fb261f2e2cfd36431239e5ddc1 3,947 1.00/1.00 vMB 12
800,561 800,561 00000000000000000000a2c3290db1a1e017e160d3c5b2b551834fdb0f086574 1,721 1.00/1.00 vMB 12
800,560 800,560 0000000000000000000100150fa4c3b7029818f0beb26597a170bf37715463c7 2,123 1.00/1.00 vMB 9
800,559 800,559 0000000000000000000029979252d7e8c295c05eae3807850213bd02c455f9ae 2,591 1.00/1.00 vMB 16
800,558 800,558 00000000000000000000567ac9468f522d1fe2ee1b018d36f6a10958dabd0884 1,288 1.00/1.00 vMB 12
Previous 10 blocks ↓
Total Size: 782.27 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: 655.96 GB
    • Received: 14.36 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.