Memory Pool Memory Pool Refreshing

2,835 transactions
0.81 vMB
Show Random Selection Loading Transactions
Max Size: 5/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,713 00000000000000000002349e0000000000000000000000000000000000000000 0.81 vMB 2,831 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,712 (95,044 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
812,668 812,668 0000000000000000000456048921ff8131435bc30b4e7e52badc57076ff8c486 1.43 MB 1,273 7
812,667 812,667 000000000000000000034940a6ac14154804419e0aa319c5f5c082a43331d872 1.54 MB 2,969 18
812,666 812,666 000000000000000000039c10ad4ffb7b8fb3049d1df9c81c6a333eab82af602a 1.85 MB 467 4
812,665 812,665 000000000000000000007d3d287f231cdce7fb011a3a2016cd245c65f5f256dd 1.97 MB 1,005 4
812,664 812,664 00000000000000000003874efeb01bb6202de20cc42418aa37627abddf92922b 1.36 MB 946 5
812,663 812,663 0000000000000000000300cb1dbf25b7b595a8811bce7e64d1e39f8a031ea514 1.48 MB 2,765 19
812,662 812,662 0000000000000000000335727ec64bd656dd1f19fbdfc0b5198f12810ea22a05 1.43 MB 2,257 15
812,661 812,661 000000000000000000003dd42e4e09648893a73046aac8d6443fe4bda32f3250 1.38 MB 1,327 8
812,660 812,660 00000000000000000003d88320ad19711c7cbb614d3a585e45ef5e8c2daa99eb 1.63 MB 2,779 23
812,659 812,659 00000000000000000003420eb61af14fe062eec4f89e6bee5cfc16a0f5d600fc 1.90 MB 941 7
812,658 812,658 00000000000000000001f7d36d27d682fe21385752e5647f080f8d55690f9686 1.50 MB 1,217 6
812,657 812,657 0000000000000000000480ac09fbc127059f2e553f4093971a5539eb657050f0 1.66 MB 2,788 21
812,656 812,656 00000000000000000000276b513f2b62db1a8a96830f9bcd246de88322fae926 1.36 MB 1,291 10
812,655 812,655 00000000000000000003a807449ccc940392f6c057889d643376dcfe737a4c6e 1.05 MB 400 2
812,654 812,654 0000000000000000000216a846329c8fda5ec109b130a0f7da6ed6b8d22a903e 1.42 MB 1,396 9
812,653 812,653 00000000000000000000a22742aa293e2295b13dc6d7f11f468f84b72d9ca5c6 1.22 MB 934 8
812,652 812,652 000000000000000000035dde8bec40270f23d23554a30d92e88a7edb288ba768 1.53 MB 2,397 15
812,651 812,651 00000000000000000000f20d6dc0cb284b3b5089302c7339803371fb042d08fa 1.62 MB 3,125 22
812,650 812,650 00000000000000000002863dc27bf05659898e74dcb5e20167a16d71d1024612 2.62 MB 824 3
812,649 812,649 0000000000000000000360da7888095a863a06f03d1baae8d83d6646320138b6 1.73 MB 603 4
812,648 812,648 0000000000000000000431db9d1da0505395aafcd5903308e01dd2196c651a57 1.54 MB 2,918 18
Previous 10 blocks ↓
Total Size: 769.01 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,616.92 GB sent, 92.85 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.