Memory Pool Memory Pool Refreshing

6,832 transactions
1.92 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 sats/vbyte 3
1 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
908,396 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,388 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,395 (900,484 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
7,911 7,911 000000004a91f9b42b0e51d1084e38994d16c80f62a9542639fbb0e507f4fef7 0.00 MB 1 0
7,910 7,910 0000000065e7410c8d6369d9e27f61ade0793270893a1e9b1ffdf303d383f53c 0.00 MB 1 0
7,909 7,909 0000000050bb353e5a7b1a9d17dbd957aaef9cc81aea46afad55da7c56bd2561 0.00 MB 1 0
7,908 7,908 00000000be07dfebeb8dd17c87e24e756b1e160b73e96b4c7754f6264116d966 0.00 MB 1 0
7,907 7,907 00000000dbca65030a7fbf1a50240671919b99ebfc3d75c77970935d47de70d2 0.00 MB 1 0
7,906 7,906 00000000a2a3bdeafdd8714c6f9d5204d5511f18543fa356f814e5cfffc86ad7 0.00 MB 1 0
7,905 7,905 00000000e862c1f3aa6d72c1ac1631d7628e82f6096585d92880f8804ed6a7d3 0.00 MB 1 0
7,904 7,904 00000000efe81cb33fce22374cf6695447b1d33af780871357be6110952258b3 0.00 MB 1 0
7,903 7,903 00000000a8096f779c11637ad0831181731c4e7d06b9558db38f28144f36c233 0.00 MB 1 0
7,902 7,902 00000000a243e44c2c24f7bf693a7dd85adf25051bee0308ae920199325b393d 0.00 MB 1 0
7,901 7,901 00000000b07280236b8b97753074465f2baf0db60530a44f3629da847083f086 0.00 MB 1 0
7,900 7,900 00000000b5514e2e72cec7ee5d03cedd91dea5c31580673911d159711035e2f2 0.00 MB 1 0
7,899 7,899 0000000011037ba6c8f7ecb30499daa83d745818edfe8ddfaa1801215e8dc5b3 0.00 MB 1 0
7,898 7,898 000000004be011192200692e4bd803d4963f13a1b221c290fe325c91bc18b4f3 0.00 MB 1 0
7,897 7,897 000000000280b50dd608624652fd7e42f55b425eaf0f24b38b7816a6fbc65bce 0.00 MB 1 0
7,896 7,896 00000000a8d779d2cfdb8dab67997b995c5ff426d117e6c54a06d785080e66a1 0.00 MB 1 0
7,895 7,895 00000000a90c31d13d61094610003a0b344903d36edb41645edde01cb89c8278 0.00 MB 1 0
7,894 7,894 0000000087d980ceff702ede31f080889d76fea4c6a4d98cab6bebbd8a5a28b8 0.00 MB 1 0
7,893 7,893 00000000207b5cdca1ad044414be49db9536b607628e8a2bcd05f6645fd688ff 0.00 MB 1 0
7,892 7,892 000000004d30f3f58abd9c4da01b39d57b8e5ec9121e2783306780c7279f98b7 0.00 MB 1 0
7,891 7,891 00000000ecaa563e4407b0cdde043391f83f07cc7dcb026fb2c01ff62f3b2b16 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.43 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,707.22 GB sent, 99.24 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.