Memory Pool Memory Pool Refreshing

8,562 transactions
2.85 vMB
Show Random Selection Loading Transactions
Max Size: 16/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,698 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,815 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,697 (726,243 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
181,454 181,454 0000000000000241c002085403443b4869f981c72ced1b3fc0cb43002d62a564 0.02 MB 42 0
181,453 181,453 000000000000032674cdc6238d4d8c961d0c9de8c0b86467f597a886f1a17dff 0.20 MB 425 124
181,452 181,452 000000000000039a0cd2cd41a79b103d8f275626fbc3bbc5b1c2e4ca6f3148ba 0.05 MB 129 99
181,451 181,451 00000000000003b1c10d4b4226d6880dfb146646a3ec7f96c473fb1828172f64 0.05 MB 117 300
181,450 181,450 00000000000007b31dade0ba7df37d0a6d93922d3084c46ae955470aa20cd8f9 0.10 MB 198 111
181,449 181,449 0000000000000241b1d557a40baeeac9ecced4d3c51a080b1ae4fa473293af03 0.05 MB 119 135
181,448 181,448 000000000000094878f82eeafa4c46abbb77a25bf914b1651a873ebb3c493dc1 0.05 MB 83 96
181,447 181,447 00000000000003ad29c804d4104b6185034a95cc9117f6a52eee81656fedc1b2 0.33 MB 706 123
181,446 181,446 0000000000000602ed4acb911da76cfb5d8d4b50ebf4510b8d198c5f23aac0c3 0.05 MB 128 316
181,445 181,445 00000000000008fcb4872fd0c11e17ebf6131e43a9d32f7079f9a95bfaa28322 0.01 MB 31 3
181,444 181,444 00000000000001000cab00a0099a922da603a7233a6ca9f8fd73dd2b3d016478 0.25 MB 507 113
181,443 181,443 000000000000079fa0356fea04729ce63f66d99eae5febfed2ed84c5c6d356f0 0.05 MB 115 60
181,442 181,442 000000000000086305718e5a88956767c94bc01d9c3fe9276ed13744752db427 0.24 MB 489 395
181,441 181,441 00000000000008b5dcfd70f61ab44bcb92e257c976ce0aeb820105b292477a65 0.19 MB 317 118
181,440 181,440 00000000000000e527fc19df0992d58c12b98ef5a17544696bbba67812ef0e64 0.06 MB 79 63
181,439 181,439 00000000000004b4d72b8631a85ec7d226dc696f1913ba1bf735b7c8dec207b8 0.15 MB 264 114
181,438 181,438 000000000000092a726162fcdf74c2456e309e224526a7e7067290b45ce2d645 0.01 MB 16 0
181,437 181,437 0000000000000226a3272e2fb932b73c6f7692ec8270bee349e74c6c7afed57c 0.05 MB 104 144
181,436 181,436 00000000000006a8e8e5d21629b2344313fbe2ee61b4973db98ad5f9ccbe92fe 0.42 MB 945 151
181,435 181,435 0000000000000313ae31a3f2a0958c983ee9eafcde223fc870dbeaf2c39ab68d 0.05 MB 135 211
181,434 181,434 00000000000000a1552dcc31b3b3bced81212870b82c720ef36425082726512c 0.05 MB 135 171
Previous 10 blocks ↓
Total Size: 768.98 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,616.38 GB sent, 92.72 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.