Memory Pool Memory Pool Refreshing

1,588 transactions
0.61 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,859 00000000000000000002349e0000000000000000000000000000000000000000 0.61 vMB 1,587 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,858 (603,653 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
304,205 304,205 000000000000000054cb2e73d09d94a25f6c47d68a97a72ae137f18f1445e3fc 0.35 MB 734 35
304,204 304,204 000000000000000032c8c845fdb9e4e4c7acdd588096c4ba17207253356c76be 0.06 MB 90 24
304,203 304,203 000000000000000014a8f593658613b2a817122aea1f5e094036123a19b3bdc1 0.02 MB 31 24
304,202 304,202 00000000000000001591194a9dc71adc7c27d2c38fa5c63584d01aa0ccc73478 0.19 MB 424 32
304,201 304,201 00000000000000005299a43a486b46fd81600a0dbffe2be744172abaea96c8c7 0.48 MB 823 31
304,200 304,200 000000000000000047fb15da0f0cfa3674d9084f206fe5bd65e3431da4389033 0.20 MB 406 53
304,199 304,199 00000000000000004193bd838072e57a049be05faf09fad1bf3cf305a22a1df9 0.04 MB 43 21
304,198 304,198 00000000000000000439403d60572970581229cd19fb36d88079a458c47e1998 0.29 MB 424 26
304,197 304,197 000000000000000028aad2c4f37ea699410a5233a2197a2ee50d460c1400faa6 0.26 MB 422 35
304,196 304,196 00000000000000000a4d748198a375776d03bee3dcbb990ce5372a3892e803ea 0.14 MB 323 34
304,195 304,195 00000000000000001219ac4003be3042ff714e7cc03864d2d2742dfa7c3c1f2f 0.02 MB 45 26
304,194 304,194 00000000000000000128b3e4e6f1d1c717597cee0b21cb0ab126b10d330c20aa 0.14 MB 269 31
304,193 304,193 000000000000000020cae5ac9700712d88dde3eaeae9059a849b68143d5c2cb6 0.20 MB 285 25
304,192 304,192 000000000000000020e464b35713d831968149d6809a58f1abae0e674c4ab98c 0.12 MB 199 26
304,191 304,191 0000000000000000689257a368a46d45dfe7ee3f861a89b4b640a7c02933bbf5 0.11 MB 183 45
304,190 304,190 000000000000000063e13bb4737ad441a6d55c2260300dd1674442f5c2f40e6a 0.08 MB 150 25
304,189 304,189 000000000000000062c699961f6d2d721752fc027eb283df0fcf8e1276d75949 0.12 MB 239 25
304,188 304,188 00000000000000002c66267c52976524cc66896c330d722c26d36db2c6360058 0.10 MB 200 47
304,187 304,187 00000000000000002b58a14992394e3498f29a142c96bb0593b2cab0eb213e9f 0.51 MB 616 58
304,186 304,186 000000000000000063c669a03b700b8128fe17d20d60ef77f12f04eb27399ad7 0.35 MB 797 39
304,185 304,185 00000000000000003545f74aacf3a7db25774b66f4c84524390e580a683aecac 0.12 MB 226 29
Previous 10 blocks ↓
Total Size: 769.28 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,635.44 GB sent, 94.29 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.