Memory Pool Memory Pool Refreshing

4,697 transactions
1.45 vMB
Show Random Selection Loading Transactions
Max Size: 9/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,848 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,103 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,847 (335,486 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
572,361 572,361 000000000000000000156b0622f37c637133f03cb237ea5eebb2d751ad069c24 1.27 MB 2,276 36
572,360 572,360 000000000000000000135b90a02a684d9b1fa70161837e79706cd4d77087bf59 1.23 MB 2,106 18
572,359 572,359 0000000000000000000eb055e011b20415ef41910207ffcc3d18eb7dd7c0c74f 1.70 MB 986 31
572,358 572,358 00000000000000000024d2b893f5396425e293e8978d02c4f4a9922fb99c038d 1.73 MB 725 23
572,357 572,357 00000000000000000028102e47f73f6266a93031b23d3789edab84a0000c4a3b 1.45 MB 2,208 47
572,356 572,356 00000000000000000012b010e8a5026a17c6d9635ed5f3c758cd6ff75cc67084 1.30 MB 3,207 70
572,355 572,355 0000000000000000000f2c2b9e504eea7e24c1f89271db3a8078ce99c4faa751 1.28 MB 3,066 78
572,354 572,354 000000000000000000022ffa5293cfb1f3fc306fd48b5fdf762bdd893642c78f 1.38 MB 1,362 21
572,353 572,353 0000000000000000000ae4d8ee3e952210d1d3580036de6a8ab39d7dd70f1b9d 1.38 MB 1,825 23
572,352 572,352 00000000000000000017bb96518aa12b4fdfb55ffe79afaa4053acbbb557bc02 1.14 MB 1,259 58
572,351 572,351 00000000000000000002c8e006eefeb644af5e08c90de1783d2d2648afa2a00c 1.26 MB 2,848 62
572,350 572,350 00000000000000000012fb5b3926413825d922b5548f69cfc960e5d3faafe878 1.31 MB 2,861 78
572,349 572,349 00000000000000000014c2489f19b34e16043b5b22dfc597fc233f46123effc2 1.34 MB 2,464 53
572,348 572,348 0000000000000000002b0569bbd3da2075d27ae76b001a1cd63a70718ac6cbe8 1.71 MB 737 63
572,347 572,347 0000000000000000001f1223c9dc4f53a77a8992d81f3da5de9f1e59cfba1c54 1.26 MB 3,091 88
572,346 572,346 00000000000000000010b9c7852e07910f909edc9fdc568db50b464ac8309b5a 1.20 MB 2,566 49
572,345 572,345 0000000000000000001cbd14337b9c7f2f0982aa88d98efbc6911a03d4cbc051 1.47 MB 3,663 32
572,344 572,344 0000000000000000002242830f19e4b020c6d83a1aa42b47db6227732ad35f26 1.24 MB 2,650 41
572,343 572,343 0000000000000000000c0855bcf6584e79304fea4b9b41a17b814cfcb4ca0aa4 1.28 MB 2,722 57
572,342 572,342 0000000000000000001720d474c353e431ee679c87b993f8f3798c74ac264905 1.28 MB 3,229 61
572,341 572,341 00000000000000000028802df15e53c435ae81fad26d4fb3414a5ab00ab90d5c 1.27 MB 2,614 78
Previous 10 blocks ↓
Total Size: 769.26 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,635.20 GB sent, 94.20 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.