Memory Pool Memory Pool Refreshing

10,060 transactions
4.61 vMB
Show Random Selection Loading Transactions
Max Size: 25/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 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,726 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,195 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,725 (33,310 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
874,415 874,415 0000000000000000000203c6650c2bd308f44ce31b0a87341751a10d97110979 1.55 MB 3,323 16
874,414 874,414 000000000000000000017ba15091bf6e81c1d04a90ec8de905897cf154e8a0c6 1.38 MB 2,008 11
874,413 874,413 000000000000000000025d84fd873eb263a38510d243954dfdd097884f3d7c12 1.32 MB 1,695 10
874,412 874,412 0000000000000000000082b8e6f13b76c17f4a02c5034b4f64625e8f5aa629ce 1.59 MB 2,857 10
874,411 874,411 000000000000000000019231d9b2f51a3e112c54036301a273049c5d91e68d20 1.66 MB 3,297 11
874,410 874,410 0000000000000000000016aaf5d909d4dea4a680b0dbe1bafdb4e8869e30c28c 1.71 MB 3,716 15
874,409 874,409 00000000000000000002a3c0f3e47a0b7080a6c5e871885ee27594ff0b80ea1d 1.62 MB 3,706 14
874,408 874,408 0000000000000000000237a81cf2e33e851b82dea9255f8d16d4119774ac3a5f 1.59 MB 3,889 17
874,407 874,407 0000000000000000000175381a9ceff00d2132d6cff4f94b6da8ac5e15ec9cf9 1.56 MB 3,777 19
874,406 874,406 00000000000000000001de6a5ad1d775542c8d4005af59eb11189829256bf7c3 1.48 MB 3,729 24
874,405 874,405 0000000000000000000140da1d13aebbd653709c46071da53afef3ee3c2ed2a3 1.45 MB 3,577 25
874,404 874,404 0000000000000000000188901154f78e4ec717fc91afc38b119ffd55588aa74b 1.47 MB 2,904 13
874,403 874,403 00000000000000000002836f1a4b251256c15fe1b7835aa396a6d42d25c30436 1.17 MB 1,177 10
874,402 874,402 00000000000000000002b2f6e4e3065b3e72d6b2eb401db55314fd8723af3cfd 1.47 MB 2,873 10
874,401 874,401 000000000000000000022e91ae73ea3bd6d760e8d2fec0bf6f8b5dfa65a9be74 1.81 MB 3,866 10
874,400 874,400 000000000000000000028b251a228ec201ac8a37e705fecf8cda084c45f09072 1.74 MB 4,672 12
874,399 874,399 00000000000000000000d221b8bfb6eb7657556ab1335240522fb65b523622af 1.69 MB 3,669 17
874,398 874,398 00000000000000000000c81e2fb54b276a18f071207310fd17e5ecb8272f37cc 1.74 MB 4,389 14
874,397 874,397 0000000000000000000072cf62b892f4decd787020221fc9b5925d422d07de34 1.55 MB 3,656 15
874,396 874,396 00000000000000000000bf45c95e381c886a111cfb7b6d3edae96511f73a84dc 1.67 MB 3,894 14
874,395 874,395 00000000000000000001ca7a7833f717301a21f31255e5134d5f5136a1e8e829 1.67 MB 3,970 11
Previous 10 blocks ↓
Total Size: 769.03 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,625.69 GB sent, 93.04 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.