Loading Tool

Explorer IconExplorer

Memory Pool

83,373 transactions
30.99 vMB
0.13774250 BTC
Random Selection Loading Transactions
Max Size: 186.99/200 MB

Candidate Block

Mining Attempt 59306ecee375327fcfa27825874c63af55999dd2211b6ac6bfba5bd14b1a8686
Version 20000000
Previous Block 00000000000000000000daaaba2827031446cf297bcb4eeef0745bb93d0d4e56
Merkle Root 3bcbe5f7b81100f4c7fdcf50fa946e8cd9753a7a79a62c2f6090b3e2e46222f7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,712
Size: 1.00 vMB
Total Fees: 0.06984824 BTC
Feerates: 366.60 > 7.00 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,974 (300,165 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
614,809 614,809 000000000000000000070d8829e721a94928292381bc97e57a7f4d0278050a0c 2,189 1.00/1.00 vMB 22
614,808 614,808 0000000000000000000d34f7e31748b2015bdc4a78a84bfb6ab971fd19a354dd 2,673 1.00/1.00 vMB 24
614,807 614,807 0000000000000000000f79be8b80b8016a65813c52d0957697a9c2cc003f380d 3,324 1.00/1.00 vMB 31
614,806 614,806 00000000000000000001edb588c9989d05b4c1a3defb70b159b5794a79e61a2d 2,940 1.00/1.00 vMB 31
614,805 614,805 00000000000000000004ee9a89dbc20b829a77c4d847eaed069df2bbe073fade 2,144 1.00/1.00 vMB 24
614,804 614,804 0000000000000000000517288f7a31b48ebd8ad8e2849f7be12a9a674ac08224 3,143 1.00/1.00 vMB 35
614,803 614,803 00000000000000000003dfbc35172893462659c277023dad88a53569e2465226 1,931 1.00/1.00 vMB 9
614,802 614,802 00000000000000000006ae84d61aeb63045caa5865453d3c1bcf161a4a037319 2,228 1.00/1.00 vMB 12
614,801 614,801 0000000000000000000a28dfb1ab641a281f1793d6ed965cc27c1d87579996ef 1,333 1.00/1.00 vMB 12
614,800 614,800 0000000000000000000ae985194cb3363b77342f17f5e9738edf0cd83e35bfbe 3,377 1.00/1.00 vMB 20
614,799 614,799 000000000000000000108ab0a1be28986c4cd63c4d862dc772c41f8252e9d67e 3,356 1.00/1.00 vMB 25
614,798 614,798 000000000000000000038f23f0078535ea8c4b74199b1bbfa21fe7e3c8878a49 3,400 1.00/1.00 vMB 30
614,797 614,797 0000000000000000000be15235a281acd1c47896e65e15a41606c415281ed1be 2,384 1.00/1.00 vMB 10
614,796 614,796 0000000000000000001106c631636d1bc4dbbce5eda4f477d72c308153b7c5c5 1,926 1.00/1.00 vMB 10
614,795 614,795 000000000000000000031451338fbca39b7193d66a7cb7a7f2ef20fdb8a1d644 2,472 1.00/1.00 vMB 11
614,794 614,794 0000000000000000000ba9c9f1744ccfec6f1a06c1990a5a11770af3100985ad 1,566 1.00/1.00 vMB 15
614,793 614,793 0000000000000000000c8d432765a4f6b10f9ed72b66e06679978680b7aa23b6 2,219 1.00/1.00 vMB 16
614,792 614,792 000000000000000000126a854cc4d65f80a8d6021f040abe96a6e1084048e4e7 2,531 1.00/1.00 vMB 21
614,791 614,791 0000000000000000000fd7d7d34ccf0cdeea2e2b468de431c88b330aab82c306 2,881 1.00/1.00 vMB 21
614,790 614,790 0000000000000000000b9baa2ecdaaef69283e5545f33266cdda36074bc245a8 3,260 1.00/1.00 vMB 24
614,789 614,789 000000000000000000069f231477d80e3f6b546f353cefa5578981f449d4b0cf 2,688 1.00/1.00 vMB 17
Previous 10 blocks ↓
Total Size: 782.34 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: 661.58 GB
    • Received: 14.82 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.