Loading Tool

Explorer IconExplorer

Memory Pool

80,971 transactions
29.77 vMB
0.10304257 BTC
Random Selection Loading Transactions
Max Size: 180.09/200 MB

Candidate Block

Mining Attempt a86ed2ac844815c9c8e2e3b3109984399e481fee4e33de18a26cbf173254b5fe
Version 20000000
Previous Block 000000000000000000011fe80ab0efc0f5275ceb3cd290b68a57004395140fae
Merkle Root c5b06a64cc0d3b9dd0bd1fa927a0b4e053c39ff4e7ff3e2daf5f2cb19b65c92f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,086
Size: 1.00 vMB
Total Fees: 0.03826465 BTC
Feerates: 146.36 > 3.83 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,108 (329,730 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
585,378 585,378 00000000000000000009e247218a65c92a8957e27c2034776e54928d61c6bbe9 2,750 1.00/1.00 vMB 74
585,377 585,377 000000000000000000061104c9108eed0c741bf89c612f2f13e0092a02b1ccc3 2,040 1.00/1.00 vMB 61
585,376 585,376 0000000000000000000911b322bd499e13ecd3af760acab97ac44dd5063b059b 1,510 1.00/1.00 vMB 47
585,375 585,375 000000000000000000122ce822f7bd085061dcdbc4fc85971dcebabeeda82e9b 1,981 1.00/1.00 vMB 93
585,374 585,374 00000000000000000001718c0c2f24d2a4d066705d8635aeb80014c4b3f1b4c4 2,046 1.00/1.00 vMB 6
585,373 585,373 0000000000000000001e253eeda4760b85e03f3f4466ce748e1fdc1a191b57e6 2,810 1.00/1.00 vMB 40
585,372 585,372 00000000000000000010702ef3ab62ee1a39baa8909691d58843ef2dd3842e7b 2,276 1.00/1.00 vMB 13
585,371 585,371 00000000000000000002ac6e57387b889b37d0e52e6f513e8108300f2199e627 2,555 1.00/1.00 vMB 11
585,370 585,370 00000000000000000000026d649d0451361f09ddc6ec842585f7b34236cb90e3 2,822 1.00/1.00 vMB 22
585,369 585,369 0000000000000000001b5383f50a2ff974cf23f58197635280f21e53cbfc663e 2,612 1.00/1.00 vMB 33
585,368 585,368 0000000000000000001c1d5eaf412f952f14038ee41db3ff5898dda3cacf9791 2,601 1.00/1.00 vMB 52
585,367 585,367 00000000000000000019f08f43dadd56ad0beb4adcfd37e6d0afa0e3d96dfaab 2,883 1.00/1.00 vMB 75
585,366 585,366 00000000000000000002fb88e4b1e343b6e4c86b53f3aa5c6c538602b8c3d290 2,813 1.00/1.00 vMB 28
585,365 585,365 00000000000000000009ce3ec74813e3be37db90dceda395bc0e101856cd485d 2,844 1.00/1.00 vMB 42
585,364 585,364 0000000000000000000c3dd1fbe9057fab344da87e77b393ad0cdcab3c1bafaf 3,040 1.00/1.00 vMB 91
585,363 585,363 00000000000000000003f3f86f46459817c106484dcdf30546ffb0a9fd017403 2,725 1.00/1.00 vMB 55
585,362 585,362 00000000000000000002b32c8c931bd6f0cb182d4d3071b805f0986f3e4fcb80 453 0.25/1.00 vMB 2
585,361 585,361 00000000000000000018576919ec54c47c2aa97f7166ef70ae710ce13d75f241 2,886 1.00/1.00 vMB 31
585,360 585,360 0000000000000000000b783fb73141091de5279b8b5192a259b8761c53d704b9 2,979 1.00/1.00 vMB 28
585,359 585,359 00000000000000000004b07ce03f6af85b7d71c6b75c8ef76f49e4a0de44a0c6 2,662 1.00/1.00 vMB 17
585,358 585,358 0000000000000000001588fa8d82945ed26f95bcc968405f4200783250e831ba 2,336 1.00/1.00 vMB 40
Previous 10 blocks ↓
Total Size: 782.58 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: 671.30 GB
    • Received: 15.90 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.