Loading Tool

Explorer IconExplorer

Memory Pool

86,867 transactions
31.78 vMB
0.10524132 BTC
Random Selection Loading Transactions
Max Size: 192.85/200 MB

Candidate Block

Mining Attempt 140947d96510b735a6a4e170a5da8b7fe5eb87f13faa6d9fd2e5a66af0d1a5e2
Version 20000000
Previous Block 00000000000000000000c293eb6b3d695babb308ed7b69547ad6151ddfe703e0
Merkle Root 05d0896ad880d503b606230efb887163bac2bd208f8575346dede18c35826bc1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,160
Size: 1.00 vMB
Total Fees: 0.02684350 BTC
Feerates: 157.35 > 2.69 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,075 (329,699 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
585,357 585,357 0000000000000000000bc16f4763c7b5d0b3e2f3bbc863876a292c28b4e65baa 2,884 1.00/1.00 vMB 19
585,356 585,356 00000000000000000012323ab52df0c33cb22aa701210360e96f6d5987239729 3,179 1.00/1.00 vMB 78
Previous 10 blocks ↓
Total Size: 782.53 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: 668.94 GB
    • Received: 15.65 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.