Memory Pool Memory Pool Refreshing

3,571 transactions
1.10 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 sats/vbyte 3
2 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,703 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,570 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,702 (463,612 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
444,090 444,090 000000000000000000fc557a711010085811ff323a37ab5ff593881d8136f846 0.99 MB 648 26
444,089 444,089 0000000000000000015123f4a234f17e7c77ee6d324b697e792123633c366ca8 1.00 MB 1,469 47
444,088 444,088 000000000000000001374f9313795762490109a3b570b558ed3a1ca4190726ea 1.00 MB 2,403 84
444,087 444,087 000000000000000003706bf23c6656a6e3ae206894456a7b13283f61d7eebee9 1.00 MB 2,233 68
444,086 444,086 000000000000000001cf077401aa68896790e93bd5daeefe79c7751c5923f2bb 1.00 MB 2,426 96
444,085 444,085 00000000000000000020576598d56d2ad41bda2696fcb77d11c3cd7b1194d058 0.99 MB 832 47
444,084 444,084 0000000000000000035d188a337c547d6bb8f2b7de822514bf1106e9af04dce8 1.00 MB 1,381 70
444,083 444,083 000000000000000003479920885054ff43f4813d5c616562c49da71ccaed6c7d 1.00 MB 1,908 74
444,082 444,082 0000000000000000005fb16f61c41b3fe9a409beb53787b9288690d0111c60ec 1.00 MB 2,165 103
444,081 444,081 000000000000000002a80798d036c84b8270fddd17a099ceb0e50707b800f0ef 0.07 MB 14 5
444,080 444,080 000000000000000002f8af54aab206351f1eb4c2bda567766f03e257978a04e5 0.96 MB 1,977 70
444,079 444,079 0000000000000000027e76ef92f03245775d9ea13d43bb5c8f7f0b23cfb51c7c 0.36 MB 881 76
444,078 444,078 000000000000000001d1319e3f092ade1ff89b67359ad09928ae45b746c58e82 0.69 MB 1,366 70
444,077 444,077 0000000000000000036181a17c0f10d7e58ef4611771113791678f0290dd51f9 0.80 MB 1,828 79
444,076 444,076 00000000000000000159579ada07c1bdd1e83f8a601ca6d5cb7e0a5128db3404 0.88 MB 1,850 72
444,075 444,075 000000000000000001f73be3d06ef6d0ffd69a66d16462ec807d75e162d91212 0.29 MB 562 79
444,074 444,074 000000000000000000fdd65eb17250be74a3c77037b29a8970bba36924ace894 1.00 MB 1,015 33
444,073 444,073 000000000000000000031bc44baa4497146f78461c9bc0ec7fa3514b07c5d616 0.01 MB 38 86
444,072 444,072 00000000000000000103adcb65313cc015d4fd265ea842d62bad44ba84e5234a 0.73 MB 1,336 57
444,071 444,071 0000000000000000031a205f604beb1df9a3ea8e090a5336fd62ec66801ef1f1 1.00 MB 2,327 87
444,070 444,070 000000000000000002b959feff16d9f5e60257f9d7763c640fb5f9069769bc54 1.00 MB 892 29
Previous 10 blocks ↓
Total Size: 768.99 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.55 GB sent, 92.75 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.