Memory Pool Memory Pool Refreshing

2,219 transactions
1.40 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 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,740 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,110 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,739 (449,700 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
458,039 458,039 00000000000000000025d0233a763e50e98d575033b5ca1abafb06e42e60c6f4 1.00 MB 1,432 117
458,038 458,038 0000000000000000024986e75a820316cd3947ffbecd967e41db0cc1b7498f69 1.00 MB 1,824 143
458,037 458,037 0000000000000000010a956d68078065542c678ad8a7389757cde9c6d46d2fb9 1.00 MB 2,192 138
458,036 458,036 000000000000000000399f44d55ddf6cb6a427590bb36aea318fd30c5a9f502a 1.00 MB 2,718 217
458,035 458,035 00000000000000000216b485ca54610f4670552f8c98a822852414e775878e87 1.00 MB 2,345 167
458,034 458,034 0000000000000000016f39a1a4929f4a77edbc52c4d983b3a06154bb85936da1 1.00 MB 2,742 225
458,033 458,033 0000000000000000011c9a6c469630f5b2a5b3dfff272d643249e7c2dbd3cfca 1.00 MB 1,712 126
458,032 458,032 000000000000000000e82899cbe535a59b1838a1e98388aa2866b180e885f11f 0.26 MB 593 199
458,031 458,031 0000000000000000008246f19524bae1da6630f54571dac121f0dc737cbfb370 0.99 MB 1,270 81
458,030 458,030 00000000000000000223ea7c141b822a91b5d9cd9fa10fe5d4f9d13f4d67467f 1.00 MB 1,492 72
458,029 458,029 0000000000000000007131703b20dd9e892c2d92d21e54c7fb534edd215e42ce 1.00 MB 2,629 208
458,028 458,028 00000000000000000068267f526981f93bb8290de2a9ab74c5954b60ad6e3bd8 1.00 MB 2,430 201
458,027 458,027 0000000000000000013b58e3d1c7c20d328fc33fdaf2a828fc237bc1cec1e5a6 1.00 MB 272 8
458,026 458,026 000000000000000001f3731a72c4ec45accb37ae15df77491ceb9654b142bafa 1.00 MB 1,829 136
458,025 458,025 000000000000000000e0c90ab704f93d2025d9a7ce7d404e7045d72a9703163f 1.00 MB 1,785 131
458,024 458,024 000000000000000002442ffcbab5e52a8b6ed6d4f5f4414cd13fe95ab72b5d0e 1.00 MB 1,320 118
458,023 458,023 00000000000000000132eefc323eda8a96e1baaf88c146184d90280ec1ea517b 1.00 MB 1,937 120
458,022 458,022 00000000000000000139666e1bd28d123a6ddaad19c536d0969d4a9a442afbcc 0.99 MB 2,637 226
458,021 458,021 000000000000000000972ddb442a64f51c289e3c65f2893e10a6e0a49cd3e0b5 1.00 MB 2,455 208
458,020 458,020 0000000000000000001ceac0a191d21c6c997a3ef2f33a2cb89a2ba2faa321f7 0.66 MB 764 197
458,019 458,019 0000000000000000011ac08e5cd416977b959e8602311949377b6fe692bbb8d3 0.47 MB 1,196 198
Previous 10 blocks ↓
Total Size: 769.06 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.82 GB sent, 93.17 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.