Memory Pool Memory Pool Refreshing

1,791 transactions
0.54 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 ago 0.53 vMB 1,783 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,467 (902,895 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
5,572 5,572 000000005d33fab13686ef8117ed7302cf56310c2246455e4c704d2b4ba111bf 0.00 MB 1 0
5,571 5,571 0000000035502bf9fcaaff088b8434511c180d9edac705bf33c90fce2176d4e6 0.00 MB 1 0
5,570 5,570 0000000083bad28e92c60fe246f53ed363ee63a66a4609b3e13ca107d8c875b7 0.00 MB 1 0
5,569 5,569 00000000a7351b5e447996fe0fd673c63b9fb0480b7d0c9cc4b7b7bf20c9400b 0.00 MB 1 0
5,568 5,568 000000002b222d3291a0225d985af61b45d851aecc6be69854d6b4e73cba6350 0.00 MB 1 0
5,567 5,567 00000000e6e73b624655ba4b4713eee94495c6ede081a6f3fd99304d15fca71e 0.00 MB 1 0
5,566 5,566 00000000fac4c353a6e426c186b9f98e7f600c2f4768af8bae898b738ab58d87 0.00 MB 1 0
5,565 5,565 00000000042f0f3f54ea856a76160609bfb9cb3551085fa0e9f12771e9bad5e9 0.00 MB 1 0
5,564 5,564 00000000be8627e96b08630d714bd2d2281fee73a4c9d84306379ff1034da4af 0.00 MB 1 0
5,563 5,563 00000000f18bd9fbccbdbf97c94b0452572243cf8355ce03204d490ccd19c90f 0.00 MB 1 0
5,562 5,562 0000000044dd5254c03c119184b8fa2aa777a0afe325ff152ef4dc877277a26a 0.00 MB 1 0
5,561 5,561 00000000a84e2c5f5ffe8aeadbe796134a1882e69caf9c2d3ca8eaae4ae5a042 0.00 MB 1 0
5,560 5,560 0000000089d94663a7f2c146c6aabca394848d8b87bcf685f8b2018883c27327 0.00 MB 1 0
5,559 5,559 00000000254c84df3a90a1d25b54cc77c2e37f8cfb72041b7fe0d3c8db9e93b3 0.00 MB 1 0
5,558 5,558 00000000ad3dc1d61f61785f8a32a0d8320fba6f391cc1416a68c1e96d950bcd 0.00 MB 1 0
5,557 5,557 00000000ba76327ceb995f184f5068f68fedb27a530d9c230f005382adab517e 0.00 MB 1 0
5,556 5,556 00000000a36835282578e947e538e92d454f6993e0a74821ad0b23e93deb58fc 0.00 MB 1 0
5,555 5,555 00000000e0d5e49b24209bc907e32af9a2c60417b815055bae0b9c7f836e39ba 0.00 MB 1 0
5,554 5,554 000000001ef10065ed17286819f135fcdab3c63dfd6be5857465ef89304fadf7 0.00 MB 1 0
5,553 5,553 00000000d8110237beb297b474cbece88a9e87158e50dc963d4c711331d699d5 0.00 MB 1 0
5,552 5,552 00000000d9ae185cf149ea6615f846a216dafd8aa4d5c613564a9bc5e1e0f0ab 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.88 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.