Loading Tool

Explorer IconExplorer

Memory Pool

43,100 transactions
26.44 vMB
0.06063626 BTC
Random Selection Loading Transactions
Max Size: 138.94/200 MB

Candidate Block

Mining Attempt 281b8701ea801b6d50e6476d6d923f86776fc4e162185ab1b38fb78b893a2dc2
Version 20000000
Previous Block 00000000000000000000768db8c555c88522a89150a79f003e6f64bcd348a6d5
Merkle Root f84b6f04978259a1b7b77fd5c626393a5256de764aeb211f984b8f790c68e651
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,428
Size: 1.00 vMB
Total Fees: 0.01215649 BTC
Feerates: 150.92 > 1.22 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,726 (502,548 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
412,178 412,178 000000000000000004ee82460a32231c7408961d39a886ea461aaa83b5102d00 13 0.00/1.00 vMB 172
412,177 412,177 000000000000000004bcd541ac201ddf1bd2969250dc60d51b9ee5b4e4b8d658 2,184 1.00/1.00 vMB 91
412,176 412,176 000000000000000001bb3b9f24af4ac8cd9726e4e100ad87044c2aff5c9c3be9 2,028 1.00/1.00 vMB 62
412,175 412,175 0000000000000000046b725b6b1f2b3a27c4b81255d3fa5b7bfec36f4611eb42 1,975 1.00/1.00 vMB 59
412,174 412,174 000000000000000000a939111cfe986a5a87d100a9a2f68ff5e564b59e195c2d 2,560 1.00/1.00 vMB 63
412,173 412,173 000000000000000003c948593c7a0a4dc67fcfbbf9aa83c30922179a44cf2f1b 1,859 0.99/1.00 vMB 36
412,172 412,172 0000000000000000030395ea3ec2dd11f27ec463951df919c2d712d84c74e647 2,904 1.00/1.00 vMB 77
412,171 412,171 00000000000000000247ee51b140475ad3cace5ed91bfde6d50e0390d71063a4 2,292 1.00/1.00 vMB 54
412,170 412,170 000000000000000001905f2a37ee8119653158443616432ee2b5a5688cf400fe 3,051 1.00/1.00 vMB 76
412,169 412,169 0000000000000000035fea1ded47dd04389889d9f5499bdd1802603084bc035b 1,609 1.00/1.00 vMB 38
412,168 412,168 00000000000000000016a7fa18dd7759cbab44e9f8355e990ffabb0eb26bf8dd 2,505 1.00/1.00 vMB 68
412,167 412,167 000000000000000000167be7ff6433ff77083e9a847da35b76e0afed1c960665 2,123 0.99/1.00 vMB 60
412,166 412,166 0000000000000000054b3d3e9d14eb78966719af5db6432168c35a7862756e71 364 1.00/1.00 vMB 13
412,165 412,165 0000000000000000054075ef8f13073ed3d580b811299f5b7cbe7fcb4cb6e3a0 410 0.47/1.00 vMB 22
412,164 412,164 0000000000000000052ebd69053bc67840967ceed3d0600be96ec7353d5e7653 1,338 0.99/1.00 vMB 40
412,163 412,163 00000000000000000038780acfac142903da2662eb9a48640151a82be3a9117b 1,842 1.00/1.00 vMB 41
412,162 412,162 0000000000000000057381b08ddec119c691437e50c29ba6aeb5231abe655e22 1,930 1.00/1.00 vMB 40
412,161 412,161 0000000000000000039d2d1970b8b6993086acaa55afd8cfe19a3fe8134ede7c 1,730 1.00/1.00 vMB 50
412,160 412,160 0000000000000000015c405a9fc8dd32d809269abe94f709f10b897fed63d93b 1,957 0.99/1.00 vMB 51
412,159 412,159 0000000000000000050338fbf65f1a5c356fff4f9756d2d21a673ff0b7cb26e3 1,891 1.00/1.00 vMB 54
412,158 412,158 0000000000000000030321c61faf292a73f0456ab316d810134b5831d4f12469 2,623 1.00/1.00 vMB 63
Previous 10 blocks ↓
Total Size: 781.91 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: 645.77 GB
    • Received: 12.77 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.