Memory Pool Memory Pool Refreshing

940 transactions
0.33 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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
907,754 00000000000000000002349e0000000000000000000000000000000000000000 0.29 vMB 915 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,753 (84,276 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
823,477 823,477 00000000000000000000bc4d77df3447b4c6050b9b64076568d7528e860b811d 1.68 MB 4,791 128
823,476 823,476 0000000000000000000087193655cf7f4b0dd793f46fe25bf8f7802dae57918f 1.74 MB 4,315 132
823,475 823,475 00000000000000000003233853120c9fed0db249de5933b299d4cee975d573ea 1.75 MB 3,238 167
823,474 823,474 00000000000000000001cf2244a3e3065a0af1ec2e237b6a6a066bd2834f2439 1.65 MB 2,846 187
823,473 823,473 000000000000000000011025f4bf52732bd2fe2b090338f9156ce72bc24aca0c 1.88 MB 5,180 113
823,472 823,472 000000000000000000002af2f9a0c8dba0e8c436ea2c0a01ec91a72c7a823009 1.79 MB 4,839 123
823,471 823,471 0000000000000000000084f7c4d739093500fb476bd72bb87ba77fde079263c8 1.85 MB 4,932 132
823,470 823,470 0000000000000000000146757fbd5c77467defc33466c2fee2074a1525efdfa6 1.74 MB 3,955 144
823,469 823,469 0000000000000000000019229a282e71bc1e901654698ee47e264f792e188033 1.56 MB 2,513 211
823,468 823,468 000000000000000000020e92a75df6656fcef91e75f771d4db9316d0b718eab4 1.87 MB 4,521 116
823,467 823,467 000000000000000000025db2bc81e60b56c4b0e7a9fb6f968d8f0cbdaaa42d4d 1.66 MB 3,942 177
823,466 823,466 00000000000000000002beabfdd166d33179b9c526d876488e0e6199632b54bd 1.78 MB 4,524 112
823,465 823,465 000000000000000000020c4bd855ce73c172a405fa6b8885d9580dbc5fa5895a 1.62 MB 3,815 114
823,464 823,464 00000000000000000002d3b6b8d1b8befe301638254200dc4b07ba34908c27c0 1.70 MB 3,407 144
823,463 823,463 00000000000000000001923111a6e15c89a9c147244f3627b3a8e5df8cc5f879 1.70 MB 3,719 177
823,462 823,462 000000000000000000024f4f4707b4ac04396dd7c57de3c13c72b38a0bb772c5 1.58 MB 3,473 176
823,461 823,461 0000000000000000000018a65408fb889be99ec2ca1c9a76d81c5398bef0db97 1.61 MB 2,023 312
823,460 823,460 00000000000000000003ded5d967393604a02002329e1fa7dbcc2b882ed50759 1.57 MB 3,935 135
823,459 823,459 000000000000000000012446df9ee299b5a72c7a3d023ee6c6e89187a38eea0d 1.66 MB 3,883 159
823,458 823,458 000000000000000000013d7c13fe2980f5fc9d6ee0deb92e8132978a4ba7ed14 1.64 MB 3,820 180
823,457 823,457 00000000000000000000e96eea4cb7d4b660317be444f43107c4faa558d00590 1.62 MB 3,876 146
Previous 10 blocks ↓
Total Size: 769.08 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,628.24 GB sent, 93.30 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.