Loading Tool

Explorer IconExplorer

Memory Pool

18,079 transactions
8.62 vMB
0.04789089 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 48.84/200 MB

Candidate Block

Mining Attempt ac8c002f7403e5dcb07b7717d3a4689e9436b043392da5eb488995d21d5a3afd
Version 20000000
Previous Block 0000000000000000000025f04ff2c401a5399cfff1f91b6377cb2b55eeb38fad
Merkle Root f383ae1133bcb33316c405ce31e962eed0bd0fcf4fdb3ba6170f5f27f53ea2db
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,882
Size: 1.00 vMB
Total Fees: 0.02852752 BTC
Median Feerate: 2.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,421 (657,615 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
255,806 255,806 00000000000000049534e0ec92f76c576cbbf7d77f5b5dd299e792a2243bedd2 368 0.25 vMB 107
255,805 255,805 000000000000003d160063d8ef6c7c496d34cdce39aa19c46e72f4d0f8632bda 660 0.30 vMB 131
255,804 255,804 0000000000000011755cb65b6aa7907d3854366008e082685cb2555c6f5e1fe4 604 0.25 vMB 115
255,803 255,803 000000000000001eb02c1c5471bfb1cd8daae86d0b479a1909f731fdf7b1a990 39 0.02 vMB 39
255,802 255,802 000000000000001ef92a3464f8dfce9f61d581e38d800d16fb8fba6695433455 80 0.05 vMB 64
255,801 255,801 000000000000002b5f8064683eec4643c31206ccea90ce761252a35e6086c230 332 0.14 vMB 124
255,800 255,800 0000000000000020cbcc7554e38315e6b2bfd5f2f2a73bdc3d460451438854a0 514 0.21 vMB 119
255,799 255,799 0000000000000037d5bd65d67abf5b7b46b1d3a168bb1392aee37d826b85ed30 311 0.20 vMB 43
255,798 255,798 0000000000000004d293d972541177796edc2beada3472148fa3c33be935b662 647 0.25 vMB 148
255,797 255,797 000000000000002e9067f1cf7252333f7aeb619c89d220985a70ac0e015248e0 60 0.04 vMB 61
255,796 255,796 000000000000002481c3e59fe335e68d108da9f9c757dc78f56e611933be9c20 82 0.07 vMB 95
255,795 255,795 000000000000001e40e56231d9f2a3d55404a91722110041efa7e8067d330ac6 186 0.08 vMB 107
255,794 255,794 00000000000000117e21e315031ac48863a938715541325697ecfbe7416d99b1 145 0.06 vMB 129
255,793 255,793 0000000000000020fd743df48ac9f6bc1789da46a2f431445f9b10ef7a189b31 219 0.11 vMB 103
255,792 255,792 000000000000002888ebc97f7f25eca94befecfa3362968d4a1a1e24a0f0bc46 327 0.17 vMB 108
255,791 255,791 0000000000000017a8bf7bbea6389a910f7599b8d620263621bbb7eae59aaffa 393 0.16 vMB 136
255,790 255,790 000000000000003d920986b5aff75deaf67f8bdfb29b5d5d5540af2dabad68b0 114 0.05 vMB 130
255,789 255,789 00000000000000031100e9be8266ebb385eeb44794b98221d0dfd35e726378d7 203 0.10 vMB 96
255,788 255,788 000000000000002c8b53e93c2279df5ac5cdb5b65115e7a0658e2802b01a5035 512 0.23 vMB 116
255,787 255,787 000000000000002f8c7ca5e8bbbc03034d31812bd6889f0ad764ca0553f4d2a5 123 0.06 vMB 114
255,786 255,786 00000000000000226b0bdb95266de746472319a800fa0b795ec721d30f0e4a21 347 0.16 vMB 139
Previous 10 blocks ↓
Total Size: 779.60 GB

Node Details:

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