Loading Tool

Explorer IconExplorer

Memory Pool

46,996 transactions
27.85 vMB
0.08523876 BTC
Random Selection Loading Transactions
Max Size: 147.98/200 MB

Candidate Block

Mining Attempt 787f6c8b2f70ffecbf6d39d78b018a5f825ea6b575c7f961ac2cf9ae24b8ba0e
Version 20000000
Previous Block 00000000000000000001e1af25ad4e9d2008c13672c48d9c88eeac32a869b9f2
Merkle Root 971ef17acd0eed6f5f732e3b65f37823ed716c09e284e9c9a31fe7896a3a95df
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,286
Size: 1.00 vMB
Total Fees: 0.03218854 BTC
Feerates: 500.00 > 3.23 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,789 (230,332 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
684,457 684,457 000000000000000000030e165eb065865bed5c6275b0003cc4c1b36e56496e52 3,058 1.00/1.00 vMB 150
684,456 684,456 000000000000000000094b1cf881e52b5afa308dc8cc7e3bfc1dc3bd28ce5f04 2,480 1.00/1.00 vMB 127
684,455 684,455 000000000000000000085aa8793e1a925342b0bb9c3dec51938f64380c343004 2,247 1.00/1.00 vMB 111
684,454 684,454 000000000000000000054e0157467edf788fcdaa780835243266f53ef9ebc7bc 1,232 1.00/1.00 vMB 114
684,453 684,453 00000000000000000008ca144bd493a13ddf72c56f593ecfeb928166b8f12b45 1,622 1.00/1.00 vMB 110
684,452 684,452 00000000000000000009c1db93234dccf55d71351f071e4417d1c619d6788984 2,372 1.00/1.00 vMB 131
684,451 684,451 0000000000000000000971122aa4fd6934c7d87a9ac3986f316ea776ef1d0fd6 1,638 1.00/1.00 vMB 119
684,450 684,450 000000000000000000027bb922c6fb3e3697591e426e260ac528fb0e55a51896 1,832 1.00/1.00 vMB 124
684,449 684,449 00000000000000000004963d4f1e3e7f6ed884fd2e11e696cbe0a197d609b83c 2,960 1.00/1.00 vMB 131
684,448 684,448 00000000000000000008fd10c0396f77d78b07ab437f067f24a3e7e717d587c6 2,611 1.00/1.00 vMB 121
684,447 684,447 000000000000000000034b24fa500efbf633ddce4777625927af2dd759446c9c 1,217 1.00/1.00 vMB 129
684,446 684,446 00000000000000000001c0b1581166cec2355c1d134ffe708863e3c202b76590 1,596 1.00/1.00 vMB 131
684,445 684,445 0000000000000000000496200d8a1c3b135b01ebda7f815ec161d70280cd0bd9 2,774 1.00/1.00 vMB 152
684,444 684,444 00000000000000000002f1af7f80003e5b96890ba0584170564e04f1be6fade9 2,833 1.00/1.00 vMB 132
684,443 684,443 00000000000000000007fee41974e192aa2b87ac332d8cef7810e4015cb1f9a9 2,628 1.00/1.00 vMB 148
684,442 684,442 0000000000000000000563679442faf0e5a5647886623a292f5bdbef0cf293ae 2,011 1.00/1.00 vMB 121
684,441 684,441 00000000000000000004e1c526cbad417526b42dee2cb1b24c679ff6f7976f20 2,724 1.00/1.00 vMB 135
684,440 684,440 00000000000000000001bbf7aff4394bc140df3246d3604f6443cf78fd8d00ff 2,513 1.00/1.00 vMB 147
684,439 684,439 000000000000000000071d9d9f76caa41f83f9f9982dbf4095d1b20484c7ffdc 2,543 1.00/1.00 vMB 148
684,438 684,438 00000000000000000002346770d816df9f19983fc145e5a9a8285da0e7e1d5cd 901 1.00/1.00 vMB 123
684,437 684,437 00000000000000000003d1ea8df3327a894a02280fd903bb3f6615f72c80f99d 604 1.00/1.00 vMB 123
Previous 10 blocks ↓
Total Size: 782.01 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: 649.37 GB
    • Received: 13.17 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.