Memory Pool Memory Pool Refreshing

9,859 transactions
4.56 vMB
Show Random Selection Loading Transactions
Max Size: 24/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 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,726 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,092 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,725 (786,991 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
120,734 120,734 000000000000110003aec6111d1c63d3b133ac9620f6fb2e7caca9a6895e67c2 0.00 MB 4 0
120,733 120,733 00000000000031aa062558ffad20124dfa2a736fb4c08676f3c2af9f09a95fd0 0.03 MB 76 248
120,732 120,732 0000000000002bc40338f46164afcb93baa6dc0fbdb4ab8a2770c1c866c7bb61 0.01 MB 21 1,930
120,731 120,731 00000000000059752263e704e81af0aa091da3fd0de548ec76e22d44d10bcb3d 0.00 MB 9 0
120,730 120,730 00000000000094ff0e59c0454a5747f122287809a9a12eda0b6d7f464ef6a2f6 0.00 MB 7 1,798
120,729 120,729 0000000000008226152e79be06dce49d8a0a870faf014746eaeaee36cbbd1fbc 0.00 MB 10 221
120,728 120,728 00000000000041318e2893db3283e5528a7c44292693acc51189145a3d3e2c14 0.00 MB 3 3,891
120,727 120,727 000000000000687d8277de055530e6e1fc1e6523ba593ff7203256d618824747 0.00 MB 8 206
120,726 120,726 00000000000000a1e219f68f9c02317205b3024cbeba8317badaf345fbe5f76d 0.00 MB 10 1,292
120,725 120,725 0000000000009f93553a85782381bbdfac3211cc9196a7f5822f42b5105b1d44 0.00 MB 9 1,060
120,724 120,724 0000000000000688b50c81675730be20995d98ee4a0a83d11cca392c95b20812 0.00 MB 2 0
120,723 120,723 0000000000003d63c1e086c098a332e9162e7507605a84afd4afd83124070efd 0.01 MB 25 454
120,722 120,722 0000000000006ca1892f6a59a5281def73f92960fd0b4966016b7d42045268e8 0.00 MB 10 344
120,721 120,721 0000000000005445748f9a8d22da318e9f10175b5023e622a87cd403e00fea54 0.01 MB 39 1,730
120,720 120,720 000000000000082ecca7997f9bb542420d7675c4b55d76c48df52e9142a91f52 0.01 MB 33 318
120,719 120,719 000000000000b3169282b844f81feb93fdb3e8d93410175f9ef15e5cae97bdf7 0.01 MB 13 807
120,718 120,718 00000000000061fd7092778a996d0c4371018bd5750cc272336ba9d8d86f9019 0.02 MB 13 1,069
120,717 120,717 00000000000036183dda022e55a2da5b2350e3e94c62272a9798393f8db2fb35 0.01 MB 14 416
120,716 120,716 0000000000009a2c56fd6e0b940dab1f76515f99d23dcaeb6bd489fa842dd369 0.01 MB 16 374
120,715 120,715 0000000000009643a839a1205766a2d956fdb91828dc82202b1f7161c82dd07c 0.00 MB 4 0
120,714 120,714 0000000000004a7b23cc388b8721ba596378c1c8c8a738160a7a59221fcaa2ce 0.00 MB 6 0
Previous 10 blocks ↓
Total Size: 769.03 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,625.67 GB sent, 93.04 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.