Loading Tool

Explorer IconExplorer

Memory Pool

44,811 transactions
27.02 vMB
0.06641313 BTC
Random Selection Loading Transactions
Max Size: 142.42/200 MB

Candidate Block

Mining Attempt 3f456db73187a798ddf03015e64dc65ad5323814e2b7fe20b1f83a089129ecd7
Version 20000000
Previous Block 0000000000000000000143d8e69d37aea3d626276d77977f2e77ed2280542191
Merkle Root 14fcca78b8948b061caa0ea2c4defeabde51ea79e67e7eeb94b494fda70bbc6a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,445
Size: 1.00 vMB
Total Fees: 0.01525527 BTC
Feerates: 265.25 > 1.53 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,788 (426,224 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
488,564 488,564 000000000000000000acdff4273496ba14870d43d48d726ae204cfef7c30f663 2,233 1.00/1.00 vMB 51
488,563 488,563 00000000000000000082c657e842444f7f80e6eb7f73d7afdf66f65058d0161c 2,159 0.97/1.00 vMB 163
488,562 488,562 0000000000000000007f73d2d5e5b1dfbd8e781bbd8b58c0c99a2e88d1b85510 1,843 1.00/1.00 vMB 47
488,561 488,561 0000000000000000009bd8b06f8291e67f16a334e1fba97ee36a17189092b938 2,573 1.00/1.00 vMB 95
488,560 488,560 000000000000000000affa657fffaaa3a5e4dd67ebd2ce55f4c74afdc28d3d51 2,087 0.95/1.00 vMB 131
488,559 488,559 000000000000000000af2b5026d1881c1f890cd14954c522c4f5d9229658c1a7 2,539 1.00/1.00 vMB 149
488,558 488,558 000000000000000000b1106c24d49d57689ecca0139106fbb609d780c41d202c 1,914 1.00/1.00 vMB 151
488,557 488,557 000000000000000000682e31d4aa3d30f9f78f115fd581de61b28b9cbcadd4d5 2,372 0.97/1.00 vMB 190
488,556 488,556 000000000000000000a3ccaa60d0f98276b24e0b0f4c145477805e4181325140 1,521 1.00/1.00 vMB 65
488,555 488,555 000000000000000000b0a015d2dc0ebec6157fbd15c2feda5b842d0ae38acfff 2,004 1.00/1.00 vMB 123
488,554 488,554 0000000000000000003520c8be1d599c33fa312f9f367a050c26f25b617584d2 1,977 0.99/1.00 vMB 182
488,553 488,553 00000000000000000003169d1f66cf467adb8b9d1fb92bafc73ff9926231be94 2,282 1.00/1.00 vMB 167
488,552 488,552 0000000000000000004e889f9f8be83d9c71d0c86001259da8f722448375c559 479 0.26/1.00 vMB 114
488,551 488,551 000000000000000000f43f8a8300977c4bc137587edf1e304c86f8d151207bec 1,942 1.00/1.00 vMB 92
488,550 488,550 000000000000000000c023600889ba4b81a798bf7389b9073799242f09d89458 2,286 1.00/1.00 vMB 100
488,549 488,549 000000000000000000e9a6359c4e1430377980eb4820aae17cb12764a73ee7c6 2,546 1.00/1.00 vMB 52
488,548 488,548 0000000000000000001c81db9d200e77c2247d9ece7da154f54c3b6564c51c1a 1,878 0.96/1.00 vMB 97
488,547 488,547 000000000000000000972b59480729cdc50e5198d05185906dd7464193fd6e4b 2,530 1.00/1.00 vMB 174
488,546 488,546 000000000000000000539c9ef5d92c4f841ad711f57fa899286b2135b849583d 1,107 1.00/1.00 vMB 15
488,545 488,545 00000000000000000019cc211f17e0a82697333332e41ecf6ec52f0a0cd42cda 1,577 0.74/1.00 vMB 149
488,544 488,544 000000000000000000e68d54fe810ce349d195beaca5bd2934730bcbecd5bb46 826 0.47/1.00 vMB 105
Previous 10 blocks ↓
Total Size: 782.01 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: 649.28 GB
    • Received: 13.15 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.