Memory Pool Memory Pool Refreshing

3,789 transactions
1.78 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 sats/vbyte 3
1 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
907,927 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,911 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,926 (459,449 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
448,477 448,477 00000000000000000024a5cd314fa5a9d39a632a21f8b7c56bb5b4d7508728e8 1.00 MB 2,404 79
448,476 448,476 000000000000000002a497ea74c03a8f1f29584a8f7c43122d76e36e767e9dc7 0.52 MB 934 54
448,475 448,475 0000000000000000030431582b285fda6f109bdd51296f79db56b0a64c1ce341 1.00 MB 2,098 78
448,474 448,474 000000000000000002348e246784560fb2f2e4bee2cf76e53701797fa8354276 1.00 MB 2,361 94
448,473 448,473 000000000000000001409fad3be1a5ddde00f4ce478cae2c8938d946bb0782ec 0.34 MB 675 72
448,472 448,472 000000000000000002a05a50419153ee4d2ac9b9b3d4326da4e3e0395b4a19fa 0.08 MB 202 76
448,471 448,471 00000000000000000115513e81233c85ba6d07b520a3a32b8b0e66c844886273 0.47 MB 1,060 80
448,470 448,470 000000000000000000aec65975a7f7610fe4ba245695b62f630f2e5641902972 1.00 MB 1,117 30
448,469 448,469 0000000000000000007f97eaf4978866ffe75324f84449fa1e02e5b8a6950c64 1.00 MB 2,149 67
448,468 448,468 00000000000000000106cc9b688250f925752dc4d2367db5461eff119e3f8b90 0.99 MB 2,477 68
448,467 448,467 00000000000000000066fb82b46a131ed10aae55b166b2f5c32d270ab5615455 1.00 MB 2,567 80
448,466 448,466 000000000000000000b551af754aa3b45ab918942402a472f19437aea1c0ddc5 1.00 MB 1,770 76
448,465 448,465 000000000000000000e292611ea3c2e5b5ab31b523b45c26add0f0bd6469c82d 1.00 MB 3,031 127
448,464 448,464 00000000000000000125b9787f202adc868acf3ca987742a4e00ac1b3155ee76 1.00 MB 2,161 93
448,463 448,463 000000000000000001d0e2a7f25be8dded05241eb0e47ab407d9251a5d76a77a 0.34 MB 727 64
448,462 448,462 0000000000000000028fba9b9fb1ac244deb748a0eb7b12ccc18a447285dfe01 0.21 MB 444 64
448,461 448,461 000000000000000000be778a55d4b91fdcb749eb453422292c67f95064c9bf1d 0.28 MB 579 65
448,460 448,460 000000000000000001a1092cd9f7f6b556e606a0bf5b938ecb15101ad5aa12b6 0.61 MB 1,371 75
448,459 448,459 0000000000000000021741fde7dc5c242ddebd0a2462d98dabc04f500b8b544c 0.44 MB 1,085 79
448,458 448,458 000000000000000000948c7b26332c91f8dc0d9bd562fff7656075fd65404312 0.56 MB 522 50
448,457 448,457 00000000000000000063641c86489368c5b853b88b71d1f73ac902f28c501d2f 1.00 MB 2,495 89
Previous 10 blocks ↓
Total Size: 769.40 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,644.78 GB sent, 94.98 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

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:

  • 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.