Memory Pool Memory Pool Refreshing

10,040 transactions
3.05 vMB
Show Random Selection Loading Transactions
Max Size: 18/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 sats/vbyte 3
1 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,865 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,150 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,864 (3,665 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
904,199 904,199 00000000000000000000be4c0f3fd052cad87c1e8a500322611a3e7a33961467 1.75 MB 4,447 1
904,198 904,198 000000000000000000025ca458090428f35c45751dba32a6f4351a390eca22c1 1.70 MB 4,061 2
904,197 904,197 000000000000000000010e327570eb865fd32650cbbf2668c3afef87273f4f05 1.69 MB 3,594 2
904,196 904,196 000000000000000000025ccb47283e87593c18987f2c938ca6275b284be99436 1.81 MB 3,184 2
904,195 904,195 000000000000000000005162799dcfc8c7b1daf80736cd8309a45837549f918a 1.66 MB 3,476 2
904,194 904,194 0000000000000000000060c3cb578ddacdf46262e829691f63b9db1b57b5c1e5 1.54 MB 2,947 6
904,193 904,193 00000000000000000002508ab4bc756e367f73a1a459a95673534dc0329a09e9 1.62 MB 3,359 2
904,192 904,192 000000000000000000018ace3ae249f6ef6e2d1e93f772d8a1fc5a60672e44ba 1.84 MB 4,800 1
904,191 904,191 000000000000000000020c4948559f56eb74569251cad34c7d8e061552e059b0 1.83 MB 4,298 1
904,190 904,190 000000000000000000015b19ebbd31c3f6411e50c9435996c54723a6b9763010 1.51 MB 3,167 4
904,189 904,189 00000000000000000002293649ed592ba56470ff7c65115fe8292f83027b754e 1.73 MB 3,300 2
904,188 904,188 000000000000000000005e59351ead57f17daeb3b13d5c623489f393080e492b 1.62 MB 3,072 3
904,187 904,187 00000000000000000001fbb21528f6570252caba79e10f698296847df68f23c4 1.56 MB 3,754 4
904,186 904,186 000000000000000000000af569ba2f374a9229a402730a40989e8f2ff11231e1 1.54 MB 3,417 3
904,185 904,185 00000000000000000001fd21e0ce1e6b2672a21e37c1d9d0a6a976a134cf1445 1.69 MB 3,757 2
904,184 904,184 0000000000000000000135261584d06eb0fd6f871f90fb49bca814b61587a136 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
Previous 10 blocks ↓
Total Size: 769.29 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,642.49 GB sent, 94.38 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.