Memory Pool Memory Pool Refreshing

657 transactions
0.25 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
1 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
908,009 00000000000000000002349e0000000000000000000000000000000000000000 0.25 vMB 656 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,008 (859,535 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
48,473 48,473 0000000006d46fe1c3d5be0143e1d7be62617c1a01829300ad10006410da8d1e 0.00 MB 1 0
48,472 48,472 00000000172222a9dd69f9d86eb9e2b76b55ffd6f0f8e31574d9d172c5c370d6 0.00 MB 1 0
48,471 48,471 00000000008d250f314340008ee2c0c74b104a563d00af371b824edc1d643b7c 0.00 MB 2 0
48,470 48,470 00000000008437a03abc302caaedfe174e4a52e41702a46aa35a9ffa1c3858ef 0.00 MB 1 0
48,469 48,469 00000000243c0448cd5f7a4d394402cbb620adcde5e9fc96e8794197a0c71240 0.00 MB 1 0
48,468 48,468 000000001964b5c4fbd835b97f63da6497bf7934d28cd599f2806102e0a292aa 0.00 MB 1 0
48,467 48,467 00000000051d652440077de069b37ce12e74288c7a709157bcdf57cf394cee7c 0.00 MB 1 0
48,466 48,466 000000002681c404bb47f2c765e79b48162cdbd03c3b2eb81c5db9d1d927d3b0 0.00 MB 1 0
48,465 48,465 0000000002a77866cb6b38b63b8c934eeae33082e154ca38f7e548d4c47c3182 0.00 MB 1 0
48,464 48,464 000000002887b48acd0b7e186e9b55d43a206295c89a79bceaa8aed0bbbfb4fe 0.00 MB 1 0
48,463 48,463 000000001e35c2a949635815077e737902459ff4c9f10461e8101ff4478797b7 0.00 MB 1 0
48,462 48,462 0000000005690cc342d4ea84fd6311f7d81950e37c64ded2cf8d0b6056522f60 0.00 MB 1 0
48,461 48,461 00000000282605f74430fa0746fdab80c8357474d644182faf9a2743523f51a6 0.00 MB 1 0
48,460 48,460 0000000028850587967ff361c74c6c824ae6ba119a9e2d9152944b3420a52ab5 0.00 MB 1 0
48,459 48,459 000000000f0835fba3c7ac7cf6a3df71ca42dd1c1fc0fa1af790e001bfd7746c 0.00 MB 1 0
48,458 48,458 000000001f1ca4f5b61981b29eed27fee98e91c82aac1cace976381f366b6dc7 0.00 MB 1 0
48,457 48,457 0000000004b195799b7b4ac81e92bfd497ec5b0edfa7b50f66ba24048e36bf63 0.00 MB 1 0
48,456 48,456 0000000012200975ffb367291407b35514a39fa8c949c49d89d4df8690e7f1b6 0.00 MB 1 0
48,455 48,455 000000000172da97ddd5acb1cea6a0f8c92d402d0a4bcd374a76195eb91e06fc 0.00 MB 1 0
48,454 48,454 000000001b2875506b777c2fd20334c140757e479cbae4b5f84f98991b652d54 0.00 MB 1 0
48,453 48,453 00000000208b84d87ed0332b7df1a1b72c7eae169f3de00b03df2948329208a0 0.00 MB 4 0
Previous 10 blocks ↓
Total Size: 769.56 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,649.24 GB sent, 95.74 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.