Loading Tool

Explorer IconExplorer

Memory Pool

83,192 transactions
34.91 vMB
0.15918091 BTC
Random Selection Loading Transactions
Max Size: 198.40/200 MB

Candidate Block

Mining Attempt 73aac3141c0ee9cfb63182bd84164db61056777416321f34f662e0af5e7dfd6e
Version 20000000
Previous Block 00000000000000000000aa97f17fcd4190ff7494250e14bca9e94250dc48a75e
Merkle Root 0dba48d24fcfd52e0d9b77c43c14d69c06bd8e3b847d5f0a8ef5f17d5b745b5a
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,005
Size: 1.00 vMB
Total Fees: 0.03828524 BTC
Feerates: 151.12 > 3.84 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,407 (65,884 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
849,523 849,523 0000000000000000000191832865d366184e605761554aa46297b3416d42e9be 2,723 1.00/1.00 vMB 16
849,522 849,522 00000000000000000002c18f7b088dc8b3d37fc9d217c0c8b0e34cf5c4c93e6b 3,790 1.00/1.00 vMB 14
849,521 849,521 000000000000000000009d3d88d0fea5381d82ab337dc24b3a1fc5701b6e23f7 3,575 1.00/1.00 vMB 21
849,520 849,520 00000000000000000000e634cea9deb1cf8b173ce2f3c184d850c69c5a7e1130 6,228 1.00/1.00 vMB 9
849,519 849,519 00000000000000000001f223dcbdba56159643eb5a14be44801f91c7510f99a6 2,411 1.00/1.00 vMB 12
849,518 849,518 00000000000000000000dcdbadd5709c944c3ec30ac7b4d0fd2b0eb07e29cd12 1,507 1.00/1.00 vMB 10
849,517 849,517 00000000000000000000ff0e23c779ffa202ce43200642666186706bc77a255e 2,932 1.00/1.00 vMB 21
849,516 849,516 00000000000000000001067bf5bbd60f34bace0d30b14a5ef16342b8adcf78e7 2,143 1.00/1.00 vMB 10
849,515 849,515 0000000000000000000045aec45a8bd323317bfd75752d146055edc6fd5d4f39 2,706 1.00/1.00 vMB 20
849,514 849,514 00000000000000000001a33b2531cfb2fe3e8ccae515a4a8d9d468d2e8940b02 3,446 1.00/1.00 vMB 9
849,513 849,513 0000000000000000000037408e2baffc198ef5116e614ab6742841c936e34957 2,388 1.00/1.00 vMB 14
849,512 849,512 00000000000000000001cfd4c57ad1d70ef0c8012574665c434f61a4313754c6 3,054 1.00/1.00 vMB 15
849,511 849,511 00000000000000000002eef862cc971aed673a6b25d79af33cac15c824f87b80 2,360 1.00/1.00 vMB 21
849,510 849,510 000000000000000000002bb8864235731ab7bfb81fb135f5df191eb2e01b79c3 3,268 1.00/1.00 vMB 23
849,509 849,509 000000000000000000015729ff650e5af0de543a6a9a43bfda9a82aa35371def 2,647 1.00/1.00 vMB 24
849,508 849,508 00000000000000000002313e0ee343069b5e62925326f4a3d56d048bf1577d55 5,387 1.00/1.00 vMB 12
849,507 849,507 0000000000000000000231a24bb13022219baf1f4d639580655643136a046bc0 3,422 1.00/1.00 vMB 19
849,506 849,506 000000000000000000030e32e5b1842435c21cbc4da48148e32b7604f6fd7a5c 2,776 1.00/1.00 vMB 37
849,505 849,505 000000000000000000017b594605bead960cc7ed6060718c6564855edb248296 3,601 1.00/1.00 vMB 18
849,504 849,504 00000000000000000002cd175a01a99f852d1334578b573446bd0f3607df2be2 4,152 1.00/1.00 vMB 25
849,503 849,503 0000000000000000000269325db8e3f6c44355e90247ed0f5dd639ddeed622d9 3,935 1.00/1.00 vMB 35
Previous 10 blocks ↓
Total Size: 783.09 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: 726.87 GB
    • Received: 18.45 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.