Memory Pool Memory Pool Refreshing

12,310 transactions
4.49 vMB
Show Random Selection Loading Transactions
Max Size: 27/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
5 sats/vbyte 3
2 sats/vbyte 6
2 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,650 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,819 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,649 (706,236 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
201,413 201,413 00000000000001e9f90344609520b411dcef8147c1ada4229509dc0a7a19192a 0.00 MB 9 35
201,412 201,412 000000000000039c5a21c822787afa3c61e3a6866e3cd70285c0a054b755097b 0.18 MB 339 132
201,411 201,411 00000000000005b0941101ad2dcd55f309f500a5ee86361fb40174c6aab8bb59 0.11 MB 103 82
201,410 201,410 0000000000000508d27d3f464ff4488c56d8fd91128e097cf0c1d73a69c28c30 0.25 MB 694 183
201,409 201,409 00000000000000869626776fa3c0160be667505904294a583a66ea695b02cbe3 0.05 MB 103 119
201,408 201,408 00000000000000e29654a1d63b13ad31c337312dcb54e14c74a35ca007fc66b4 0.32 MB 355 104
201,407 201,407 000000000000023a0450ac9b78b1a74861a4c8558f78a8cf98d8669fa31e15bb 0.23 MB 164 60
201,406 201,406 00000000000002c62bba44e7f0424201643b83d0e6ecab6f1007f112d081b8be 0.25 MB 561 142
201,405 201,405 00000000000001511c805975ffe7948a9547259249e1b1bf5bc167f0bdec758c 0.04 MB 94 150
201,404 201,404 0000000000000450e9cc2e60f5a42ea59b5a81644181cad9f27385beeda6e745 0.22 MB 454 120
201,403 201,403 000000000000013dc14b618b660d10d19cf9c01cc869ce6822e009bdbceb4ee8 0.00 MB 9 67
201,402 201,402 000000000000003d319da7ebe856d9af8dadee7e87791378b1e92741f184f3f1 0.09 MB 168 206
201,401 201,401 0000000000000348599c6c808ef1006008d7699b9d6422bd21f99e96ba0f5ffd 0.01 MB 23 122
201,400 201,400 000000000000005f56183cf377c9db38292decf80dd4ce53943a22359ac52d9e 0.08 MB 175 169
201,399 201,399 0000000000000546ba00b197e5e719c0a05ddec3502928c29f1f38eaf6f4bc03 0.03 MB 48 95
201,398 201,398 000000000000059f7fc9ee5e995892f49b2978a30a7690886c22ef8be3440fb5 0.01 MB 22 70
201,397 201,397 00000000000001b3ba572013b431404846f8651edde1c9de0e081c3a917f4b0f 0.03 MB 94 59
201,396 201,396 000000000000017dbfeaf29aa93a4bfd8ea436f7a0185f97c3b168c750bbd9f0 0.07 MB 224 137
201,395 201,395 00000000000001ca9d8eec94d0effd17242b4b0502687abd258804c2b62b069c 0.03 MB 61 94
201,394 201,394 0000000000000105af0b5fafc9a73ba2f658f2411585d226426e666ea078b31d 0.01 MB 29 81
201,393 201,393 00000000000003f742945d0e41fc573cfbf5960320389b7722b2d26812dafe58 0.05 MB 135 132
Previous 10 blocks ↓
Total Size: 768.89 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,591.77 GB sent, 92.21 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.