Loading Tool

Explorer IconExplorer

Memory Pool

77,250 transactions
29.46 vMB
0.07029914 BTC
Random Selection Loading Transactions
Max Size: 179.89/200 MB

Candidate Block

Mining Attempt 8dbd815e5f63810f6098c761e4a7ee4bca08bdec5d4cb326df113d5baf4b15be
Version 20000000
Previous Block 00000000000000000000dfa530c4ab31d931e5d06823520654db1c3208c709d2
Merkle Root 8980db62ed086dd03091e530672ff960629cad2cad368d2884572c2ef10bd47c
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,813
Size: 1.00 vMB
Total Fees: 0.00515386 BTC
Feerates: 40.21 > 0.52 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,398 (751,040 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
164,358 164,358 000000000000092c1abc4626f2f7419c65be937e8f1de21a7452d04214ddfc1e 17 0.01/1.00 vMB 116
164,357 164,357 0000000000000382574e52fb2e69ed9c41a642df0e4ba91cddd47c35fca43b57 11 0.00/1.00 vMB 32
164,356 164,356 000000000000049d95cd708e7241a86bff0b6784981aa0ce9be800c62603d611 38 0.01/1.00 vMB 265
164,355 164,355 0000000000000274bc52c0d6acbbe83c1dde3f765a75f179ab8b990533914fe0 47 0.05/1.00 vMB 355
164,354 164,354 0000000000000274e38b79d9c971de45f66d80bd2a586efa3e947ab448c65f0a 23 0.01/1.00 vMB 122
164,353 164,353 00000000000002b0a927301832bca7eefc07b4391bfa037dd09a3fc4f1b85081 21 0.03/1.00 vMB 39
164,352 164,352 00000000000009df4fc7ac5275a91fc903a35663ca8f95e8eefb2eb22122967c 7 0.00/1.00 vMB 17
164,351 164,351 00000000000003967e0c9b079b0211b6824e3f729dbd9073399f76c6481f0360 17 0.01/1.00 vMB 76
164,350 164,350 0000000000000305e4bb508c0b92a288ccac79b4c06bb92220a12650589e79df 88 0.04/1.00 vMB 43
164,349 164,349 0000000000000bb10c95e5a86190fbbb7284a52d16674068c1f8f6827758512b 2 0.00/1.00 vMB 0
164,348 164,348 0000000000000bdc0051fdec8dd95c5e45c5abb06a7b9a3a8e1a94f9e2bce379 27 0.02/1.00 vMB 232
164,347 164,347 00000000000004b2ab2ad5092fe1cedeef3153b7a6dd809d77c33f665ee10df8 35 0.01/1.00 vMB 93
164,346 164,346 0000000000000955ae52937f3f0c3384b2bdf570644e4ba8ed79968c4381c5fe 69 0.03/1.00 vMB 16
164,345 164,345 000000000000056a3a700f6c2f0a0a85837549bbb0aa0ac2e0b8f7b9885cd8db 11 0.00/1.00 vMB 581
164,344 164,344 000000000000071adc91af1aa08962be0115b7e48816a3a73ae78b0d5d3b79f4 7 0.00/1.00 vMB 31
164,343 164,343 000000000000093373e234b011fefa7d9b523c041c7c091df887dd4966127b6d 34 0.01/1.00 vMB 132
164,342 164,342 0000000000000afee0b0dc7535aad613bf6bb789232917349715bea9a4639176 20 0.01/1.00 vMB 0
164,341 164,341 000000000000073aa06b53f8277a3cb15237c54ef547f3780d52901fada6043b 47 0.01/1.00 vMB 213
164,340 164,340 00000000000009609475200710a5dc8385a76dd2e9d2c5b4b5c37e8c385dbb24 12 0.01/1.00 vMB 7
164,339 164,339 0000000000000b66ac04ee3af816ac46576441a2be50ccf7180e80cdc6daaf4e 82 0.05/1.00 vMB 125
164,338 164,338 000000000000016703dcafe9d4a8517640b11a2ed41eee72656a052e8e90fe0a 15 0.01/1.00 vMB 8
Previous 10 blocks ↓
Total Size: 783.08 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: 721.13 GB
    • Received: 18.35 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.