Memory Pool Memory Pool Refreshing

4,313 transactions
2.03 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,736 (585,921 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
321,815 321,815 00000000000000000465bf11287da60867d8851960108f6d0a1ea20b950e46e5 0.00 MB 1 0
321,814 321,814 00000000000000000dd8176e7489cd19f77edfd3c884ce299e99d18edc3d4b1c 0.03 MB 70 31
321,813 321,813 000000000000000001d30165d8389820ed5c514830e32ce1f860668ed393cbc8 0.15 MB 248 20
321,812 321,812 000000000000000002aecf963cf2860efe917346c9e2c2cd1cf897c9b671ba1a 0.16 MB 238 17
321,811 321,811 000000000000000013347660aa8ff9bfafe0cd6db3238c576fdf25f2e53bc9bb 0.24 MB 407 26
321,810 321,810 0000000000000000174bd7f1ddd4f25e05cb0b6c83de98b7752569d4790b2377 0.00 MB 16 65
321,809 321,809 000000000000000009fcb1680386ab49d5b3502041b24cef08b107afb9f979af 0.16 MB 264 22
321,808 321,808 000000000000000014c49981fc375515fe0b4e083e93844168c48b8abde5c19f 0.01 MB 30 27
321,807 321,807 0000000000000000153392eae332c0e9462f8b43ed02d22f374aace268c790c9 0.48 MB 696 23
321,806 321,806 0000000000000000124dd291be5d130be20c9113cb5f64d07f47d7945e75a1d7 0.07 MB 138 19
321,805 321,805 00000000000000001a56a0d47e991db66aeba99a6d2a0892572fadeccdf73e2a 0.73 MB 1,617 30
321,804 321,804 00000000000000002121ec0ef982e7854ecf17fee0acc7b5084d4580f1aa7e63 0.14 MB 321 31
321,803 321,803 0000000000000000191f03b7d86741f6581fc11a3ee5446ecd287c418e331676 0.16 MB 271 25
321,802 321,802 000000000000000022de75ecf23f6491081bc9b2f3ffa2f4060328b8d3889a02 0.27 MB 129 13
321,801 321,801 00000000000000001b6ae401ed50b19a1fcb358e6e578511a5544540cb45873f 0.15 MB 330 37
321,800 321,800 00000000000000001815931bdfd7e4c300b1e7d93f0ebf74f84119b9f0a44367 0.21 MB 423 29
321,799 321,799 0000000000000000235659b9a0ea534a3fc5e8f4667680cac1658bbd0978cb15 0.14 MB 286 30
321,798 321,798 0000000000000000061e3bf14d8132d00455802c5bb1ff784513d19bb8751c99 0.09 MB 188 28
321,797 321,797 0000000000000000022c9301b9c4546ccb969555f4633009763da1e3f9decdc8 0.07 MB 126 27
321,796 321,796 00000000000000000c7008c2b713a9e666d86980e4e5fc460391389c8d64833c 0.11 MB 203 26
321,795 321,795 00000000000000001014016b7b908df57eba41c09777c1528de2c354a2cc9285 0.21 MB 371 28
Previous 10 blocks ↓
Total Size: 769.05 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,627.50 GB sent, 93.13 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.