Memory Pool Memory Pool Refreshing

8,295 transactions
2.18 vMB
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,709 (667,419 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
240,290 240,290 000000000000000495d60871f41341de0453cf751a1fbcabcce78b59758b5f7a 0.04 MB 84 196
240,289 240,289 00000000000000a30c3cd566124e8615eb4df11ec5d69349fc96d75eebafadc6 0.04 MB 93 103
240,288 240,288 00000000000000231d3213cd834e760d3ce473d81cf78a4707f5a62e1f7ff0bc 0.25 MB 630 191
240,287 240,287 000000000000010eee76fdf910d6b508c990b671d488c7a200e484894f922b10 0.03 MB 25 50
240,286 240,286 0000000000000004167b94092ec2996a3c66f4540aa29a8d5761a023c6de700f 0.19 MB 401 124
240,285 240,285 000000000000009f86b66c3ead8aa0b68807389ca377dcfc860667713e5f12a1 0.19 MB 365 161
240,284 240,284 000000000000007a411cbe238d805cd80bdf6ffc17bc309ccb5157296aead4ae 0.16 MB 362 185
240,283 240,283 00000000000000ee82873995ea1aa4a6424b7fa11fc9ec006afc9043a77d516d 0.15 MB 304 116
240,282 240,282 00000000000000d5fdb8faa0f1b054b6811fd11c7438f9bb01865f8ff37bbbd4 0.07 MB 128 109
240,281 240,281 0000000000000027d27e5a7b65f87c354749e70b7366c1ffe717a80b44cc8c21 0.15 MB 351 209
240,280 240,280 000000000000004c63e879eedba2b0717465ffd7e39cc2d83d2aad3d83d0ecd3 0.13 MB 300 194
240,279 240,279 0000000000000097bc7b9c275bd9c0996d2d074ccfa09010e9289c33e83ef633 0.13 MB 295 131
240,278 240,278 00000000000000b8f9ccb8abe6578af45ce1737711a10f33dfbf658e8ccd29d9 0.19 MB 404 127
240,277 240,277 00000000000000b8a1ceac3b70fcd66e1953f9615fb5af51d6d2d78a247fe7f7 0.10 MB 329 14
240,276 240,276 00000000000000f542e9d25d2c90c60b20e9fa986679d723a3883f35c9062579 0.15 MB 359 190
240,275 240,275 00000000000000d3cf7387163f0b0b6dbc794311c461db1c10f7a392543fea77 0.14 MB 264 159
240,274 240,274 000000000000009dd7f7bef11c5f3c149089b8909d43f7cfff57448160770be4 0.02 MB 63 142
240,273 240,273 0000000000000012a2c51dad6bf11c0c5c393ea47b75c20932f7a60bb88eb8b3 0.16 MB 257 93
240,272 240,272 000000000000002b269d9263674215ba94677e1069f25da7f8b41e7c184ec201 0.25 MB 568 144
240,271 240,271 00000000000000e178947f40366cbeed9bd621d7909e54afa2d26305bfc3f6d7 0.06 MB 119 51
240,270 240,270 00000000000000ee6fae056a81a7d196064e611d727e3e5c2d71e33cddfa2e9f 0.25 MB 572 188
Previous 10 blocks ↓
Total Size: 769.00 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,616.86 GB sent, 92.83 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.