Loading Tool

Explorer IconExplorer

Memory Pool

81,606 transactions
31.02 vMB
0.09121691 BTC
Random Selection Loading Transactions
Max Size: 188.32/200 MB

Candidate Block

Mining Attempt 0d79a4175f9604485dfb7280c512ed0fbedc92354675efb284c119b1f0295d4b
Version 20000000
Previous Block 00000000000000000001ca07069b70e219df1106795fdd3699d6deb20743d8b0
Merkle Root 93e0dbd89ed5c7c3406a03c79b3c46a5340ffda850be66d8a9cc77230523904d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,669
Size: 1.00 vMB
Total Fees: 0.02430776 BTC
Feerates: 351.58 > 2.44 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,207 (256,720 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
658,487 658,487 000000000000000000003ad1e412f91cd75d8344d5afcc5df0d93038ecdb9bef 1,522 1.00/1.00 vMB 78
658,486 658,486 0000000000000000000555b5acf0d7d39dfd20fe28dd0b7884f0d55b84c98008 3,203 1.00/1.00 vMB 70
658,485 658,485 00000000000000000001bd3dc9803860c74035f95c43d2737021e962b2b915ed 3,020 1.00/1.00 vMB 69
658,484 658,484 0000000000000000000199a412a0fce3a03eb9ffce56f31832480d13b1683781 2,832 1.00/1.00 vMB 79
658,483 658,483 0000000000000000000ac10603def524fe3ca124d18b727836cd6532e42ead6d 2,589 1.00/1.00 vMB 74
658,482 658,482 00000000000000000005357e8ecb06f5323f3409ca62d07e6d959ca2abca2a79 2,762 1.00/1.00 vMB 79
658,481 658,481 0000000000000000000e5aa3bfb178f597aa8c3341655293433e437557d60717 2,877 1.00/1.00 vMB 78
658,480 658,480 00000000000000000008176a6d2507e13cd2ffd3a7deebf86ed8f10dcdb40c85 2,854 1.00/1.00 vMB 104
658,479 658,479 000000000000000000042fc4094ee0ffe66920382d0c2fdcfda8cf8cf14f2d37 2,854 1.00/1.00 vMB 72
658,478 658,478 0000000000000000000bdbcc2a7176ddae0f76c59adb7b40d46aa9aa5fc0a060 2,542 1.00/1.00 vMB 86
658,477 658,477 0000000000000000000a827eb94a4d9c6c0cb7af4b1451749f6db3eb0d2d992e 2,359 1.00/1.00 vMB 78
658,476 658,476 00000000000000000002972e0a04be39fe2ddb9a7a79023ac3f1c6aeddc35d96 2,614 1.00/1.00 vMB 108
658,475 658,475 0000000000000000000149d3fb6f4f63a89b8f0b453a68898891d6ba8082ad11 2,571 1.00/1.00 vMB 93
658,474 658,474 000000000000000000009889c9a38fd8e93d1eb1829449ae135f9201830f28c1 2,582 1.00/1.00 vMB 60
658,473 658,473 000000000000000000059e76a056f983e2552d447b9574eebc77084212f8cf20 2,550 1.00/1.00 vMB 77
658,472 658,472 00000000000000000006749cd6cb5f0bf9af40c3f41f293a4a701129a20140ad 3,083 1.00/1.00 vMB 63
658,471 658,471 0000000000000000000f0fb4175c7ad5a8dfcd384b0828a30e949bc71d896954 2,711 1.00/1.00 vMB 91
658,470 658,470 000000000000000000025c18337767bdefc3b5cb342f4dbf11a30b18b0178049 2,711 1.00/1.00 vMB 59
658,469 658,469 000000000000000000060bf054400c9aa3a496bee908b03bd8096613951276c2 2,775 1.00/1.00 vMB 65
658,468 658,468 0000000000000000000468e686d3eae28073269183a3dc02586ccbd335e8b9b5 2,012 1.00/1.00 vMB 85
658,467 658,467 0000000000000000000f4453f6e5bd58032c81cb95bbbc1e110701429023e5ee 1,774 1.00/1.00 vMB 90
Previous 10 blocks ↓
Total Size: 782.75 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: 708.65 GB
    • Received: 16.75 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.