Memory Pool Memory Pool Refreshing

2,673 transactions
1.39 vMB
Show Random Selection Loading Transactions
Max Size: 7/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
908,298 00000000000000000002349e0000000000000000000000000000000000000000 0.99 vMB 2,647 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,297 (904,736 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
3,561 3,561 000000005c0d9b2f8bc46a08e90891a92322533c7dec22398bde2ec5cf6f2e3c 0.00 MB 1 0
3,560 3,560 0000000072a28560ea6d957b2966a9cccdaa1846bccd2d07b10509de84f6f270 0.00 MB 1 0
3,559 3,559 0000000071add5efd47ec95c09f0eb33f488a122dacabcf0fdf6a29eb9d496cc 0.00 MB 1 0
3,558 3,558 000000006e432237ce5e8ba21746594215d84e75659ed41fe065c9bf14bc04f8 0.00 MB 1 0
3,557 3,557 00000000d09ec045b533f4e377e4fbe35c370e5a4a7f503773c698178f3b3589 0.00 MB 1 0
3,556 3,556 00000000ce9fdfb294f56b62cda68b885d7aea0fab8e21a000799a53f53d07f7 0.00 MB 1 0
3,555 3,555 00000000d78992891a9b944796364086e5c7e00b9cde093d958c8662f3528d64 0.00 MB 1 0
3,554 3,554 00000000c48eeb26dc22031ec946bba9548b067969463a4211b7fdb77002e3ee 0.00 MB 1 0
3,553 3,553 000000008a36ac0c3eab7747fd921a84d741eee298d27453e38983d110773170 0.00 MB 1 0
3,552 3,552 0000000036077629581b246da139b2ac089419494ade33a1691f25490694e391 0.00 MB 1 0
3,551 3,551 000000002b6813c714475b0dadf2ef5cfc8941c9c8db6d6ee23b3ff91fd9279c 0.00 MB 1 0
3,550 3,550 00000000cbce6a88cf334563a211378c2326c3bcfdc30162e41da5085161cdf8 0.00 MB 1 0
3,549 3,549 0000000030c7b444039d9e528bbc245d60ca38d5f9e469d402bb680916278ba4 0.00 MB 1 0
3,548 3,548 00000000cdb2251af508d8c65b1f4700f0d3d86ab338d0edf8fd19307f18e32e 0.00 MB 1 0
3,547 3,547 000000000e7fc781c8e034fcf8440928aecf0250ac1ad35eced3419588a8d423 0.00 MB 1 0
3,546 3,546 0000000040206949827272f209db87fd3362556c93562864433b85d97c52aaf0 0.00 MB 1 0
3,545 3,545 00000000d8a13923777c8e43026b44de0c652c7d7e2325fec947100147b43790 0.00 MB 1 0
3,544 3,544 00000000b1f4eb1b35a1b731caee56173bdc43edaecdf8fa1220c59525f102ff 0.00 MB 1 0
3,543 3,543 0000000004fffd10a7bc971ddebb56a21fe322d6776db779dbcd323c555e4f4d 0.00 MB 1 0
3,542 3,542 00000000e564ea9b6c2bb13079ce8011b631aae8bb984a7f05c761140b9280ce 0.00 MB 1 0
3,541 3,541 000000002744f7879f5c746f05cdca2bf82a36b85853257cadc86df28fadda97 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.17 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,692.59 GB sent, 98.38 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.