Memory Pool Memory Pool Refreshing

3,683 transactions
1.10 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,795 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,270 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,794 (585,608 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
322,186 322,186 00000000000000002155593551bf6f75212537fce7d71f7ee86e8a4ca994a3db 0.93 MB 2,243 37
322,185 322,185 0000000000000000198f6c903997ab0b04b484f24aa04bc0c15379deeab8e824 0.12 MB 94 10
322,184 322,184 00000000000000000f76f21ab88b21930bdc4ad9ea71413737ac8f460da2853d 0.75 MB 1,456 27
322,183 322,183 00000000000000000d50fad6e5da055617d602317e54c979b3dba178433b75dc 0.37 MB 456 20
322,182 322,182 0000000000000000062a9a01b6a9708840802b9c01cbf9275f67612e2b4fc67e 0.75 MB 2,084 38
322,181 322,181 0000000000000000172eefaa475d401088a273590b4c42e3b0e385a126aca478 0.24 MB 421 22
322,180 322,180 000000000000000008a4111e7627c355eee3da411d6a490dde6075b0aa49a926 0.32 MB 603 28
322,179 322,179 0000000000000000124dd63f1568068274902878ffbd75aeed9d07dbbe8cb918 0.20 MB 281 22
322,178 322,178 00000000000000001370ecb440a41eabf750b1557ad9f83c38cfe70a30ce42f7 0.68 MB 332 13
322,177 322,177 0000000000000000166126aa9b0a0c64b6f319607376571b72117ccd729e0d04 0.25 MB 684 39
322,176 322,176 0000000000000000058ab2f654a0bcc14f8e03120597d7e6909f6b71b340673d 0.90 MB 1,771 27
322,175 322,175 0000000000000000125c21f2302d0744167177be4fce4455dce599051bdaffde 0.30 MB 1,024 54
322,174 322,174 00000000000000001d4003ce86bb12810592ba84e9ff5d203474bffcb80bddf8 0.21 MB 347 23
322,173 322,173 000000000000000007cd96ffe3af63b943ed6116949ca96d9fa3ee63f7ecb426 0.19 MB 341 27
322,172 322,172 000000000000000022ee14b3eb0a612e16eb8f68822a1eea9af2817ebb2d7a1d 0.32 MB 463 23
322,171 322,171 000000000000000003d81aabeb12803668b02aca5e2bec4d2f8b57031cbbbc29 0.25 MB 495 26
322,170 322,170 00000000000000000929baf1942d950fb6e4f9ae5f150d183094d630bc611ef6 0.03 MB 64 48
322,169 322,169 0000000000000000085eee8ae8324fceb8a2f8e598f36ec29d204ff8270fcc9d 0.08 MB 195 24
322,168 322,168 00000000000000002366225ac0cdb9a873afa467acd7cfee5813d387eb4dee14 0.28 MB 513 27
322,167 322,167 000000000000000022344d08478803ca5db627d1060f2699729f683c6fc71cc7 0.01 MB 16 41
322,166 322,166 000000000000000011c5a4936d59d16d0733adbcebc570d6fbf31431656d6ac8 0.30 MB 600 34
Previous 10 blocks ↓
Total Size: 769.16 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,632.69 GB sent, 93.66 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.