Memory Pool Memory Pool Refreshing

5,579 transactions
1.70 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 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,672 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,171 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,671 (688,331 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
219,340 219,340 00000000000000fa60e1fcd4a196cf0274e614c5d1d97848247dace7e16eb259 0.05 MB 148 196
219,339 219,339 00000000000004cfe0ca1dfd098be6b059a641b02cc04e2de60e0d168ac9cb83 0.05 MB 125 143
219,338 219,338 0000000000000435317d13afbf5143fc5a00727f646efffda0be3b40367671f9 0.25 MB 550 201
219,337 219,337 00000000000001c4d3f4da2bbafab0a1ddc5bdf4575c778205792ddd847481c3 0.18 MB 213 91
219,336 219,336 00000000000001b1e6f03ef0851e994c09a6e4391a07a28960625a85a8b37225 0.25 MB 573 171
219,335 219,335 000000000000029f159bd0a03b70b606add3da9a6b59eb42cf77d11daea752d9 0.25 MB 816 253
219,334 219,334 000000000000049af811cd695f16e21d51b7191ed6e3f44d8aea34af87fa5e50 0.05 MB 147 156
219,333 219,333 00000000000000a7b2dea5aa68c355ba4db4e563f248ec4450ea9d33c69b7ecc 0.00 MB 4 87
219,332 219,332 00000000000002e7215876d4215494279608d3926654200d9a52cce9e7bc39c3 0.00 MB 7 215
219,331 219,331 00000000000005971e7108c2346a6f1b9a1b7fa784dadaf83ffcc6a3fe80b29e 0.01 MB 41 175
219,330 219,330 00000000000001cf8034fca333ca034d9f0afa1668c7136e01277533b2f19ff2 0.19 MB 466 171
219,329 219,329 000000000000010f52bea5b16c5e275f32cb70115ede918b95ab4c2e35150f9b 0.25 MB 631 189
219,328 219,328 0000000000000187dcc9d2c57de708ae5ce0be5fa2cd094caeec4c7b40ca98a8 0.06 MB 144 116
219,327 219,327 000000000000052fee62e592286d4e6e1072b6f127a7060710c15a0788754b55 0.16 MB 303 162
219,326 219,326 00000000000001113241c313cf0df4593fa8ddd6d9e2b7887fdedc229b61bbec 0.20 MB 297 114
219,325 219,325 000000000000044555176b3d29e152a4fa846a17e0f25a2ebde5a31a73d6bf26 0.29 MB 278 176
219,324 219,324 00000000000003a711f4b3550f7daebb643459b108682194c62deef3be2be3f0 0.00 MB 10 182
219,323 219,323 00000000000004ba74a85f3e3c2ac454d40df165df7de6b23d2a608737d8c936 0.00 MB 10 6
219,322 219,322 000000000000015e0f9331f5a82d20f7d9bbf0bc999dda5709565d4eb29167f8 0.25 MB 698 206
219,321 219,321 00000000000001651542dae7957a2bbf347711aa1f61f0328af2bd380829c817 0.00 MB 9 157
219,320 219,320 00000000000000a19d7511763c378464268c07ec2ca9b2e533521c085f27bf40 0.26 MB 366 148
Previous 10 blocks ↓
Total Size: 768.93 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,604.05 GB sent, 92.43 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.