Memory Pool Memory Pool Refreshing

1,459 transactions
22.94 vMB
Show Random Selection Loading Transactions
Max Size: 92/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,315 00000000000000000002349e0000000000000000000000000000000000000000 0.96 vMB 1,215 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,314 (840,190 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
68,124 68,124 00000000005b2998d0c2797b1365bd6024500235c253de884d399c20540b0d97 0.00 MB 1 0
68,123 68,123 0000000002a79b679ed88c1a25a26256c953840c23a1245fc9a6f5276e4ea07c 0.00 MB 1 0
68,122 68,122 0000000002d07aa6a412349f71615b44346aeb013ca21e57b5e4184f947cce2c 0.00 MB 2 0
68,121 68,121 000000000317faf7c98fa8c2ec6ad9828246fed281a291059a0682275abd9548 0.00 MB 3 0
68,120 68,120 0000000004505f1d50d0ccd69cda6ef77f19fd7359913d63e0238bf47d35c527 0.00 MB 1 0
68,119 68,119 00000000033ece9e573e22b1fcbda4d6ce950af5881b70a764e668dce1d03465 0.00 MB 1 0
68,118 68,118 000000000555498e1ca88ac4b7883f9076319c5a6fbde2ebb95b1e9d6be592e1 0.00 MB 2 0
68,117 68,117 0000000000b4ef8af7e8fd9c2590879bb81daa9d03f37044646c066d7c34cea5 0.00 MB 2 0
68,116 68,116 000000000031a70a97aabd27216d51a5ccfb62c09c47727e0fe65a6a155ba27b 0.00 MB 2 0
68,115 68,115 0000000004fb419b31af90212e44e639c28b01005a994bab03277c36dfb1e693 0.00 MB 1 0
68,114 68,114 000000000296df377f659d06c19bef2cbb2d80a0013667455fa600536ddae18a 0.00 MB 1 0
68,113 68,113 0000000002edf888c4d941deae52ea42d0a78de7880d9985daa5e7e5c8fd2a7f 0.00 MB 2 0
68,112 68,112 00000000000b060c62d6c79ba2601de44afaf0414f0395c2e0be013608c26cdd 0.00 MB 1 0
68,111 68,111 00000000039502a9107fd9e1c46905dd9744d64f7c3b01d200628e01857ccb0e 0.00 MB 1 0
68,110 68,110 00000000036a66b5a1d1c649fea44abf946097effbd629149f1660a60daee604 0.00 MB 1 0
68,109 68,109 000000000512b959a4c0a0075b340f1cddf6daa237a7500dd143573247ae0544 0.00 MB 4 0
68,108 68,108 0000000002516400717837c0f07484293e7ca3303701fdc543e888a1a6f64522 0.00 MB 1 0
68,107 68,107 000000000238bba0e18da426a0f42cb3e61dd7d333e44682c09967664716014e 0.00 MB 1 0
68,106 68,106 0000000005053a7a30b0b0ef5410ffd6273e96dcff1b175e46fcc2b210bb0913 0.00 MB 4 0
68,105 68,105 0000000004d3ddb8889d686c7b9034c49f18f69ac83c13ec9986e9ce387b3757 0.00 MB 2 0
68,104 68,104 00000000041bdbcc0fa98a16fc104adc7a1df92ae81235268de479c716cc53c7 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.22 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,699.33 GB sent, 98.60 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.