Loading Tool

Explorer IconExplorer

Memory Pool

45,107 transactions
26.58 vMB
0.05652198 BTC
Random Selection Loading Transactions
Max Size: 140.94/200 MB

Candidate Block

Mining Attempt 0ce0ef222e421eba9360799bf47806691e7ea66983609d989bed841d0e1bf3b7
Version 20000000
Previous Block 000000000000000000015feb99d21f6201ae5efc11fb5fd8d1c0dcece989f4a9
Merkle Root 11db79465bdd0eb864579578e512251f6a172d957b7265780f8b125e7d7fc765
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,164
Size: 1.00 vMB
Total Fees: 0.00774251 BTC
Feerates: 73.20 > 0.78 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,779 (447,162 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
467,617 467,617 000000000000000000f26e0b4580b7a998002c0c459295be4168c4c2d0b204ae 1,632 1.00/1.00 vMB 303
467,616 467,616 000000000000000001b0f8621a470864c70fa353269f69167f088a40c8ff1c42 2,840 1.00/1.00 vMB 373
467,615 467,615 000000000000000000d86812af45ed31c88b4777b1584cf23201ce7fab57748f 2,567 1.00/1.00 vMB 285
467,614 467,614 0000000000000000000a9ef8cab078fcc3b82a56428965057516b1ff516339d8 1,959 1.00/1.00 vMB 284
467,613 467,613 000000000000000001c34a00b67b50ea6da023715f04a02d8e66dd797519c901 1,978 1.00/1.00 vMB 279
467,612 467,612 000000000000000000423c0f19fd131a6ea7651adbc0e0535861df60f345ddd2 2,951 1.00/1.00 vMB 306
467,611 467,611 0000000000000000009b1b684807f31c0c70d3813097675eb58a80ee6c9d970b 2,360 1.00/1.00 vMB 299
467,610 467,610 0000000000000000001f9c683191970357a481266d55f1e3a0bcde633293c34e 2,088 0.99/1.00 vMB 295
467,609 467,609 000000000000000000d0886eabbae8e9bf78bfff904f8c384f8053a14c24825d 2,732 1.00/1.00 vMB 375
467,608 467,608 0000000000000000003f507fb9bcf2c6f358d248b3f453fd52f489e998cc0e8a 2,355 1.00/1.00 vMB 405
467,607 467,607 0000000000000000012bf30b01c6f1e8df4859bfc83e492676ba679a645be317 1,710 1.00/1.00 vMB 246
467,606 467,606 00000000000000000174aac723f8a52d349d0237ca711a1ccbdcfe95457d4e37 2,392 1.00/1.00 vMB 319
467,605 467,605 0000000000000000012f9c71705cc544c337a3c87816b823d94315cc6172557a 2,444 1.00/1.00 vMB 282
467,604 467,604 000000000000000001494e6732c9f4c10cefe7b70b22c6dacf2a5349e5e82e97 796 0.27/1.00 vMB 471
467,603 467,603 0000000000000000012f5288254db4c4556bbf2b01ec45b95a09db4d9a3e50c1 2,474 1.00/1.00 vMB 292
467,602 467,602 000000000000000001321603129bc2db6ab7a2c22595ebcd7ead61e29cae8aa0 2,145 1.00/1.00 vMB 324
467,601 467,601 000000000000000000b0f678570333be217d1ae528a91026b8ddfcc72ca42827 1 0.00/1.00 vMB 0
467,600 467,600 00000000000000000129ccf1dee27ed01aa12057e1e6edb46cbf2e7375e884b4 2,665 1.00/1.00 vMB 288
467,599 467,599 000000000000000000d439aa27af2699324129cfe807d7d2f9b4aac586816e98 2,431 1.00/1.00 vMB 377
467,598 467,598 000000000000000001c5d7f41b3454d6a06e80488c0571be6475a681a6bac614 2,579 1.00/1.00 vMB 332
467,597 467,597 000000000000000001c62cfdd758d5cbfbd89cd7d9bf81726d1f6f071086f6d6 2,062 1.00/1.00 vMB 293
Previous 10 blocks ↓
Total Size: 781.99 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: 648.78 GB
    • Received: 13.07 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.