Memory Pool Memory Pool Refreshing

8,256 transactions
3.33 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
4 sats/vbyte 3
3 sats/vbyte 6
2 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,733 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,255 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,732 (613,374 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
294,358 294,358 00000000000000002be100ed0c02d757d8c887780008d817ee8c2b133e819c28 0.04 MB 51 27
294,357 294,357 00000000000000003a445bac0bf929b3d2859ef8035a0206f626183655cc80e5 0.00 MB 1 0
294,356 294,356 00000000000000008d2e39421ed457ea4ee68f08cdd65b5584abf3645f1255b9 0.07 MB 130 29
294,355 294,355 000000000000000065bc6757f1e15c3daf43a0857390185317422a61b9e80c6a 0.17 MB 189 25
294,354 294,354 00000000000000006e284e5eba0f02c9d997cad0a3e2b630bc03966a52aef0b0 0.03 MB 64 17
294,353 294,353 000000000000000093b8efa03bcc9342dc3f2b9f1f64f961bda23e711db74fdd 0.07 MB 167 42
294,352 294,352 00000000000000007915ea1737c707b741535ab6bc444e71a87e5ca73a75b723 0.56 MB 997 34
294,351 294,351 00000000000000008b6ed27262f3fbe1fa0a9424931a0b1d8c6b018a13e3bd4f 0.30 MB 519 33
294,350 294,350 00000000000000006a0ea36f0f04bfe450f747bb7d4e8564894a42dc5d6e2afd 0.04 MB 54 25
294,349 294,349 00000000000000000804fb3ee16fd762b19617a98d3d0235eed0235811760b2e 0.24 MB 500 43
294,348 294,348 00000000000000003954f24a5d5874c33291cc8c798635c064fb1d2f3d05d937 0.25 MB 492 37
294,347 294,347 00000000000000001dfecc75b1e4d493dec6a5383b75c0ffc42e6e6c9a53c880 0.50 MB 897 42
294,346 294,346 00000000000000002f6276f29d1db0461ac71a8231fb45f5ddbde838b9a40b97 0.14 MB 317 48
294,345 294,345 000000000000000097861a844d6235d209d8f5bff790b7bb78c1bf5c1382a5a2 0.03 MB 64 44
294,344 294,344 00000000000000007ebecfa70b239e790f13c10d031260e42022a19f6c2b483b 0.25 MB 580 43
294,343 294,343 00000000000000009ad3baf8bbcc2feb3c24d3aaf88960c4be60a2b5afdd7a7e 0.29 MB 585 36
294,342 294,342 00000000000000004e47020fb25e3dd29869c5dd38807176643d1b0975350f08 0.16 MB 352 53
294,341 294,341 00000000000000007e79ca285fd85cb9c0268898156bc18945e8fabcf104de82 0.19 MB 380 53
294,340 294,340 000000000000000036c91be36f521ee4f60938b87dc3fcf83411a4c1f0be8096 0.25 MB 613 39
294,339 294,339 000000000000000078833c207f3f16334aaaeb626e789890b789bbb19e9daeb8 0.11 MB 93 10
294,338 294,338 00000000000000006614295bbdf405903f722b45caa95daaaa2d0851b0bb2e81 0.10 MB 147 24
Previous 10 blocks ↓
Total Size: 769.04 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,627.09 GB sent, 93.10 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.