Memory Pool Memory Pool Refreshing

3,687 transactions
2.78 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,813 (28,642 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
879,171 879,171 00000000000000000001bd7633f1c053d29031ef09ff0652c413c2423959ede0 1.62 MB 2,233 3
879,170 879,170 000000000000000000011ea9b1db874b7613d4cc4d8dfe7d20c63f12efac7881 1.45 MB 1,516 8
879,169 879,169 000000000000000000016814d76fa5be1e02a07b5eca098095151a806277ce21 1.60 MB 2,361 4
879,168 879,168 000000000000000000020c1007ac294a9193cdf7b91642127691c27fe561158c 2.28 MB 360 1
879,167 879,167 0000000000000000000080e2c94c6030480f6acb556edf6d3fdc051dff6767c8 1.31 MB 1,462 3
879,166 879,166 00000000000000000000999dda90235d5b43b338d2a974d37deac25f4ea6124b 1.69 MB 2,613 6
879,165 879,165 000000000000000000015e29f49a4ae6d3825122b24fab539328b192e249f11f 2.31 MB 651 1
879,164 879,164 00000000000000000000549141cbe18685652d1ccd4c99fae13404f1308737fc 1.67 MB 2,365 5
879,163 879,163 000000000000000000003378157eadb392e590443d3a5483e3a5dac37d3cd863 2.81 MB 715 1
879,162 879,162 00000000000000000001d510504ff84937563a3baf2dc7284454661a9ae3e80f 1.64 MB 1,793 3
879,161 879,161 00000000000000000000804abc52f662bebe1a0513f8ae1376a7e82d5406430e 1.78 MB 1,980 3
879,160 879,160 00000000000000000001d2544257d81e2fbafd0e9447034f24e0bde285a0d18a 2.64 MB 1,125 2
879,159 879,159 00000000000000000001de782d2b31b21fe3f7bf195b7d19de594c0f60c08a20 1.75 MB 2,093 5
879,158 879,158 00000000000000000001635d89f78e08ccd891217676817a71930b66f564b98a 3.18 MB 488 1
879,157 879,157 000000000000000000011e63ff74cd73aa034f22db02b747ff9b69abd6e48cac 1.79 MB 2,139 3
879,156 879,156 00000000000000000001546641dfba3f727afae229ffea9e2bc0bfa973d4d25d 2.41 MB 626 1
879,155 879,155 00000000000000000001128c06b9d5b8b93c0775e16c9137b9b0a73d280eeb4f 1.72 MB 2,719 6
879,154 879,154 00000000000000000000cb1540f20b2178d7f53ce1c350a1db3d55a5d3e49962 1.98 MB 2,507 5
879,153 879,153 000000000000000000014d4350b025cd35345d2bd6dbdedc91ba638eafd01f2c 2.41 MB 1,752 3
879,152 879,152 00000000000000000000dfd38c96186e6fd6508d20fe44bcde95dd30e6d92e7d 2.04 MB 2,154 3
879,151 879,151 00000000000000000000fc1f8d81fd0c22dd725ba06ce4a9715916dafdec2d57 2.78 MB 1,060 1
Previous 10 blocks ↓
Total Size: 769.19 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,633.69 GB sent, 93.89 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.