Loading Tool

Explorer IconExplorer

Memory Pool

34,224 transactions
18.64 vMB
0.05562358 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 101.24/200 MB

Candidate Block

Mining Attempt e2995deec88662c3af516f044fb9c2629d3836df0abae83598284e057908739f
Version 20000000
Previous Block 00000000000000000000c12df07ff2559c79ae854d2e90581fb0dc800ce4d302
Merkle Root 454682fff80b48011c72dc1c6085c23ea1f1768a9887d9a7690e3ae1190219a3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,530
Size: 0.99786675 1.00 vMB
Total Fees: 0.02080221 BTC
Feerates: 201.54 > 2.08 > 0.24 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,847 (762,381 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
151,466 151,466 000000000000099130e5dc565746ca23b8e2c0981d477c4a383227ff35d30ab5 57 0.02/1.00 vMB 203
151,465 151,465 00000000000004f4e4c86819396822bb461417750c0a2095c3e9e4d6610c08f7 61 0.02/1.00 vMB 710
151,464 151,464 0000000000000521b30952b9edee1042a85b20f1c48fe58f4558c7526469966c 6 0.00/1.00 vMB 49
151,463 151,463 000000000000087a933107a5273c3ca74dde57d1bcd9b33ae185d6ddc1451fb8 8 0.00/1.00 vMB 44
151,462 151,462 0000000000000578483b6f737542c89638ad0c2c97e7068c25eb44ea5db63b9d 60 0.02/1.00 vMB 28
151,461 151,461 0000000000000b2736c56a727cabc8badd9c62c9bfd062a36df980671607c45a 10 0.00/1.00 vMB 32
151,460 151,460 0000000000000bad4bb67388bcbb9f586df60464acfb6ea966c10dc5d407fceb 16 0.01/1.00 vMB 630
151,459 151,459 0000000000000b08978ceca656e47d401fff2f6d564375c2caa11ca8357d2f05 36 0.02/1.00 vMB 140
151,458 151,458 0000000000000633e3539b85edaa02f7da1904491d53f207a6a911abe9f63487 121 0.05/1.00 vMB 309
151,457 151,457 00000000000008ba4a34b196aaea2ae74eac83fec2d3fd3468dd0445577cacb3 4 0.00/1.00 vMB 194
151,456 151,456 00000000000008b8dff21f3ede881dc7e5a08ad8611d5e43cc2f5edeac4db0d1 142 0.04/1.00 vMB 45
151,455 151,455 00000000000007cd2b05762090fc8477ad704b0944b9258e059118420c9f40e0 14 0.01/1.00 vMB 38
151,454 151,454 00000000000006ebf30f4b808af049d9d3b0fb2ad295ec7de081b587cd22f037 35 0.01/1.00 vMB 66
151,453 151,453 0000000000000d0bb98e18f1419000d5da6621fbaa83fd475f19bd64a6dffa8b 8 0.00/1.00 vMB 212
151,452 151,452 00000000000002da33d9e1453c8468ee9b598b442b51d82d48b74dc0bab38cca 27 0.01/1.00 vMB 0
151,451 151,451 0000000000000301495c2a0822db2b6f3b5010bcd7efb93113383bd04cbc92e5 12 0.00/1.00 vMB 0
151,450 151,450 0000000000000beae1e730224ca6995e451bf0e48b261cc9be01f3be922c23ea 45 0.02/1.00 vMB 61
151,449 151,449 0000000000000b87212eef08e9fb578ba1be30531d86ede1ce1543878b3954a8 12 0.01/1.00 vMB 10
151,448 151,448 000000000000070bb168b27cd8db7fed14aa94a279fa6187af204f90e8e86668 84 0.03/1.00 vMB 24
151,447 151,447 0000000000000d91edb04a330ced75967f4427b7b2dc724da601d02609a29f6a 74 0.04/1.00 vMB 119
151,446 151,446 000000000000072bc806ef9d4c5c9c62649bd6a8c1cdd78ee978577d9ac9560d 20 0.03/1.00 vMB 524
Previous 10 blocks ↓
Total Size: 780.34 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: 521.74 GB
    • Received: 4.85 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.