Memory Pool Memory Pool Refreshing

6,580 transactions
1.95 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,853 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,254 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,852 (670,403 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
237,449 237,449 0000000000000038d3a3a3fde9670b8cf25601b48afdb7118bb7760eaa917827 0.10 MB 316 8
237,448 237,448 00000000000000f963b7d10fc7cd874a206c7ca9522bd92fbee9477d35c18a5d 0.13 MB 307 159
237,447 237,447 000000000000001d3255ffa322550077514ebcbfc93654b5b0f99930e3853b46 0.24 MB 301 101
237,446 237,446 000000000000014d18e939f2c05e241f3827fe02db291cc59857f458ab5b18d4 0.11 MB 88 71
237,445 237,445 000000000000009682650c46fcd2020c2385fc75a18a9be44e79ecb409b437a4 0.25 MB 630 203
237,444 237,444 000000000000016aafd05cef527b7d3600532cc38647a2a239da7a7617cbafc5 0.08 MB 157 119
237,443 237,443 000000000000012c15011680c29aad3f46c4e29e6ed6a1aeb788937e834515db 0.06 MB 108 126
237,442 237,442 00000000000000f1f46ba6228f8e70cc059eb56fafe1b53421fa6a89468a6773 0.21 MB 439 185
237,441 237,441 000000000000017f323223d2b7b95dca5e88f90725aee0f63ed13a35c9929843 0.13 MB 252 139
237,440 237,440 00000000000001722d317505113974aa5c90337488b353da4cd8ecc3fd31f170 0.15 MB 327 180
237,439 237,439 00000000000000e25266d700ea597112a7adf393802db132f1ae7caee7313bdd 0.21 MB 486 181
237,438 237,438 00000000000000e029b20ad0288ec0e4cfc65e62c09333247a65c1c506bfbc8c 0.21 MB 459 160
237,437 237,437 00000000000000dace9ad2f47b9de865c71a9c9443fd43d222c39b7d7f922723 0.10 MB 168 61
237,436 237,436 00000000000000398b43fbf474afa1d6fdf4a8a67e36f328dc7628b3a913f34a 0.25 MB 546 176
237,435 237,435 000000000000005d1fb2a7b92966740425043ba883d13ee6fc7d6ad20a130798 0.10 MB 126 80
237,434 237,434 000000000000017c8910658dc06e6db782265e72bac0b1d4105c12defa1bb784 0.25 MB 681 214
237,433 237,433 000000000000009775614becc32613b75660fb50b757b1847bd9a6949c0b5dfb 0.24 MB 498 140
237,432 237,432 0000000000000049eeea0a94b7e8612678d292981bd8d82fbf06fbe1435dc931 0.23 MB 322 103
237,431 237,431 00000000000000a91a1537a711be0e2c5e19053f459e2d9bd95b0f7ac497961d 0.25 MB 810 315
237,430 237,430 00000000000000765a6f1530bbd8fc80a5a59c44b80e59589964ce23ff789ea7 0.09 MB 188 154
237,429 237,429 0000000000000108fe1864980a3e9c031cca3c398383f3bd7a67e46793b18d53 0.14 MB 276 199
Previous 10 blocks ↓
Total Size: 769.27 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,635.32 GB sent, 94.25 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.