Memory Pool Memory Pool Refreshing

2,525 transactions
2.80 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,813 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,192 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,812 (622,719 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
285,093 285,093 0000000000000000f81461cdb90ed475a648590b0611174cdb8c1a3ee8fdfd10 0.13 MB 237 29
285,092 285,092 0000000000000001a2518bf87cf8399feae586a15787abf1a44d49998c3b2f26 0.22 MB 358 32
285,091 285,091 00000000000000015addfdab3e7a9f6a3c9270e16fe8181ca78c2c6f81d273d9 0.23 MB 347 24
285,090 285,090 00000000000000001ced5091056c6292203937583497e8e324be962cf6baa2c5 0.09 MB 81 32
285,089 285,089 00000000000000007bd683058bdc36bc83492d0822c1239c1a1a6e305a06699a 0.34 MB 552 59
285,088 285,088 00000000000000017f79338331b360d00574b53473c87c21ba03f433df5e19f1 0.25 MB 424 30
285,087 285,087 000000000000000011b9f7b6225bf71271422aa58bb95c37ca03658ceb3830c0 0.25 MB 317 22
285,086 285,086 000000000000000171a21872900c34b5695c6cb15d49aca4429061501cef6800 0.90 MB 1,832 33
285,085 285,085 000000000000000000cad047b6330305c02e3ca0fa78864959ee7f9314c3fd58 0.05 MB 123 187
285,084 285,084 0000000000000001a0f04ae8833f3af90cb56bb685dee44199cf8d067dbb2132 0.05 MB 114 45
285,083 285,083 00000000000000013c636e4824f83fd729d036d3c5fcd65e28f8e9708d0d8b1a 0.48 MB 812 34
285,082 285,082 0000000000000000c5be2a64c17a1da53fcf04a431c9edac16cfe50ecb237223 0.35 MB 959 59
285,081 285,081 00000000000000000bf127b1bc613f8c888403d427c2936528b0d814d710673a 0.36 MB 751 41
285,080 285,080 0000000000000000b7a800f67295db9218c1d3f4581ee83c796a7163c941f2d7 0.09 MB 168 26
285,079 285,079 0000000000000000cef930e324e098388223074a0e6a2522eef75e7d189ec777 0.32 MB 406 19
285,078 285,078 000000000000000009f2e328671844bd0fba9959f2e687a00d55694b71b873b7 0.35 MB 1,174 60
285,077 285,077 00000000000000003ea10b08fc55148aab6c877731f71eccba5db5b35f1efcd0 0.22 MB 431 33
285,076 285,076 0000000000000000f43e107cc3989f57ebec4d414e9fab6a9659dd491c423b3b 0.03 MB 57 26
285,075 285,075 0000000000000000adc768e25f85d8ad3751759d6d5349f12d345b2e9dd6c874 0.33 MB 738 49
285,074 285,074 0000000000000000d86592fd31797664a245a937ea3605dd57fa0de84de8c9e9 0.01 MB 19 28
285,073 285,073 0000000000000000a0edac812d76cec1c6c4fbf8f35358969db24f5dfa88c79d 0.10 MB 142 26
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.67 GB sent, 93.88 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.