Loading Tool

Explorer IconExplorer

Memory Pool

32,744 transactions
18.80 vMB
0.05544796 BTC
Random Selection Loading Transactions
Max Size: 101.14/200 MB

Candidate Block

Mining Attempt 4ff6dcbde932066ed9e6bce33ae5e25519cb6b4e5bb98433f044a0a73ee790f4
Version 20000000
Previous Block 000000000000000000010259d1b7e7f344e1aced384b665c9ceed02becdc2702
Merkle Root 82f58c00a74b9a0b4838532b94a94b82642346542815df13d8800748a7bab3ab
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,947
Size: 1.00 vMB
Total Fees: 0.01955304 BTC
Feerates: 301.58 > 1.96 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,126 (813,113 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
101,013 101,013 000000000001a361adf07c3e042e20d08078a0e66cb60ece82c011c53919f054 1 0.00/1.00 vMB 0
101,012 101,012 0000000000035e8f191c07b4383ab615581df56f2f6a09d9a6658b8769d91f3d 2 0.00/1.00 vMB 0
101,011 101,011 000000000000ff88c2aef8bb34ffb71811b15daab7eca1fe19a3caf6d51f7c4f 1 0.00/1.00 vMB 0
101,010 101,010 000000000001af33247fff33aae7c31baee4148d5a189e7353bf13bcee618202 4 0.00/1.00 vMB 0
101,009 101,009 000000000002595f6cf3c0a1e3ee9ac14ab972dd1f9b408c0faa1913543efc5d 7 0.00/1.00 vMB 0
101,008 101,008 000000000003b93bd5c857844a2981164d76f78163d1356d185f5f65cd36fb7f 12 0.00/1.00 vMB 0
101,007 101,007 000000000003d4ac5e8648c42d1b1ba0d5c1089025babc9541012def76bbd12d 10 0.00/1.00 vMB 0
101,006 101,006 00000000000230811ccbf562e2b0b0d17042a99d31638009226befece7eec489 12 0.00/1.00 vMB 0
101,005 101,005 0000000000004b55e00a6a45f62089e093a1ddbd494a4dc4fad4a3d86a044ed1 6 0.00/1.00 vMB 0
101,004 101,004 000000000000daf5191c2e906bd9a06e3057411dcfd30ac19be5016afab5665c 7 0.00/1.00 vMB 78
101,003 101,003 0000000000021f86af2ac3cd5fe1f2cd821853cc0424bb68cf9906ba965e9252 12 0.00/1.00 vMB 0
101,002 101,002 000000000000c3ae17a0342920e9aae3e98a5a0256d11ceee22eb8a744627477 12 0.00/1.00 vMB 0
101,001 101,001 0000000000025fa3248a57ea24d5c91a20879490ae69bc77dc482a0e748b4964 12 0.00/1.00 vMB 0
101,000 101,000 0000000000009c11d2683ccbba6d1b8dd7985c3e693f55c95539156aa76a8d41 11 0.00/1.00 vMB 0
100,999 100,999 0000000000004e59a1a3099a23d0664703f3decdce28525a3039d6eca5722c09 10 0.00/1.00 vMB 0
100,998 100,998 0000000000015339a0439a89d29f6a42cd2705d1dcd4f71e67998a0e8d6367f0 12 0.00/1.00 vMB 0
100,997 100,997 0000000000019cf4b6e03823f6b2f714094d146832db74d1780c1a1ef2514dbe 2 0.00/1.00 vMB 0
100,996 100,996 00000000000092e27a9a2d3efcfc98de0762fb5b1e8e1529d8c228d3ac666e2c 1 0.00/1.00 vMB 0
100,995 100,995 0000000000014e1fd5056e88a82b0317f915d2b363dcdcca97b0fd3e81da96f2 3 0.00/1.00 vMB 0
100,994 100,994 0000000000036841653dab8a00c9183f6b2d51ad77a1ca64245645ec53e56250 11 0.00/1.00 vMB 0
100,993 100,993 00000000000236cd8062aa46eb37da32a98feff644d9e9d7cc2a1f6cc92187a3 3 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 780.82 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: 561.26 GB
    • Received: 7.38 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.