Memory Pool Memory Pool Refreshing

12,412 transactions
3.61 vMB
Show Random Selection Loading Transactions
Max Size: 22/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,714 (632,019 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
275,695 275,695 00000000000000016028da738624c312e10688c3b710fc3b404e629619a23276 0.43 MB 716 52
275,694 275,694 00000000000000007ce3593f0444ec9ddbe13b69ac04bcd71a995ef4e1cc14c8 0.18 MB 372 38
275,693 275,693 00000000000000010d5693292e2bb467da15e0ab313620328b7e5a345e9f2285 0.35 MB 606 34
275,692 275,692 000000000000000016ca7b4eb894217d323707f57b371eb1cf552ac312b4d3e8 0.25 MB 726 74
275,691 275,691 0000000000000002812c574578138b4908c57d9dc3c0822a1b0f298b97b76642 0.23 MB 489 39
275,690 275,690 00000000000000030133d2a40688e010180353dd39bbcf1d5fcf1d2063fc84fd 0.12 MB 259 50
275,689 275,689 000000000000000428003fc371d51a3b3ba3057cc30f5c0f8ad4d9796de9b5e1 0.28 MB 619 46
275,688 275,688 000000000000000180e2ae9286e7411d54aa04ab3746697e82a06ce06332a5e2 0.21 MB 416 51
275,687 275,687 0000000000000000325a617b674b2ea49cdb27db2ca7d97a60b50e508e48da6f 0.41 MB 677 35
275,686 275,686 000000000000000491200a40c366d81050d224ac136c45c933718da395617d36 0.25 MB 338 51
275,685 275,685 00000000000000046a8ec35c55623eccb4a99982fadd2fd555168db757092413 0.25 MB 596 51
275,684 275,684 0000000000000001569026cbf03ec019041818919c88c5057d198372afe39fa7 0.03 MB 94 103
275,683 275,683 000000000000000069f4b49991afe59d5148a0a819b6c94b3a74cf63aaa9fbe4 0.25 MB 727 84
275,682 275,682 0000000000000004aa89c23e211659fc426660dd70b8b1df4bd37a8528e024bb 0.06 MB 133 36
275,681 275,681 000000000000000418ebbb1e3ee7390bf539dbef32dcec33c2acb335eb7c2cb5 0.29 MB 483 28
275,680 275,680 000000000000000094b5e53833bdf802f77f9756e2f8b1a50d524c9d241f4d4c 0.25 MB 755 80
275,679 275,679 0000000000000003a6bec59de19b15744509a22e46d99f54cca35c91e0df6b3b 0.25 MB 571 53
275,678 275,678 0000000000000003cea0590184617d2577335b5e1145883a82a353b9910b8198 0.08 MB 212 49
275,677 275,677 000000000000000081a38b0aa16edb09fcc41d86502bae43a9cf3c066c5c1e41 0.23 MB 536 66
275,676 275,676 000000000000000139400ffe0b385aca1527ec92f8f63b1222a10a2dbcf6952e 0.10 MB 232 50
275,675 275,675 0000000000000004b45f22ba2c121afe4bd260cb7cebb83da3e87a1d753ea0db 0.12 MB 184 14
Previous 10 blocks ↓
Total Size: 769.01 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,621.29 GB sent, 92.90 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.