Loading Tool

Explorer IconExplorer

Memory Pool

24,348 transactions
11.66 vMB
0.02887603 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 66.38/200 MB

Candidate Block

Mining Attempt 1cacf01d28d744e8f7df6af787e9526ddbea004a27065aca649dc6380cf16aa5
Version 20000000
Previous Block 000000000000000000016a197de98f52a18843c4dcf16282b9f030bb94d42b8b
Merkle Root c60d8f037651b7d6429b65c83070235d394fb15f8b66b7b9dd718e5ecafd7dcc
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,460
Size: 0.99796175 1.00 vMB
Total Fees: 0.00947562 BTC
Feerates: 150.68 > 0.95 > 0.24 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,648 (546,207 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
367,441 367,441 000000000000000007a614e16e7bf36555e97c6875a81786114d29bb7ecfa559 1,202 0.75/1.00 vMB 37
367,440 367,440 0000000000000000037397e7bc5534b413929fffca2dacc4b85f275fb02d43a8 580 0.85/1.00 vMB 21
367,439 367,439 00000000000000000afc629d0e1f3953c0ccdafd9b9296c9fd08936906393b87 685 0.75/1.00 vMB 25
367,438 367,438 00000000000000000ddf450d4c2cbe947bc28df40c0ae4c8c68dfaafeb611f83 1,353 0.93/1.00 vMB 38
367,437 367,437 00000000000000000df341c06c108f2ca5a024be87e88d3139586bd4a8aa0e0f 514 0.81/1.00 vMB 21
367,436 367,436 000000000000000000685e629b7b7ea5e3014dc3d157d782407984cebb87062e 984 1.00/1.00 vMB 12
367,435 367,435 00000000000000000a67245a3a1816bfaf1aa2b0c672bae596e549e44c794dd9 650 0.95/1.00 vMB 18
367,434 367,434 0000000000000000123a7bcd021de7d2f436a244c932109b2e5675d49d6b8d27 1,575 0.95/1.00 vMB 35
367,433 367,433 0000000000000000128211c7f46d4843a0efac435c21b14fcb6c1f9f5c38ba50 723 0.90/1.00 vMB 25
367,432 367,432 000000000000000013b7ae4e59d16a30b18d700cedf9826b6560dbc0f84e2bc8 738 0.88/1.00 vMB 25
367,431 367,431 00000000000000000d4cd696e7dafd74510d1462409278a4c20f6007420d53c3 445 0.75/1.00 vMB 21
367,430 367,430 00000000000000000bcbe819629e865847e9444f75957083c200e3b1fdea878c 875 0.95/1.00 vMB 40
367,429 367,429 0000000000000000058f171ad4826956cfaf37c246b49c93dfaec01c19551c4d 290 1.00/1.00 vMB 22
367,428 367,428 00000000000000000da0f8234c0672aef4895cc968fe2038ab6639c21b6e8b26 341 0.95/1.00 vMB 23
367,427 367,427 000000000000000003a6cd9d04ec75cecf8ba564f05ee8b467e10b92085ac48c 201 1.00/1.00 vMB 19
367,426 367,426 00000000000000000cf5ab9adbd117cfb31e2515d1f85e1b159397e61b545232 1,825 1.00/1.00 vMB 44
367,425 367,425 00000000000000000a0fa535f63a8cab2aa8f905ea4c2b469d9535038aac7b72 1,992 0.91/1.00 vMB 47
367,424 367,424 0000000000000000105391ffa295633a4457a1b402def60982390b66651fe560 217 0.92/1.00 vMB 21
367,423 367,423 00000000000000000fa65f7c9bd6af7a3ed611ea4bcb2848d145d3b5a187fd73 893 0.67/1.00 vMB 40
367,422 367,422 00000000000000000e05866745485aafa475ece7c85773cca62bc85b7e3387ea 797 0.89/1.00 vMB 25
367,421 367,421 000000000000000001339c614dbffb4a069adadcdff7d0b8f089abd05fd35ba4 1,365 0.75/1.00 vMB 41
Previous 10 blocks ↓
Total Size: 779.99 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: 472.66 GB
    • Received: 3.04 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.