Memory Pool Memory Pool Refreshing

14,052 transactions
4.47 vMB
Show Random Selection Loading Transactions
Max Size: 27/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
3 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,719 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,297 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,718 (722,859 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
184,859 184,859 0000000000000843baaeb3409fc2201223237e0e920897d1c5361b545f329452 0.14 MB 258 102
184,858 184,858 000000000000073254172be1b0b334ae72b721db6ea7665ae4917137a38c0c98 0.03 MB 35 33
184,857 184,857 0000000000000902c23a8ee6d0384f6675236c3eac78795d2ee0135ff7fd8246 0.00 MB 10 206
184,856 184,856 000000000000037e0718103675c1c11e2fb148782e92b9c8388ad5776b2e429a 0.06 MB 81 98
184,855 184,855 0000000000000a269a886f388440862e081e2f36a603f26c5fa17afa52aff48a 0.09 MB 205 110
184,854 184,854 00000000000004e89736e40e20e6cfb4ed59e37ae8ad418d0be8716db3da572a 0.05 MB 138 111
184,853 184,853 0000000000000914ef3dfe74c91b11f7b74033023d7bb9faeb2933c990075a97 0.06 MB 150 290
184,852 184,852 0000000000000595f2463208838c4117a73b6780468e1b16e8906e7cad8d0b79 0.07 MB 160 143
184,851 184,851 000000000000038d77968c6363b90fd3982ba276df3e4ac9580b195af379333a 0.02 MB 47 204
184,850 184,850 00000000000003681dcc88a97488224be656f455bae86ce1d9cbab5f34f30137 0.08 MB 208 133
184,849 184,849 0000000000000a287917f504acd990fdb93f0ab2940178b2005ad53c8b2da465 0.05 MB 84 108
184,848 184,848 00000000000009a42fd40c67983e5653456f4152d5b37e4d252cc57da897eca2 0.01 MB 29 87
184,847 184,847 000000000000028922439f561c83b9042dd1f6bc276dd330618868108be0ee43 0.07 MB 92 61
184,846 184,846 000000000000080d6a17ac2aac0378201f6cee3f2335b42a802046bc9bcf7310 0.01 MB 25 54
184,845 184,845 00000000000003f1d369f5a97cd68aa486bf71dc0f62cb580590246f4ff62c8e 0.04 MB 151 28
184,844 184,844 000000000000095b30dc13df2ddd29c85b4c0fb372d6d2a996ad5205ac01eba4 0.10 MB 209 95
184,843 184,843 00000000000006da073e9f9d51ebc2b3ffb42c5592c1bf5aea8376f0bb8cf65b 0.05 MB 73 336
184,842 184,842 0000000000000871e18aea46ea5a525a99cf89e78b3f677026169fc57b7a41f1 0.05 MB 144 79
184,841 184,841 00000000000004dd3ee17cf5dc6493847ae02c806f170268b0c9c267b3820107 0.05 MB 150 36
184,840 184,840 00000000000002feda216a56b145519bb4601bc13adca4983ed3e190a5f3f22c 0.09 MB 127 74
184,839 184,839 00000000000004ee5a863061873f42c5fd00538e8ebaed6c53c123e685bad831 0.11 MB 211 140
Previous 10 blocks ↓
Total Size: 769.02 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,622.94 GB sent, 92.96 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.