Memory Pool Memory Pool Refreshing

5,797 transactions
1.73 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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,848 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,272 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,847 (623,554 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
284,293 284,293 000000000000000159202eec36c83397cc043090b4f6f8d53e6a5d774c3ef50e 0.14 MB 283 23
284,292 284,292 0000000000000001818ca0b1075c651b05c54cb11090bddf5e3fb3784dae3f7e 0.28 MB 209 14
284,291 284,291 00000000000000001d9535e1ba6e01919216a6c8ae9b17be31687713142593a5 0.50 MB 451 19
284,290 284,290 0000000000000000083329b587678ca420a3338d38313e7e1125a42a2004e9af 0.25 MB 501 24
284,289 284,289 0000000000000000bc1278fec08c9b553078028e2b3cf132e8f16df98a10d0a2 0.25 MB 697 41
284,288 284,288 00000000000000017c9a67fe0bf78f192d1785bbf0e6f610b679ed43c6cbb07a 0.25 MB 887 77
284,287 284,287 00000000000000007e56e17e0859582d26af010f0669bd88e0e80279dc782d53 0.35 MB 499 24
284,286 284,286 0000000000000001085befd237981dbe594ede90b71a2bdea73d6afaac8eb569 0.50 MB 1,243 48
284,285 284,285 00000000000000001dbe23893336f16315964177f98a8c9a436ab54074fdcd8e 0.05 MB 171 114
284,284 284,284 00000000000000019522a9885b116a92713dc00f1c2ab2192617600c0749aa99 0.05 MB 183 87
284,283 284,283 0000000000000000636af85bfecb7d543c2317f7a943092c0e5e8be30bb4184f 0.05 MB 153 253
284,282 284,282 0000000000000000c59f6caf3103a4823b038458dea902079447d5b9bf980a09 0.31 MB 617 29
284,281 284,281 000000000000000191d4471d081260d8b773ceacd38be877d7c850ab71c0f60e 0.05 MB 167 100
284,280 284,280 0000000000000000c3366b83ce25e100e15b977d0ea1327025771f39b8f1d7e6 0.02 MB 49 65
284,279 284,279 00000000000000017b8017d0b257834c296988e0cc3a2cdae3019b6c4fbc23a3 0.10 MB 215 24
284,278 284,278 00000000000000003a176640b5e80f71b23e04d9741738d40f86152a2e65554e 0.47 MB 717 27
284,277 284,277 0000000000000000eaf72d0456e3fe02461087157de094050cc754c1aeaecb2f 0.25 MB 685 62
284,276 284,276 0000000000000000c9cd089dc0a0ea58b6eb0dd890212bd02839da891e088110 0.25 MB 629 47
284,275 284,275 0000000000000001a15a6c9f3fad1f617b4ab4056be8e92cd1419325e4520c6d 0.04 MB 52 27
284,274 284,274 00000000000000007f630a1b47344b68f16475cb3c3455d271523f1dc6ac4366 0.10 MB 138 26
284,273 284,273 000000000000000075e8347e2864db25fbf179a66e8a90f586f1a78d050cc832 0.06 MB 103 29
Previous 10 blocks ↓
Total Size: 769.26 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,635.21 GB sent, 94.20 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.