Memory Pool Memory Pool Refreshing

14,215 transactions
4.12 vMB
Show Random Selection Loading Transactions
Max Size: 28/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
904,189 0000000000000000000268160000000000000000000000000000000000000000 1.00 vMB 3,883 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 904,188 (0 blocks away) ⇈
Next 0 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
904,188 904,188 000000000000000000005e59351ead57f17daeb3b13d5c623489f393080e492b ago 1.62 MB 3,072 3
904,187 904,187 00000000000000000001fbb21528f6570252caba79e10f698296847df68f23c4 ago 1.56 MB 3,754 4
904,186 904,186 000000000000000000000af569ba2f374a9229a402730a40989e8f2ff11231e1 ago 1.54 MB 3,417 3
904,185 904,185 00000000000000000001fd21e0ce1e6b2672a21e37c1d9d0a6a976a134cf1445 ago 1.69 MB 3,757 2
904,184 904,184 0000000000000000000135261584d06eb0fd6f871f90fb49bca814b61587a136 ago 1.59 MB 3,934 2
904,183 904,183 000000000000000000025c2109a5831530ac87d5829753fe05a55bf514d321ca 1.70 MB 3,768 2
904,182 904,182 000000000000000000022db6e013b8d7c1fae25dee83bd2a2f5e1d418da37507 1.50 MB 3,299 2
904,181 904,181 000000000000000000021d2fb1069c217833efd7e8165043408a81df27371f7c 1.56 MB 4,339 6
904,180 904,180 000000000000000000012dedea5ead8267dbe5a30c7f380d8cc31f30fadce6f4 1.60 MB 3,934 4
904,179 904,179 00000000000000000000d5e851bd07ad138ab6079b516251cd49e9f177e7a318 1.77 MB 3,812 1
904,178 904,178 00000000000000000001a815716ea9ed21854ff09e4423bf8002c3ad1bb28b9a 1.65 MB 4,130 2
904,177 904,177 00000000000000000000641ee6714ffda55358773c9bccf47fd356dc2b1e2e05 1.71 MB 3,317 2
904,176 904,176 00000000000000000001919cf470a160c5ce7793673310bb34933885f0ca3a97 1.79 MB 4,396 1
904,175 904,175 0000000000000000000117c6233cac61a6b01f512e94f833e8e94867d1ebd6dc 1.62 MB 3,387 2
904,174 904,174 00000000000000000002417bbce727aafeb8a4747ad9158a9a0fb62e741514f5 1.49 MB 2,900 3
904,173 904,173 00000000000000000001e6c7dec55f81760d0b1761fafbbb3dfd0a8db55ad2e7 1.61 MB 3,811 3
904,172 904,172 0000000000000000000180933afc5d1dc48cff5613300aed252b107e122d55e8 1.65 MB 3,839 4
904,171 904,171 00000000000000000000912499036148d9bb8da08581174da14d815b447ba2d2 1.53 MB 3,079 13
904,170 904,170 000000000000000000017531b3ee10142a2f9458b73a202515b26f34718794e4 1.74 MB 4,375 2
904,169 904,169 0000000000000000000143f0b482f661c53f3d557306509047d7158ac7aa46bd 1.63 MB 3,859 2
904,168 904,168 00000000000000000001a01028e3f669b3ad5c7fa798fb9badc00eb433a6240c 1.58 MB 3,512 4
Previous 10 blocks ↓
Total Size: 762.84 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: 972.68 GB sent, 60.07 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.