Memory Pool Memory Pool Refreshing

4,644 transactions
2.45 vMB
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,825 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,580 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,824 (724,794 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
183,030 183,030 00000000000002a83314d4994c4da66fc2508dcfd0f4f3e0787f897b50be1c85 0.00 MB 1 0
183,029 183,029 00000000000006955fdee07eb10e8c2983d9f6b97cd62fc69398e224ed37b7a1 0.00 MB 5 0
183,028 183,028 00000000000003c41ec10b849ff2285e909607d3aae4da1540ee9b9c41f59801 0.25 MB 467 176
183,027 183,027 0000000000000a0b346d12e791ef1eea9c6b4736ea4d539690f442bc761f4c8a 0.23 MB 718 152
183,026 183,026 00000000000006460b5c4e8a26600d49ff733c90c317ccc9380e48d2d0ba7f8a 0.42 MB 763 110
183,025 183,025 000000000000047813c20fa46984930bd65682f73e90da8f5e350fc820c1c047 0.05 MB 143 90
183,024 183,024 0000000000000a2beca786ad31f5c2fe415d0a30cfd167e781351b5733c0dd58 0.25 MB 341 120
183,023 183,023 000000000000061d941278d1f72b66c8fc2a8af25e5b4d0109302eaf0a7f1ef9 0.02 MB 29 12
183,022 183,022 0000000000000978cd95211c699b74073759d7898b4a8340d6a9784d818aca96 0.05 MB 140 89
183,021 183,021 0000000000000189a5139e49e28c6057c90a1f6e173799bbb1141893d651ac76 0.00 MB 6 14
183,020 183,020 00000000000008af332b48cae0cbd0f5d38969a484388e99396d9a80f32d4f21 0.25 MB 618 139
183,019 183,019 0000000000000a811768bb5cf252f136ac912ddb406556f53a6967a091b3de7d 0.05 MB 105 183
183,018 183,018 000000000000043ec1879364c841f493f29ed36481262da4c654ed519b269c1d 0.25 MB 589 128
183,017 183,017 000000000000098f98eb68ef554f0f41d603ec2e27f72398778aa7c5dbcaafa0 0.00 MB 8 240
183,016 183,016 000000000000046da55e1c96d95ff4503191152a685545fcee37fa082613e809 0.00 MB 11 15
183,015 183,015 000000000000085c308672484b07c2ddafd71753331f12593065a6a698a558bd 0.08 MB 84 53
183,014 183,014 000000000000041011943053cee47638b7a01a7b7d9d1f68a725de3a7479bb32 0.21 MB 478 231
183,013 183,013 000000000000014362a7100374ec48f385976775b22a8bbd93a6952224ccf86e 0.23 MB 344 132
183,012 183,012 00000000000008d7d45b99d9c2ccbf3be69800a190cc1b05a777d73d1cedb3a2 0.02 MB 50 17
183,011 183,011 0000000000000283f4e3653459f76acf99242eda801aaa5a6ff0ed4ecd54e547 0.28 MB 437 98
183,010 183,010 000000000000037b17db458959463cd3e21952833f74d696f9bbfcf6383e2769 0.06 MB 93 74
Previous 10 blocks ↓
Total Size: 769.21 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,634.49 GB sent, 93.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.