Memory Pool Memory Pool Refreshing

6,214 transactions
2.02 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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
907,703 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,944 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,702 (795,542 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
112,160 112,160 000000000000115e91dff20cb887745b4b421083ac93ed41b70526c417ee85a6 0.00 MB 4 1,418
112,159 112,159 0000000000006ef0be2134b95f3e6440d38017a6e2f3496a4d25a3fd31f044e0 0.00 MB 16 1,874
112,158 112,158 00000000000101eb7e414e3838db4e93584dc54638e2fd5ca9860364b4ae2421 0.00 MB 2 0
112,157 112,157 0000000000008c694dbe61374afd559fbe6b12deb299fb34c9aae5bd9f6cee2f 0.00 MB 1 0
112,156 112,156 00000000000117df93932ba9a8b4e583362d7d18b7e625422778796bec6f83a0 0.00 MB 6 0
112,155 112,155 00000000000054895dfdcc3f3b966b32370c91d2692b328e63273bc9f0e98dce 0.00 MB 6 347
112,154 112,154 00000000000095d5c04545d49ca0956f2975eef9596d7b3e650342b9f33c6e5c 0.00 MB 5 1,038
112,153 112,153 0000000000008c2c7d03b65dfc156e05e5b4bbf11d928305fb33d8607bd531d5 0.01 MB 2 0
112,152 112,152 0000000000001063810793310cce318bb9aa51f3b070b8dab866c7a61354b1e2 0.01 MB 25 432
112,151 112,151 000000000001026f91cddf61c9cd232e3299698b83773d2a1193ea07ab7e48c7 0.00 MB 12 338
112,150 112,150 0000000000008b92ea861511bbe9851d78096c05b839e3b7f44a37ed533ba798 0.01 MB 31 848
112,149 112,149 000000000000a74b0ccee8bf088ee28c5961841ec8cef81a1a451be425669cdb 0.00 MB 2 3,875
112,148 112,148 0000000000007ef708e3711eadc19279974edd6d3f99f77453fea5b995ea962d 0.00 MB 3 0
112,147 112,147 000000000000aaeb8e5dd9204630b738c5065eb6413a15e5fcd25801d313aecd 0.00 MB 5 570
112,146 112,146 0000000000007097eaf4e37bd51ec0dc539fc71214a95af274f55310a1a77cc6 0.00 MB 2 0
112,145 112,145 0000000000004894e92cec1dbb6627424252ca10956d30cd6128f53153a0c14b 0.00 MB 2 3,875
112,144 112,144 00000000000043869e2fc54fb97e685ed299da4c5c15d817bc6db64e1202e2b0 0.00 MB 8 635
112,143 112,143 00000000000065ce3415f306ab16d84f64975638f1c19ba545eda0711bbe2aa7 0.00 MB 1 0
112,142 112,142 0000000000005b304efbb85c8a8c056950c774da379a1fe3d08a8a818572644b 0.00 MB 4 1,088
112,141 112,141 000000000000ddf5f083bad36c217cd10f7d346617093471553ce915da8365da 0.00 MB 10 2,430
112,140 112,140 0000000000010e332821f7f62c3431fdd2a79a0fbd80924ed90bf153739e09fa 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 768.99 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.56 GB sent, 92.76 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.