Memory Pool Memory Pool Refreshing

5,639 transactions
2.23 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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,293 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,804 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,292 (881,073 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
27,219 27,219 00000000e48391d50636f3111dc08baaa617138c3d597abddd1b9cbfaf6c7ec0 0.00 MB 1 0
27,218 27,218 000000008cc42afc3fe309fbe9e68a8f38204395aa2f73ba88e07a30cbc906b4 0.00 MB 1 0
27,217 27,217 00000000e454d14900e05bc0125aef369c3c7eb3d77cb535a187dd07c0a25044 0.00 MB 1 0
27,216 27,216 00000000b4261601a44f0ded495b49f7da6c0ac0f858f292e269fbbfebd566cb 0.00 MB 1 0
27,215 27,215 00000000f006dd992e1a78feb812e2d88ee2dddd9cd35c44f8e4e6c2746f9e84 0.00 MB 1 0
27,214 27,214 00000000c1f183903c9bc9f932364a4c17b8585602961fc5a4e112b257184593 0.00 MB 1 0
27,213 27,213 00000000dedd3f66b180b7f6d31bc895531d042265fb7f4654407b020e6fe1a3 0.00 MB 1 0
27,212 27,212 00000000bb71fdcbc6a794718092f261e4054b2abfb8c9ba598e9a61aa4e5dc7 0.00 MB 1 0
27,211 27,211 00000000559ac73e715e223e9ce5b2a5e8b1131175205dbb7590c39b4f711c90 0.00 MB 1 0
27,210 27,210 000000002961181713b47bfcc9f395aeea610227030f137b6ce6a1244e1c6e6a 0.00 MB 1 0
27,209 27,209 0000000073df6c955e102290123f418b86e277f8e5cd70b61bee6803b9c77e83 0.00 MB 1 0
27,208 27,208 00000000c00aa33eaa194b81279296791a612f5e0507bd732c3ff701f4d9cf19 0.00 MB 1 0
27,207 27,207 000000009b53799262423215e68a7980ea0b189e21e1f7d5aeb144bd278101d4 0.00 MB 1 0
27,206 27,206 000000007359b937c47fc5852229af47ba7b0fe19ca0f64da3d9825934ee43ce 0.00 MB 1 0
27,205 27,205 000000001f8c073c7945aa16ac4076bec175cb715e985e9a9efeb452fe41ebad 0.00 MB 1 0
27,204 27,204 00000000383bfe9a0c3bce127f6999caa0cd855394bcdd41c4605ac4f5515bbb 0.00 MB 1 0
27,203 27,203 00000000d1c3a0a13ec7fbc440311c696e182fc6af44a4ae0057fec18f10cb7d 0.00 MB 1 0
27,202 27,202 000000008359cc3220fb4cb310bfb88f6d6542c37e1a42d7444c99a07ab892e4 0.00 MB 1 0
27,201 27,201 000000004d74f5379754079dd6db2bc206761639169f91c569852932c478d5cc 0.00 MB 1 0
27,200 27,200 000000006d78ac41bb13613233b2912ba0dc3e477b1178a9997ddc7b59f32b69 0.00 MB 1 0
27,199 27,199 000000007cf98a8efa2b0eb7e76231abc4e634003a2c68960c66aa90994eafdc 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.16 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.45 GB sent, 98.34 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.