Loading Tool

Explorer IconExplorer

Memory Pool

78,525 transactions
29.45 vMB
0.06865748 BTC
Random Selection Loading Transactions
Max Size: 176.95/200 MB

Candidate Block

Mining Attempt a3781a4a5007baf09adbd03d4e39d3b08f352e3b0c3fdda33636b80e2694a9ed
Version 20000000
Previous Block 00000000000000000000d6b594037b85fafa2931c04549f2477853c526e018d0
Merkle Root 2dd5fb48ca9e991b24d16d8b1f448a68b8425aeadb6146ba6e178de6c272ff7b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,950
Size: 1.00 vMB
Total Fees: 0.00897149 BTC
Feerates: 150.93 > 0.90 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,997 (98,190 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
816,807 816,807 000000000000000000018d5a09ad0c971b9352dcef9a27831836ffe673f06bda 3,272 1.00/1.00 vMB 53
816,806 816,806 000000000000000000003e2923c0fa86fb51d66305c3259b5ae036213862238e 3,885 1.00/1.00 vMB 52
816,805 816,805 00000000000000000000e90333fe4e8cd5739c87010e0ba38f74756237db4f3e 2,858 1.00/1.00 vMB 77
816,804 816,804 00000000000000000000d0bf30931f56151ab226a7a1af233df23f41d2aea147 3,239 1.00/1.00 vMB 53
816,803 816,803 00000000000000000003cfa9eaffbdc3c60702878d8522e72d26c6a87ef65bb9 3,202 1.00/1.00 vMB 58
816,802 816,802 000000000000000000007e8f4445c6478e709c774ede70d2d654ed1298b5ee81 3,075 1.00/1.00 vMB 84
816,801 816,801 000000000000000000011a58bc0996235c3e3d1565d7aafa074c8290e25664e4 3,235 1.00/1.00 vMB 66
816,800 816,800 000000000000000000036e8e5cff848abeffccda16824c87dd792dee9e2a23c9 3,385 1.00/1.00 vMB 73
816,799 816,799 00000000000000000001a0c8c5c1d028c2ab6ae438c793466287dc77e5b7bf30 4,017 1.00/1.00 vMB 75
816,798 816,798 00000000000000000003b2815ee0908c371d18ae312a64b5599426f5e224929d 2,062 1.00/1.00 vMB 65
816,797 816,797 000000000000000000039ca9ab2773e141140c0057c59c45fa078a880850ab75 2,471 1.00/1.00 vMB 83
816,796 816,796 000000000000000000001ad77ef1386f90ea8d8e20b140f3b662b8d3b8050621 2,865 1.00/1.00 vMB 95
816,795 816,795 0000000000000000000256783646afc932c40ec7bc9548a92b81e3695d83378d 3,526 1.00/1.00 vMB 88
816,794 816,794 00000000000000000001eb238de9e2f7698c5f4024b79392a8b9dc53dd2f342e 2,070 1.00/1.00 vMB 58
816,793 816,793 000000000000000000021d1740f19c2312566aa2c70d09e661dc46197985d276 3,532 1.00/1.00 vMB 68
816,792 816,792 0000000000000000000239f5f3a2c659203c486fa218bfaa330d26a6a7cc32b9 3,807 1.00/1.00 vMB 84
816,791 816,791 0000000000000000000046c577a0360f5d71d23ada860523467f622152df1373 4,605 1.00/1.00 vMB 75
816,790 816,790 0000000000000000000368243fdad69998f3fdb04835359930600035a4f68d99 3,026 1.00/1.00 vMB 85
816,789 816,789 00000000000000000002e2e3d9601631da4786fb9b4f2e1fb5a3445ef991ea7a 2,214 1.00/1.00 vMB 88
816,788 816,788 000000000000000000001aa39216c67f215a2b6ccd65d6103eb3384ad585f34b 3,107 1.00/1.00 vMB 92
816,787 816,787 00000000000000000003d9edb169454c9f54f0a5eed63e9dab0e74e09b3295da 3,706 1.00/1.00 vMB 101
Previous 10 blocks ↓
Total Size: 782.39 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: 664.49 GB
    • Received: 14.99 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.