Loading Tool

Explorer IconExplorer

Memory Pool

84,682 transactions
32.77 vMB
0.08367292 BTC
Random Selection Loading Transactions
Max Size: 194.13/200 MB

Candidate Block

Mining Attempt f4ad63c638ad01a090ebf13f20d3d855999321d5376d6156cc189fdd965a3af3
Version 20000000
Previous Block 000000000000000000006e53c1d269063e9b5743561e1feecf862e4f112c1fca
Merkle Root 987e21f9cad4d58ebfd8d07b5ace04301d23be1a48dc1e5ec847335e8745b8c1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,311
Size: 1.00 vMB
Total Fees: 0.01874996 BTC
Feerates: 120.64 > 1.88 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,949 (821,698 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
93,251 93,251 0000000000046c7ac741da4992e21dd0bf6f6f42171ffaa316eb29b7e2484158 1 0.00/1.00 vMB 0
93,250 93,250 000000000001806435718e7fae45e891889eaa813d65cf4189c66a299447711c 5 0.00/1.00 vMB 0
93,249 93,249 0000000000033939e6e3a6ad06b1bbfedec41038505ad747ee36655e1538f0fb 1 0.00/1.00 vMB 0
93,248 93,248 000000000003032f43c97abd1fca12289085d8ae491d7108dd64f34017d895fc 1 0.00/1.00 vMB 0
93,247 93,247 000000000002ea14b7eec877ac99001bc95f2493c68d0822d5420053697fa0a1 4 0.00/1.00 vMB 586
93,246 93,246 000000000002159060b5cc87b546be24f9dc976383e1df0b91bf06b73723a817 4 0.00/1.00 vMB 3,870
93,245 93,245 0000000000029073d4cb36ca748a37b97d0476c218bcc05ad9523e79f8d923cf 1 0.00/1.00 vMB 0
93,244 93,244 0000000000061145e2558df6cef2594035f1f875c99addf342e575a19e185423 1 0.00/1.00 vMB 0
93,243 93,243 0000000000082884d5f474dac9745d741a1eaa2ea9c61502cc3cb5c17d4cb378 2 0.00/1.00 vMB 0
93,242 93,242 00000000000238c2444f3b47d05c970409677d3747da3f51ca5e918cb9d8759b 1 0.00/1.00 vMB 0
93,241 93,241 0000000000057f0dfe6824fab53ccfa55a95a0733815865e244088c2b091293b 2 0.00/1.00 vMB 3,875
93,240 93,240 0000000000049ecc00a03090d4c0d75662a38be43f52d1bee67132e27920e0c4 1 0.00/1.00 vMB 0
93,239 93,239 000000000001c7854be9e36431c8d5056abf6fa1af37bec6a938f5f9229671e8 1 0.00/1.00 vMB 0
93,238 93,238 000000000009870f67f1ac9a981ce2f14a15cca73745056ec934d3f18f51ebc8 1 0.00/1.00 vMB 0
93,237 93,237 000000000005e992950f0cb5f9fa86db6cfc7e51309569335ebb507cfb018598 1 0.00/1.00 vMB 0
93,236 93,236 000000000008ebd6edb0be2900c393024550cd1c909dc5917d5a0a3987b6e098 1 0.00/1.00 vMB 0
93,235 93,235 000000000005d0d1faacad2c1fc3c1987b531bc314ac1965d41d2987601f2c6d 1 0.00/1.00 vMB 0
93,234 93,234 0000000000012011f12aa0933d90e8c52b7b714e4aad677ec394f28256b180f4 2 0.00/1.00 vMB 3,861
93,233 93,233 000000000002e5a7f5436c2e931ff4a533cf38d50c4d1707a0e4f6ba7ec38629 1 0.00/1.00 vMB 0
93,232 93,232 00000000000324c45e5233545e3f7081287a6d50553966611ad1315694720863 3 0.00/1.00 vMB 3,875
93,231 93,231 000000000009658ccf72c2b49f220c5f42ca6c5f0b8260f0804cfb704fb766b7 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.30 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: 657.38 GB
    • Received: 14.54 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.