Memory Pool Memory Pool Refreshing

7,884 transactions
4.07 vMB
Show Random Selection Loading Transactions
Max Size: 21/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,727 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,807 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,726 (84,347 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
823,379 823,379 0000000000000000000155167ddb80f520e44ae6ae1b8a042ba1f63c69c05295 1.58 MB 3,652 134
823,378 823,378 00000000000000000001b8c473e1fae9252516151e3142f493fda51856e467bf 1.59 MB 3,668 139
823,377 823,377 000000000000000000022201b11f4b2aa4145992eeb3ebe0e200fbf158daec4c 1.65 MB 4,262 144
823,376 823,376 00000000000000000001ad1fac9f19b75ca41e2803baaabc6ac438cff39af358 1.54 MB 3,409 154
823,375 823,375 00000000000000000002bf6d4588d1fe29150075d11aec373af5bff61891df0a 1.65 MB 5,065 79
823,374 823,374 00000000000000000001296128f56d9b4ec050081cf7032e15fdd9dbdfc8029b 1.68 MB 4,370 107
823,373 823,373 0000000000000000000322ddf19097298b1683159df87610ad2630359884a242 1.61 MB 4,587 115
823,372 823,372 000000000000000000004fcb86624cc53ff790714ac7ec56fdecbfeb4412d4bb 1.62 MB 3,735 115
823,371 823,371 00000000000000000001ce5f6ed80e5a72fcd6399fa32f96f3390253b63f2114 1.58 MB 3,541 136
823,370 823,370 000000000000000000023386e4c15bbef710a93f6b3cf939a9a45d0dfacbd8dd 1.60 MB 3,997 120
823,369 823,369 00000000000000000002f5e6f229fc56a96f1e6e5c6bc4de6a4a7cfb9dd0c54c 1.62 MB 4,372 102
823,368 823,368 00000000000000000000865bf45840a11ebe4d0502597dfe08cf75239d923a79 1.66 MB 4,706 88
823,367 823,367 000000000000000000034affb4bf7a213738c973b858d4fa3397a585d2eca08c 1.71 MB 4,529 87
823,366 823,366 00000000000000000002bed2124edc79722f3c030ffce3aec771599c5525ba9d 1.84 MB 5,014 75
823,365 823,365 0000000000000000000384730f66f720c3a44510226e4176aa76f4761852bd51 1.75 MB 4,415 99
823,364 823,364 000000000000000000001ce2530619d26108f5cfedf07929eafc9ad79e1c8a69 1.74 MB 4,725 95
823,363 823,363 00000000000000000001a5c2ee8391434e927f72ba1612063a18c66e6db2568a 1.75 MB 4,358 86
823,362 823,362 000000000000000000017ed11adef25ba05624a0b1b84fec18eca6ba6bc1bdf4 1.70 MB 4,492 94
823,361 823,361 00000000000000000000a9c7b618edbd02d0e525fc330653a64ebdd5d4e8bca9 1.69 MB 3,158 69
823,360 823,360 00000000000000000001356829783bd3a75d5925d29ac4ec66e12f4507997de3 1.80 MB 4,113 103
823,359 823,359 000000000000000000019560005e5c739161086940ba8607fad79b9cb40bf7cd 1.87 MB 5,603 83
Previous 10 blocks ↓
Total Size: 769.03 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,625.80 GB sent, 93.04 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.