Memory Pool Memory Pool Refreshing

2,163 transactions (0.56 vMB)
  • 1 sats/vbyte = (6 blocks)
  • 2 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,799 00000000000000000002349e0000000000000000000000000000000000000000 0.52 vMB 2,158 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,798 (856,656 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
52,142 52,142 000000000450878d2f95d041447dab604637662c5279166b6cc32e04cc99f5cd 0.00 MB 1 0
52,141 52,141 000000000f5f1eb6339e466a8b01d2f2958ace1d1d0a2c05464f4131ecc6cb19 0.00 MB 1 0
52,140 52,140 000000000d8efcd18e7bd3507c44fde75bbc5f1cd6afe76e1daa42e314cdc4b3 0.00 MB 2 0
52,139 52,139 00000000150a6b7c35064e0e86e036893d5d7461ff1552d1cfa50103d15c3513 0.00 MB 3 0
52,138 52,138 000000001c5d411b79a90b85cfbbcbca3380a61c62deb6693f1f51abed01658c 0.00 MB 1 0
52,137 52,137 0000000007277445de2d907eee287d42c3798a7b68201c627fa5c56d386b4052 0.00 MB 1 0
52,136 52,136 00000000167a781fe690032e1b55883793246acd6386986b42bb6adcfc899234 0.00 MB 1 0
52,135 52,135 0000000008c91e5a9eeb7e7f9457d12e0fbe8f8772633979df5293a95970bcf1 0.00 MB 1 0
52,134 52,134 000000000a6beab4d59f6dc27475d6e4c0666e3934148f78edf0de294bb5fc66 0.00 MB 1 0
52,133 52,133 000000001d415d0559092d21a8ec45c3b6f765b0ac65746a02228fd34c8d0227 0.00 MB 1 0
52,132 52,132 000000001ba3fcca9cc0d191b98b29f027640c25a23603bd62a9acda0d568377 0.00 MB 1 0
52,131 52,131 000000001b50073cfa0d62ebb9e51f0af97e270ed02bd6ce469ce0b71b675c57 0.00 MB 1 0
52,130 52,130 000000001b70d1e226f11006b556f6b1872dd5e73d43fe8aac82851ebc1415f2 0.00 MB 1 0
52,129 52,129 000000000ce3360d3893ec97def3c559d27adf354d65d09069d845044d0bebb4 0.00 MB 1 0
52,128 52,128 000000001f4c0b62df8e27bd002aafe51350161f893b2fa793eb91168435c0ea 0.00 MB 1 0
52,127 52,127 000000001fdc225338eda2523b3da38b5fb8f334d717f547e92be182afa358d0 0.00 MB 1 0
52,126 52,126 0000000015e75d9d8687d21619190bf4b2e07825127d332ede026eebaf07ff54 0.00 MB 1 0
52,125 52,125 0000000009ec68f432156866f3c0d38c8c5122e38f296c966dc8fb90d1781ee0 0.00 MB 1 0
52,124 52,124 0000000006b5ac4f91a97236b390b6e93677c13c9a9b1aa88dce297647118616 0.00 MB 1 0
52,123 52,123 000000001b2055dbcdfd1fed3694de76c2dda08d62f32f6e5647ff81b71a5b61 0.00 MB 4 0
52,122 52,122 0000000000e6936f173b876f670c0e3ce599a82c8eefff7c16d9e8bc74ac99b4 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.19 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,857.28 GB sent, 102.99 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.