Memory Pool Memory Pool Refreshing

7,225 transactions
2.32 vMB
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,694 (77,608 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
830,086 830,086 00000000000000000000990473ff3d9314f75af6404874bf2e63e8ee083052fd 1.62 MB 2,242 14
830,085 830,085 00000000000000000001a34ae93f7282a33e29cabf582f7f7db5960cfc95d77a 1.65 MB 2,873 34
830,084 830,084 0000000000000000000340a9874161c57f04b936f06eccdce139511e9c9212da 1.46 MB 1,529 16
830,083 830,083 0000000000000000000360e08fa2b0e1830df67543f54197d1f544731961300c 1.44 MB 1,243 14
830,082 830,082 0000000000000000000058716264638f6910b2e14f82fefee28f076f65291fe0 1.54 MB 2,177 17
830,081 830,081 00000000000000000003b53a6e246da6dd7dbe6ef5becb954d650f04c189426b 1.56 MB 1,843 16
830,080 830,080 00000000000000000001679b3439aedaff89582df5ed2f93e4f46bf1e7d7b9fc 1.67 MB 1,252 14
830,079 830,079 000000000000000000008f408bf8e17468003d28bb1984d58532e211c8c09049 2.06 MB 715 10
830,078 830,078 00000000000000000001c46cbe45b6006f25fa0c98e74de8c620b884d4de1eaa 2.29 MB 1,135 13
830,077 830,077 00000000000000000000633dd6e5e0cb3c0550a05bc3c1f920319715157e777b 1.80 MB 1,146 11
830,076 830,076 0000000000000000000365c8b7f6fbbbf99ac6b1dfb041da2eb4077a63f29e8c 1.51 MB 2,241 22
830,075 830,075 0000000000000000000285421c63109db67778e91a6e2fe3af3d504d0c5d08e3 1.38 MB 653 13
830,074 830,074 00000000000000000001afa4ac82e269ce02448bb1d1e8bb97ca970de5153259 2.00 MB 1,970 12
830,073 830,073 000000000000000000029ab588fc5f6b32ce067210c5399857425517ad7cdb96 1.91 MB 1,929 16
830,072 830,072 000000000000000000013335028ee3fc925c2f86260b0107c4abf839c9e1967c 3.00 MB 1,187 24
830,071 830,071 000000000000000000025bc38b55210db5f1d3ba9f37b074d1c7bdc3f73a9753 2.19 MB 1,795 16
830,070 830,070 000000000000000000023efe4369c875e6a46984f5f877cdb0e2a304ae3c74cf 2.67 MB 1,636 25
830,069 830,069 00000000000000000000f38582baee2eb1c162cce17c1f99c73208594788d3cc 3.14 MB 775 21
830,068 830,068 0000000000000000000224635ccfa7da9dd1835f44ecec611d36ac8de1f6d2a0 1.73 MB 2,291 27
830,067 830,067 00000000000000000001b9be695916ab27dcf62084a705eab67b75886c89f85d 2.73 MB 1,834 20
830,066 830,066 00000000000000000001bd79e0377e2d4823cec60b037fb7770e649a41022e8c 2.74 MB 1,533 23
Previous 10 blocks ↓
Total Size: 768.97 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,615.71 GB sent, 92.68 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.