Memory Pool Memory Pool Refreshing

6,291 transactions
1.82 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 sats/vbyte 3
2 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,674 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,242 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,673 (204,609 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
703,064 703,064 0000000000000000000b9a4a2c930d576c5be38313536ad5d85b75159bf6aa39 1.39 MB 2,446 6
703,063 703,063 00000000000000000006075ab9c5b12fe2337fc3d31ef9bc91b8e11accb26c7e 1.40 MB 1,988 11
703,062 703,062 00000000000000000004569f54aa6ab027ae68aca7cb68f2ef6b10a5cc67dc22 1.27 MB 1,684 7
703,061 703,061 000000000000000000073912d7afb0aea1414c23383720f2121c7c370cb37d97 1.60 MB 2,811 20
703,060 703,060 0000000000000000000e02a9a568e9506f3655816301a34162f2e439da327e80 1.45 MB 2,349 17
703,059 703,059 00000000000000000002e50844579d94ea90dde7171d9d5f77a2ce1267eee7b3 1.55 MB 2,710 18
703,058 703,058 0000000000000000000523fa9a743acfdc1ccf4cb01e4fbd4ee935930c10e2a5 1.51 MB 2,834 8
703,057 703,057 0000000000000000000689a831085f951e309c0f493fe902ce2bb666fad1d41c 1.50 MB 1,908 13
703,056 703,056 00000000000000000003d714f35981b6ea4e933d390171fb274fc3bb5447c05a 1.51 MB 2,813 14
703,055 703,055 0000000000000000000291d25a4796e60b89c02dec2645b54d84f530b81e4c7c 1.36 MB 3,150 36
703,054 703,054 000000000000000000092520079e3e4436df7b51aa398f669c330e8e173de67c 1.26 MB 1,864 8
703,053 703,053 00000000000000000005c0765f9b7b854883c0c8bd4baed3b1e2003cee393d06 1.52 MB 2,581 8
703,052 703,052 0000000000000000000ccb9329b01b002c8be6ebf430725704d3c567e977e306 1.42 MB 2,772 24
703,051 703,051 00000000000000000003639292daa023e941d4365ceb6d5e9dc77b170a690fc1 1.49 MB 3,201 11
703,050 703,050 0000000000000000000d1f726428f59f984e8744b9ea76732a345235689a98f0 1.45 MB 3,187 9
703,049 703,049 000000000000000000084596089298904711906733d35c806071407233ea9440 1.57 MB 2,499 20
703,048 703,048 000000000000000000092273d4d15d9dd4f0da389fbcb2e40d804d58bfdad081 1.61 MB 2,113 27
703,047 703,047 00000000000000000003da35147cc15820c941ac5be1b4a1ca43f33e7c2510ec 1.57 MB 2,919 6
703,046 703,046 0000000000000000000498120b2e7df157a76fd7a6a9006a90e307bdeb77e856 1.32 MB 1,271 8
703,045 703,045 0000000000000000000259e0e0826fcb5a8a66482885cb94647ae54f160348cc 1.41 MB 2,248 10
703,044 703,044 0000000000000000000b0519ce0116c137924bd88c1a5bc15f9f42f2e89f351f 1.54 MB 2,359 15
Previous 10 blocks ↓
Total Size: 768.93 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,604.51 GB sent, 92.45 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.