Memory Pool Memory Pool Refreshing

1,558 transactions
0.46 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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,468 00000000000000000002349e0000000000000000000000000000000000000000 0.46 vMB 1,549 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,467 (814,411 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
94,056 94,056 0000000000085a8a01982928dd7ef3df720d7b10b646f8d6804de73662bb8bfc 0.00 MB 1 0
94,055 94,055 00000000000988cb678066cc5e852b16773071d5efb6bf969c24f484e589f77b 0.00 MB 2 0
94,054 94,054 0000000000058a92bedc96ae37d167603a6b1012442ec9bd4cc490cd4a36c9d8 0.00 MB 1 0
94,053 94,053 000000000006843f8dc4eb85254520ce6247d6a0571086b3ad6026b0e9982108 0.00 MB 2 0
94,052 94,052 0000000000082856e1480ba867a2877b2288b1fd2edb8c6866d69a2fad20f106 0.00 MB 1 0
94,051 94,051 00000000000734391d456cf60ee8cca03515c1e35971f7db878aea58d083a96c 0.00 MB 2 0
94,050 94,050 000000000004ded5125286272fd26eeeec7eddd152210fc86ad3b896626b07c6 0.00 MB 2 0
94,049 94,049 00000000000350df3bf028f8b7b635d57b9cd4ac0e146e7e06c08155ebf66a25 0.00 MB 4 0
94,048 94,048 00000000000913b54c8270d072c013eac34849974b2cf5f7a371708235735acd 0.00 MB 1 0
94,047 94,047 00000000000343252b20de24c316d01f3e960b421c78811d3a465a9bb84f4764 0.00 MB 2 0
94,046 94,046 0000000000075ed147151086e7a0e4b32ba62312509b8c923cf14c700b176049 0.00 MB 1 0
94,045 94,045 00000000000263362bd5a44b4bf93c90c4fa6e0e15c3a378676247c040485323 0.00 MB 2 0
94,044 94,044 0000000000033ea9d633ec88c3e4567cee40223ef81120d3b1f917b406de81f9 0.00 MB 5 0
94,043 94,043 000000000006ba163f4d917c7a22c78242db4e102683b236d4adc60f20527de5 0.00 MB 4 0
94,042 94,042 000000000007133b6997bae692fd3a1114554aa8742a7248ac87e5c9afa9926f 0.00 MB 1 0
94,041 94,041 000000000002075b3aec191775070d71c6ee7df2719491180ee477b08f2c1476 0.00 MB 2 0
94,040 94,040 000000000001b81ace303cc190c93fd5e2f199ce5dbf1178a3f38f38ef249093 0.00 MB 3 0
94,039 94,039 0000000000093c5cdeb47da945313abb9640c58eec343f0b250d5f69e6235f95 0.00 MB 1 0
94,038 94,038 000000000004a43a4501bcb7a99bd6727f2505f5d0e51bda382517c2b7acc8fb 0.00 MB 3 0
94,037 94,037 000000000000db5cc6bf13a770d009797b0b06181b9ec71f6b5353634237cb01 0.00 MB 3 0
94,036 94,036 0000000000013220487811781e238e2c3f9a06e4bf613147286aca6ab2c36849 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.58 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,784.22 GB sent, 99.87 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.