Loading Tool

Explorer IconExplorer

Memory Pool

33,318 transactions
25.17 vMB
0.05023583 BTC
Random Selection Loading Transactions
Max Size: 127.80/200 MB

Candidate Block

Mining Attempt d39e828e66fee675cdbcb25d90b3ec6aa8c9e324fcd02edf4ccd660154300ba9
Version 20000000
Previous Block 0000000000000000000087c5fa9823c89604341616794226d7353dcb93d49d87
Merkle Root 63b83654dafb757310b0b4f83488c17df72d7c788c2bee20294f034b2a2084b9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,734
Size: 1.00 vMB
Total Fees: 0.00501589 BTC
Feerates: 75.37 > 0.50 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,930 (188,918 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
726,012 726,012 00000000000000000007e18c726b534c0f353684a1f63c849b46fc6f9fcfe4f4 2,616 1.00/1.00 vMB 18
726,011 726,011 0000000000000000000558c8acb26df2bc11aab8e398c376b1596e04dc376f88 2,497 1.00/1.00 vMB 3
726,010 726,010 00000000000000000008e785082d8c7e80739badb19ea19915e5c444f9773535 2,616 1.00/1.00 vMB 7
726,009 726,009 000000000000000000069cedefc03acf8cf5a6fd5bb51dbeeb8df57831ee3e6d 2,419 1.00/1.00 vMB 13
726,008 726,008 00000000000000000002a9b5bb4340d3dfcc61f8c22470068e5a2d9c68fd26a6 3,753 1.00/1.00 vMB 22
726,007 726,007 00000000000000000009c6f307c2bd8ced39c3fb3e1fcb52a551cd4d324051c4 2,157 0.83/1.00 vMB 9
726,006 726,006 000000000000000000073e2020803ddc216d2e65a79489fc29b00bf966432d19 298 0.08/1.00 vMB 10
726,005 726,005 00000000000000000001e21f5c1d28606af7145c578099e7577d7d4e7db1f1df 435 0.20/1.00 vMB 10
726,004 726,004 00000000000000000000cc19fc0c8802a12d44484e5a83a7baa80315bc984452 1,063 0.44/1.00 vMB 9
726,003 726,003 000000000000000000051f03713fc049c5c0a93d1190f80eb316b1c18a377f30 2,887 1.00/1.00 vMB 10
726,002 726,002 00000000000000000001c3b555ebfaf005ce8f16da79c17cebe535f92e052aa8 694 0.23/1.00 vMB 10
726,001 726,001 00000000000000000006e6be73467a613184552c1922a28c9cf338bab0049ebd 36 0.01/1.00 vMB 7
726,000 726,000 0000000000000000000603a2ec061e1fa1d07a77c18457d962916c23ba502712 826 0.23/1.00 vMB 11
725,999 725,999 000000000000000000073c5a98b3e3e3411fd78d801d44d75c3ca43641d89c54 1,391 0.41/1.00 vMB 11
725,998 725,998 000000000000000000063ad6c2020b19f8d110827858779c56d2af1002e1a6d9 805 0.60/1.00 vMB 5
725,997 725,997 00000000000000000003480d12b081c0c46585f1f2a35f87a8b3250ff3c2ba42 2,227 1.00/1.00 vMB 7
725,996 725,996 00000000000000000009268974e8979b1a66d5bc8a9e1d4ee9554f5e29eb1f20 1,922 1.00/1.00 vMB 5
725,995 725,995 0000000000000000000849305d96e6d32df439ec7f8d182aaeddb60a22f5762d 1,561 1.00/1.00 vMB 13
725,994 725,994 00000000000000000007c7cd7fc66b4d054ba0d3a1bbade4afb35cef6e83c9a9 3,143 1.00/1.00 vMB 3
725,993 725,993 00000000000000000003457c1254259395e8ce2abc5f78a64e527908aa0511bd 2,747 1.00/1.00 vMB 7
725,992 725,992 000000000000000000084e82373f2d25ce388a34cf10b1c4856b1ded9db10886 3,418 1.00/1.00 vMB 20
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.