Memory Pool Memory Pool Refreshing

7,166 transactions
2.69 vMB
Show Random Selection Loading Transactions
Max Size: 15/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,857 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,699 (553,976 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
353,723 353,723 000000000000000007bb9e75ce4a5583f73ead45ccf4bc1998ff5b91f3411e14 0.23 MB 435 21
353,722 353,722 000000000000000007287ea801a072fc68f9e59192dcb7cb9337fc58d5c88439 0.50 MB 1,068 29
353,721 353,721 000000000000000011351a1fcb93ffd9b20eeaca87c78ef7df87153a2237b91f 0.41 MB 716 24
353,720 353,720 00000000000000000607c7b23bc78fed3362a49613eecc382695e0c6627622c8 0.21 MB 554 30
353,719 353,719 0000000000000000109d4ae71d08eb7944d4ae88ab0de00a345b598110ba40e0 0.05 MB 124 20
353,718 353,718 00000000000000000b9c1c5c32b839db0d23d70963bbfbfc2e604c1cb785d7f8 0.17 MB 343 28
353,717 353,717 000000000000000006f3bba3876c1dc7a700010c744fb2abf360b6f2c07d9538 0.13 MB 255 23
353,716 353,716 000000000000000001638053403dd28bdc634587be91c1fba141e14571f2e389 0.68 MB 1,258 18
353,715 353,715 00000000000000001263d2bd9ed556772c8fc5fa4cf16c992bac37ffcdbd4f8f 0.75 MB 1,585 31
353,714 353,714 00000000000000000188463c08ce89ac4399848f08ba581725bca3ee6486ab5a 0.75 MB 1,824 34
353,713 353,713 0000000000000000156e99436b362b8aba0e56bd3597589c51e44c40fe0cb41b 0.06 MB 160 29
353,712 353,712 000000000000000006f11e016704a54a2d15513703ade2e63ba9ee4d6b0eecc6 0.00 MB 1 0
353,711 353,711 000000000000000008e221b76c4fcee6926ca9b91c7af2070a169e1136742e29 0.14 MB 329 25
353,710 353,710 000000000000000007e283df83441fdca9d837301e4b71f26e31363d1cda53e4 0.13 MB 244 23
353,709 353,709 000000000000000014ec787e1a1a896b5dd6e45f37cb699e50fe23df4ccf639d 0.00 MB 1 0
353,708 353,708 0000000000000000038e89a98b74ff94534df55cf492c1dbc3b6012ee588235a 0.07 MB 161 25
353,707 353,707 00000000000000001494778a2ef34ee7e1d1f9d861973f1dcdee4dabcf083998 0.24 MB 461 24
353,706 353,706 0000000000000000044cb9d8d8cd36a58633ac590d67e8245ffa6389784df1b3 0.37 MB 557 19
353,705 353,705 000000000000000012ce69ff5a55d61d27fd71259d0883c090b5b51479ec513d 0.63 MB 1,439 28
353,704 353,704 0000000000000000038307ae5a29d522fe081afe13da3a6a08f1f1d2bbffa095 0.51 MB 817 22
353,703 353,703 000000000000000011d2173743440fe0a7e439cc64e7fdf2b18e03bb7c9719b3 0.06 MB 135 22
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.52 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.