Loading Tool

Explorer IconExplorer

Memory Pool

47,460 transactions
20.71 vMB
0.05869919 BTC
Random Selection Loading Transactions
Max Size: 118.52/200 MB

Candidate Block

Mining Attempt 9ab29d4240a2ce05e66d89b655c383e64a5285910688a82716456788079f9608
Version 20000000
Previous Block 00000000000000000000bddf5a6d15b6d99daccf0d9ebf9a45d9ed2f7c31ed55
Merkle Root 494e91160a68b058569444b6c45710e0db95900781262cdbe0ac95d10fe6280d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,514
Size: 1.00 vMB
Total Fees: 0.01755271 BTC
Feerates: 200.90 > 1.76 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,946 (911,136 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
2,810 2,810 00000000cf6ec26ec732d8568cb70877b4799c7e89ebd540fd1661283bd74d28 1 0.00/1.00 vMB 0
2,809 2,809 000000001acc86035f99faf5593a151d08ff13612f1be657a5e99f4047e5c64f 1 0.00/1.00 vMB 0
2,808 2,808 00000000b294b553450f66fc9e09afc49450d91beedeee319326a3d245730b36 1 0.00/1.00 vMB 0
2,807 2,807 0000000054b93ea0d0876eefb799940594963048b5a23cc95ee05e527769d507 1 0.00/1.00 vMB 0
2,806 2,806 00000000c42b0f3592f394674618826a5f1796777aa96336ff919d47da386c65 1 0.00/1.00 vMB 0
2,805 2,805 0000000028328ae0d900952683065e7552d7324e98aa6a3a45cf3fbf2037e10a 1 0.00/1.00 vMB 0
2,804 2,804 000000002de0a74517206f6161ecf3cce5a0edfa2934eab85a5629066b0dc060 1 0.00/1.00 vMB 0
2,803 2,803 00000000d66c824bb833303c5a9b5c22282903a98fa42d1b68330fdedf36ee5f 1 0.00/1.00 vMB 0
2,802 2,802 000000004c20e43cab82077405e4fbd9f5a71a8e82301e4a687192fb5479be6d 1 0.00/1.00 vMB 0
2,801 2,801 00000000eaac134c9d036c67b7d9e6006abd10a0f99235cdf910bcba535d8d3d 1 0.00/1.00 vMB 0
2,800 2,800 00000000d10250150162aefbf7d64ab10f3b4706ffe4d04ae59ca410f672e97b 1 0.00/1.00 vMB 0
2,799 2,799 00000000c5f6cbdba8d8a5344839183f53bebd28189a2f1b43577a0ae73409aa 1 0.00/1.00 vMB 0
2,798 2,798 00000000bd552e9cb342d1c21836d1e8f7b2ed19452e1abce3fa5b9a57cf4821 1 0.00/1.00 vMB 0
2,797 2,797 00000000e19626b41200b870d34a1e565a694ee1f17b351a360356e0dda821b4 1 0.00/1.00 vMB 0
2,796 2,796 00000000906cef1ee0cca07b30a9db422d481536ca22cc61cbc31fd66da7d3f4 1 0.00/1.00 vMB 0
2,795 2,795 00000000e1a5b93a6243f30f23805eb66d14ac674e6fce9674329c6ac713b8c1 1 0.00/1.00 vMB 0
2,794 2,794 0000000063002096e3041921690a8f46a8e41da52f372872a855264e48cb3935 1 0.00/1.00 vMB 0
2,793 2,793 00000000fade95f148d84e52cdd2848facf7e54c69f92b2f9ec59d6830896687 1 0.00/1.00 vMB 0
2,792 2,792 00000000c333caad0a5e19edab4cfb8517af86248d1658f23553c87971d86038 1 0.00/1.00 vMB 0
2,791 2,791 00000000323adbc5d0bb84492f56f1096dbd22eedb7a8cb535fd8ad69b3ecfa0 1 0.00/1.00 vMB 0
2,790 2,790 0000000000d3f53438446e9b4d4d1856f563667fb1e17730b7c1e4b9dcc00b30 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 780.52 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 533.54 GB
    • Received: 5.85 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.