Memory Pool Memory Pool Refreshing

11,348 transactions
2.78 vMB
Show Random Selection Loading Transactions
Max Size: 19/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
3 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
906,039 000000000000000000023aa60000000000000000000000000000000000000000 1.00 vMB 4,072 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 906,038 (681,157 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
224,881 224,881 000000000000006b13f5d63fba4dc9e0746c6f7416d077aebe4f361dc015d238 0.05 MB 135 219
224,880 224,880 000000000000026ba757f19839e6feef28fb3a92545c27f12c5d4e8d52080fa1 0.08 MB 178 192
224,879 224,879 000000000000019d8b5c53915ea732c22804dd4e30e374b1a8bb48d5e5fac660 0.15 MB 389 188
224,878 224,878 000000000000038a2b7f93d48ed714b7b32137617d55add6e45d453966bb451f 0.01 MB 22 184
224,877 224,877 0000000000000325c79d1773b0cdc22ad9544a389ac9b6a9c1c93f5baaf466a9 0.25 MB 497 159
224,876 224,876 00000000000002d2a5c7caf2e4c3af2ca6b76c7ad023f3adc8822937708aeb25 0.12 MB 315 238
224,875 224,875 000000000000005f51d2feb3f6d49c876733381d4f73ae925321ea30e715c359 0.14 MB 378 251
224,874 224,874 000000000000011e3120974443504b15963afad77151e354846dfd92e945d70b 0.05 MB 50 49
224,873 224,873 00000000000000f3d5cedb80cfc78783ac16a7439ba85ffabed566b3e770cf31 0.05 MB 108 182
224,872 224,872 00000000000002b2bcdc3be60cf29e31be45bfc14304a96e26179dbb43d83cc5 0.05 MB 90 118
224,871 224,871 00000000000000667708763e1e7ea9bd4c1890ec13b9025803f8b3eb64ec02fb 0.19 MB 476 227
224,870 224,870 000000000000003fbad72b7b1b7de174238f68fdf7209c5e53ffbf85a01b50b9 0.15 MB 170 69
224,869 224,869 00000000000000ad8cb922c28f47f013bcc6a6b84adb0ce77de1a9cace13d0d4 0.05 MB 60 68
224,868 224,868 000000000000027b57e6a44ec62f3da134078e7955fca1a18fa7e07c8816f9a8 0.08 MB 168 192
224,867 224,867 000000000000000908df18dc6774ab8d6ed11375809ac1f6921c5e3e1e61a6a2 0.05 MB 121 140
224,866 224,866 00000000000002dea11bec25fccf5903824af5689fab03787d13961ed3d7b453 0.18 MB 411 188
224,865 224,865 00000000000003b7bf2f69d6abef0dd7a221e530e7022acefaf5e169215c1899 0.06 MB 119 274
224,864 224,864 000000000000004b52fa14f3833cbda0571e87e596f251dc826a5d9c33c9b0fe 0.11 MB 214 156
224,863 224,863 00000000000002f05fde44ec1eb0dbed83c69692ea00893221289e3cca40bbcc 0.22 MB 559 209
224,862 224,862 0000000000000136d68b2a92d8e93dd63aae89e70e3ce22e8c13ae3108414c6d 0.16 MB 393 176
224,861 224,861 00000000000000171d6f04f64a9caa377154e4b047df37dac4f2bf33de90b2e1 0.05 MB 98 168
Previous 10 blocks ↓
Total Size: 766.00 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,389.20 GB sent, 77.32 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.