Memory Pool Memory Pool Refreshing

2,326 transactions
0.66 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,817 00000000000000000002349e0000000000000000000000000000000000000000 0.65 vMB 2,325 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,816 (697,726 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
210,090 210,090 000000000000024bf6e7b1e2fa1770e4c226d15ea3e1ae12e044441666b56fb1 0.15 MB 328 218
210,089 210,089 00000000000004060180aa21b21729119c4bb8a76767aa594859ad53c925e2ed 0.31 MB 397 112
210,088 210,088 0000000000000002c2a802e78f1d6b976c6324e4581ac218c48b2ca1d2bff762 0.00 MB 14 320
210,087 210,087 0000000000000046fd430ad8c580688161bf4d6d35df71ef41a3bca794bfaf53 0.15 MB 318 176
210,086 210,086 00000000000000ce2c450b83f9c47b2595cf65a37a2b7e3bb6f104818868f7c6 0.18 MB 502 201
210,085 210,085 0000000000000217d83111a98ecc9fbaf041f3d87aff2818f230480f71d0a634 0.00 MB 11 1,534
210,084 210,084 00000000000002a8d86f97878d3cd9030280ef7fee4d3a5ef243b272a1c40a10 0.02 MB 51 149
210,083 210,083 000000000000032c7967bd3bfc3bac00699dc0ce66df4a08787d7ed0de35496c 0.06 MB 46 69
210,082 210,082 00000000000002a30c4620713fff62574126986cd902c8e746f771f5783aea21 0.10 MB 221 143
210,081 210,081 0000000000000265135594758308305d156708145502435891947cbf7988e6d6 0.05 MB 127 33
210,080 210,080 0000000000000167d840ffcaa8650fe19f88fe01aa7868558b5af02ac6078fa2 0.02 MB 64 75
210,079 210,079 000000000000047798dbe8926fcdb66d47dbea7990290a9627c2c597c8145be0 0.16 MB 226 116
210,078 210,078 000000000000036a2abc436961d27139ac1d03e88b8b2c3d6a1dacd59da2926f 0.26 MB 138 70
210,077 210,077 0000000000000426f50f8b2250f364e943aa9f83ca32c32fe2dc1b132e134ae7 0.25 MB 97 59
210,076 210,076 000000000000014033792e69f0d58212ec3ce0b34c28f1a7387608a8773d59b6 0.25 MB 567 190
210,075 210,075 000000000000043ded0d87f6c35545d615ebf7f89ae28f0263671cc1bd79ef1d 0.04 MB 65 125
210,074 210,074 00000000000004a2ed90b32036c323ec4b7f5ccafd41df455ead0e0907596afd 0.04 MB 58 104
210,073 210,073 000000000000045a93f29695c5b15f14fd8c8ec4d0d8e858241b567f73e271d5 0.06 MB 124 91
210,072 210,072 000000000000043a3956d6c17fe76063f79aac10f3d60961ba3301301801e01d 0.11 MB 204 136
210,071 210,071 000000000000012cc324016b3041e95a3c98abc734970591a78e59b438ce7e89 0.25 MB 685 210
210,070 210,070 00000000000002275a28f687a3b4cd319c1962fffcc2740d5b2a1d70182a129c 0.09 MB 185 254
Previous 10 blocks ↓
Total Size: 769.19 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,633.71 GB sent, 93.90 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.