Memory Pool Memory Pool Refreshing

9,031 transactions
4.20 vMB
Show Random Selection Loading Transactions
Max Size: 23/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,725 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,581 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,724 (204,238 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
703,486 703,486 000000000000000000049db4b219465e1eb229fb21ea43f6026da56f65f37b66 1.38 MB 1,939 7
703,485 703,485 0000000000000000000099b6282f365aeb1f8ab2a079ddeb9d9685ec0f321f9e 1.25 MB 1,439 7
703,484 703,484 0000000000000000000ba03b4289fe4f934ab46968c686a3aca6c914110507a0 1.31 MB 1,967 7
703,483 703,483 0000000000000000000972109140d1d61710c2528a4b6949aa288bc3e2512e5a 1.31 MB 1,370 6
703,482 703,482 0000000000000000000aa2457a290fe123bb9029c9687565809de6582bf8aa6e 1.27 MB 1,257 9
703,481 703,481 0000000000000000000069d8177bd1c9568fc743422002462dde97931f763b20 1.47 MB 2,780 16
703,480 703,480 00000000000000000002712a4fa42112dc231843fce531ad221b49357bf6c2c3 0.86 MB 957 8
703,479 703,479 0000000000000000000e821edc65162eb37afbf1a49418b80217119a7c7328c4 0.25 MB 316 10
703,478 703,478 000000000000000000030c4c5d2bb79515c5962d557f395e2428fb59dbfb1165 0.14 MB 284 10
703,477 703,477 000000000000000000021fd9e86679c14a419cd7c56126fc648e074151d80547 0.91 MB 1,463 9
703,476 703,476 00000000000000000001b0ed769171cad1685bc0b3f6febf1def016f5aeb1620 0.28 MB 361 10
703,475 703,475 0000000000000000000e2128b84fca3a8522fe5fc1bfdf3f793a3af6c518406f 0.85 MB 817 7
703,474 703,474 000000000000000000035eb55faca92d7dd84add54d1676e1a74ab2c09f6a4cc 1.48 MB 1,607 4
703,473 703,473 00000000000000000000d2b1d9f79dc1ad846549f995d7bbdacfa58af8da0ed9 1.42 MB 2,704 4
703,472 703,472 0000000000000000000b59c2183852398565837e93387b88f6d62798a7b4027d 1.13 MB 1,109 9
703,471 703,471 000000000000000000016b3bf65d779fc0beb52eeda4a5d57e5f008d83948405 1.25 MB 1,372 11
703,470 703,470 0000000000000000000b5223aa15a938100cfc74ba7b95f2c2dd4c92180a14bb 1.30 MB 1,793 12
703,469 703,469 0000000000000000000b78cad103d1af3a33203b3de71b761bb39d35626b7eeb 1.25 MB 1,748 4
703,468 703,468 000000000000000000089429df8749de579b56bd5ca874a3fd9d8bc5a7e0bcd1 1.17 MB 1,161 9
703,467 703,467 00000000000000000003775698149ee56c1e304bda6914815960f700085c9c0f 1.24 MB 1,392 6
703,466 703,466 0000000000000000000d322a0686aa8fba1290227a7490e17cada869b649c588 1.21 MB 1,129 9
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.20 GB sent, 93.02 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.