Memory Pool Memory Pool Refreshing

2,871 transactions
1.07 vMB
Show Random Selection Loading Transactions
Max Size: 6/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
907,979 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,523 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,978 (817,896 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
90,082 90,082 00000000000bc79a19afa29387c31a576080a54ab0b6b04859892079bfeb20e2 0.00 MB 1 0
90,081 90,081 0000000000143dfb98a0b5ad1af3752183071737cadf85408d54667ae2eac137 0.00 MB 1 0
90,080 90,080 0000000000018d1b3429a5cb64e6eca63d90428b555fb3a8f78da4a887e43f36 0.00 MB 1 0
90,079 90,079 00000000000cfdce3bf8021cf2e2d700dee7e6cd7f8fad5ad300f2c235dfb0a7 0.00 MB 1 0
90,078 90,078 000000000005e01b52bb0fac9c99c7b1180d989510557ead1f0154a6b94ae23d 0.00 MB 2 0
90,077 90,077 000000000002d34b71c470d939574d728bf6aa5f964dfbc5113373357e6cff73 0.00 MB 3 0
90,076 90,076 000000000000c8753e2f2b7dda67badce22d36d095d04da5092423265ccc1cc2 0.00 MB 1 0
90,075 90,075 00000000001320f5692c3b43f348c487c940084da01d4221be961a688f84ade7 0.00 MB 1 0
90,074 90,074 0000000000142de2e27c9ecfb376c05a86112c3334bd998fd0c8b1b30533122a 0.00 MB 1 0
90,073 90,073 0000000000040761fbbae92fd165f6ebacba59ca81ed737cca4e641eba7ff453 0.00 MB 1 0
90,072 90,072 00000000000e361ad30e552ef4b0c2f2448c5666d0d9b403ec0c20485748776a 0.00 MB 1 0
90,071 90,071 000000000003bab20e93641f5a38de16d5419550e71366b8e0d1e331090a9beb 0.00 MB 1 0
90,070 90,070 000000000014a7b2c521d81c0326955fe198d553cee76a2d37dcab4d70925afc 0.00 MB 1 0
90,069 90,069 00000000000ec6295b8377b6d7257ba482b175fcf5f8f293f0bb001eac0bfd36 0.00 MB 1 0
90,068 90,068 00000000000170ce33d1f134dfe0341452bd2e178ce01db0e33e665ba7a71561 0.00 MB 2 0
90,067 90,067 00000000000097ea5bd098c363e712d0207d1f8cf1ece07f10b42d34703b533e 0.00 MB 2 0
90,066 90,066 00000000000dbb98a6fa692f3f2bf3af2114a63e000ccd8dc8e1588f0fcba3e5 0.01 MB 4 0
90,065 90,065 000000000001511a50b529f28acb02dfd6a9eac8351c9f3747756f29fcfad369 0.00 MB 3 0
90,064 90,064 0000000000022b1e50f6d68488b242d52f46e7531cca184f97aa564fe12016b1 0.01 MB 6 0
90,063 90,063 000000000004d19b679a952760b3b17f4e46ff22a0f71a0717993256bb7dcb02 0.00 MB 1 0
90,062 90,062 0000000000012bcb66d33831d29798279c2094e9fdd7e05dddffceb1d758b943 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.51 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,647.07 GB sent, 95.47 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.