Memory Pool Memory Pool Refreshing

12,610 transactions
3.97 vMB
Show Random Selection Loading Transactions
Max Size: 24/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,717 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,072 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,716 (660,766 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
246,950 246,950 000000000000005b503314aadaccfc55448b260de3fc73eca091f12d08028f94 0.12 MB 186 160
246,949 246,949 00000000000000685ebea2a17e8049438785f94dc644cfae89470f25834e630d 0.13 MB 328 164
246,948 246,948 00000000000000659ce66267ff337a466356644d54d61957b52a69a28acd341b 0.10 MB 191 133
246,947 246,947 000000000000004fcca1636df258cbc1e0965185ed9cdd2b347a85320de68bad 0.16 MB 256 44
246,946 246,946 0000000000000004336055c0f504de6327a861a543b8046c7ad3f2ebe9b1e30a 0.03 MB 64 94
246,945 246,945 000000000000007c291269bf03c3cdffca48c7123462e3262ea4d57742dbc924 0.24 MB 428 114
246,944 246,944 0000000000000050c20a4ec45055baeb6ac3f11ec682ccff6d247a0b6aba3957 0.01 MB 28 222
246,943 246,943 00000000000000071b915895a03dcf56c1cea469630d436417fc38061bd6505c 0.01 MB 27 116
246,942 246,942 00000000000000801d88fd7307c9ebd684117904571ef9d22401abe31ff031cc 0.05 MB 104 128
246,941 246,941 000000000000001b3a2d261e9f417a60cba61f3bb704a5beebc52b9016f6b0bd 0.07 MB 149 579
246,940 246,940 0000000000000029fa130244237265492dd95be565c60a134e4fe071afa8324a 0.11 MB 290 141
246,939 246,939 000000000000009f15f24ee59f97132425d8107972f7dbd378aed89e629634d0 0.10 MB 186 77
246,938 246,938 000000000000008a22e447977b111fce5ef7b5a13185a446c185e0fdd1ccf169 0.24 MB 392 77
246,937 246,937 000000000000000f87d4370297d867fe1bd695bf0c3efcf201e8a93bae7aa72c 0.30 MB 715 200
246,936 246,936 000000000000005e09da25d6a54e912dc6501dc7669c02930b836c0ce91e8280 0.25 MB 642 170
246,935 246,935 00000000000000416acd2a3c2e4561113f21243d943bfac3796d7025bc7cc68d 0.14 MB 284 140
246,934 246,934 00000000000000272b967e05af92bd18d6ca7eee9399c41d330f0a424239eb40 0.34 MB 693 118
246,933 246,933 0000000000000006df455776c0ea4289c029ac5647769a6d75776e3ec5b1c2bc 0.02 MB 50 34
246,932 246,932 0000000000000036080113fd6f73219ad4aeda3f00d9048597bcfa6e703d5805 0.18 MB 397 134
246,931 246,931 00000000000000142c9b6a47cb6db07d8974a32b3509357c70a1aa267ec8be63 0.01 MB 19 102
246,930 246,930 00000000000000595c03fe0a20bc7e150121795c08d7b57de2fde954b29323ce 0.07 MB 167 140
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,622.18 GB sent, 92.93 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.