Memory Pool Memory Pool Refreshing

6,851 transactions
2.59 vMB
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,699 (552,840 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
354,859 354,859 000000000000000009261a8cf22d4010c73d788be9167ab32063b161d77fa9c7 0.02 MB 36 30
354,858 354,858 000000000000000011ad7f952d979e967448cfff0ac63ae2b0a227a4a8aa0ffa 0.07 MB 114 20
354,857 354,857 000000000000000012496e513d36d913185d94cd89c37485338c2c865c274fda 0.61 MB 1,097 27
354,856 354,856 000000000000000002f8ade0ca2256cb3c4fa127bec93946f3891677f98d6f45 0.13 MB 232 24
354,855 354,855 000000000000000009f2e0a24853ce205aa1fff9a699c9ef834dc9b2a90014b8 0.26 MB 383 35
354,854 354,854 000000000000000013a12c696e7367eae9fc3ad8847cc2152ee67c0cde95047b 0.10 MB 175 22
354,853 354,853 00000000000000000d4a7ba5bf5d0c767c0c4708bf0f37efa668450d084f161c 0.13 MB 290 32
354,852 354,852 000000000000000007b4e4a81a4890e060ab1d59c2ed46bbc6cd6e52c0668921 0.52 MB 872 24
354,851 354,851 00000000000000000c60b5f47b851fedbe02d4eba23dbd4b0f5c4c57f35693e3 0.24 MB 433 28
354,850 354,850 00000000000000000984e5c668b6fdf3580ae2132e0ba3d4c0e2aa804735bcf3 0.22 MB 348 23
354,849 354,849 00000000000000000604d8d7bdb29668cfe00893784430a17eb176922bbee43e 0.35 MB 609 27
354,848 354,848 000000000000000007a62d2c63b8e17300e9efea6221c61c51bb65dd6a5e3557 0.09 MB 197 28
354,847 354,847 000000000000000000ecb9a47e6ee4af8c6b3ff0d15d01af2b0f5a892012c26c 0.22 MB 395 29
354,846 354,846 000000000000000010dd87afec202ee9bd827064766ddaafe40f875d3022838f 0.13 MB 199 15
354,845 354,845 000000000000000016de8d76909ab0d0bf83d15eaa0812f8d1ea70bfdf7004b5 0.14 MB 284 29
354,844 354,844 0000000000000000017beaff2dd79ac48dff00c6448297d0acad8f1766d3f0c0 0.26 MB 428 28
354,843 354,843 00000000000000000c5af6ac0c9b061e4cbf0dc78098ea9c9e95074514783c4f 0.14 MB 227 24
354,842 354,842 000000000000000010cd3bb828e171ab6b7080bd282510d2d38e0d8ee1410902 0.17 MB 276 22
354,841 354,841 0000000000000000161625585e3a35ec20e3052c2f8b589aae7cd41bf3136763 0.17 MB 349 25
354,840 354,840 000000000000000012eb8d27408dd7eefee7901f692ffad6a9340d0ff4ba20b7 0.39 MB 703 28
354,839 354,839 00000000000000000136df2d2ef82432eec108f6a076ce276450f0b81659f25a 0.36 MB 660 26
Previous 10 blocks ↓
Total Size: 768.98 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,616.51 GB sent, 92.74 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.