Memory Pool Memory Pool Refreshing

1,444 transactions
25.07 vMB
Show Random Selection Loading Transactions
Max Size: 101/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,310 00000000000000000002349e0000000000000000000000000000000000000000 0.98 vMB 1,176 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,309 (815,202 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
93,107 93,107 000000000002bd6090782457b3f614510407eb0426d48591b43416cfa3326ed9 0.19 MB 850 0
93,106 93,106 000000000002e82322a4f2c122da70e94ae8066d6506307804699f02f1a4db93 0.00 MB 19 245
93,105 93,105 000000000003fd8398515ca92c0ced4b4222ee077ee6cc52660adb4ce4429a36 0.00 MB 14 0
93,104 93,104 000000000003df9c1973d99ce4f3b820d7cc6152084d8ae78ef831bbd6621493 0.00 MB 1 0
93,103 93,103 0000000000034601fe5135c94df3bd151dc02a6c9f418e590e2981eb0970e264 0.05 MB 219 20
93,102 93,102 000000000002e0ee09603fb5a41ab9913d5b92a84b22f4350b59eeab1568c809 0.00 MB 2 0
93,101 93,101 0000000000061b826c837e444a7bd95c62ad2322b2adc1367293a17d2c98dd9e 0.05 MB 214 0
93,100 93,100 000000000004ae1806ab6049aea8e18cfe73c4fb8cd171c7fdb6032246e3a96b 0.05 MB 219 0
93,099 93,099 0000000000009c2165c38675e6567dfef9b6da6bb46070c3e107c6156795523f 0.00 MB 14 670
93,098 93,098 0000000000011502bca0a355da1586e6b932caa3458db3dba9db86ca2bfc3f63 0.05 MB 219 0
93,097 93,097 000000000002dda7a9fde7fba9cf4c77ff85cdb5acb3be05109c4b033ef884f1 0.00 MB 14 339
93,096 93,096 000000000004936a787435e72278c3147ad6bf16ac6b0450dfd11f2194ba1c23 0.00 MB 13 1,008
93,095 93,095 000000000000bf476fa203ecd7fb8d81b17168e6b3966572a8f03d4ed8112e22 0.05 MB 219 40
93,094 93,094 00000000000011582845d7f62b7f20f2b7578e06a831af88953c7887cea8a7d2 0.00 MB 14 0
93,093 93,093 0000000000038bc8ea8397464f27df93330efb7aec68a251451f91d002db7a7b 0.00 MB 1 0
93,092 93,092 000000000000547a5be7e465dec1bfe5057b7e8e4346a97e5d84ae46cac27a9e 0.00 MB 14 0
93,091 93,091 000000000003706311f47d74e2a9c31fb4a8b6e92cdfdb2a06a9a793628550db 0.05 MB 219 0
93,090 93,090 0000000000087b40064c52268c37fb2633009aa812df0511896f45e176a4cef9 0.05 MB 219 0
93,089 93,089 000000000006dccfe15946b6c4291b397ea5c2fffe953d4819546bfbecc6f210 0.00 MB 14 339
93,088 93,088 0000000000021f8597e27bd35acef7e3d3811b6761c7e2274bf4528c17ae59bc 0.00 MB 14 343
93,087 93,087 000000000008702ccc476c90a573ec3eeea704d74127f3ae29302bca92a95d7f 0.05 MB 219 20
Previous 10 blocks ↓
Total Size: 770.21 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,696.87 GB sent, 98.58 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.