Memory Pool Memory Pool Refreshing

10,402 transactions
3.47 vMB
Show Random Selection Loading Transactions
Max Size: 20/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,730 (625,454 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
282,276 282,276 00000000000000019bae36b413856fba577f3941c9a86bf9cacf69dc2774b2d1 0.37 MB 831 39
282,275 282,275 000000000000000095972c6d2e7c40c752c1a0da5156d8f5aebede6a8341072e 0.17 MB 327 30
282,274 282,274 0000000000000000f658d3d075f06538f91c7aa46bc9e7af56312c8e90d7b5ab 0.25 MB 641 55
282,273 282,273 00000000000000017f29fc3459806d88055fa63bd586c860400d9b38e4e23f20 0.05 MB 162 263
282,272 282,272 000000000000000003fe678728eabc355b4303578959e3e6b68c171ea2de861e 0.34 MB 400 21
282,271 282,271 000000000000000149422b8e7fe30c1779b55e532ba042ef928457c39f9b8b8e 0.25 MB 562 31
282,270 282,270 0000000000000000cef21e36628c6b70c02b97bb06eefb421c34352918bf8eac 0.05 MB 165 83
282,269 282,269 000000000000000082ce53b7ea4f50dd7fe3301dbfd015481e237c54fda8a2aa 0.25 MB 699 60
282,268 282,268 00000000000000009289f7f167d0918f6eb9c5412a0220d914383ea7fd9f6115 0.25 MB 671 46
282,267 282,267 0000000000000001936fa7cf53aa81177a665a16401c6c5d8a731aa1dc60454c 0.05 MB 145 438
282,266 282,266 0000000000000000dc131544f131d5986ce1b801391ae9fc2f21a359d1f19c98 0.11 MB 229 116
282,265 282,265 00000000000000002b1b1b822254fbba157d393b67bf021c106d5562cb84d415 0.15 MB 167 25
282,264 282,264 0000000000000001cc2de07b9c1a854d18c19b21671437f9873d8971ff66395b 0.25 MB 376 44
282,263 282,263 0000000000000000780db2b3f8e266a944e930d5abae3b30eea04d12537f8733 0.25 MB 390 58
282,262 282,262 0000000000000000408f593c87d7a8fb537326b17daa63db880921eddf5cfe23 0.12 MB 281 43
282,261 282,261 0000000000000000cac2cd65a2fcc3847888fc196fc8ac58773abfc651fa9df0 0.16 MB 344 38
282,260 282,260 0000000000000001d909434d4abcda75d9326c549b72788a4cb92c2f1eee3bb3 0.25 MB 539 57
282,259 282,259 00000000000000008c5d58f4298dfb99689ee6e3e3c81508e755cc33c25b2ee6 0.10 MB 104 5
282,258 282,258 0000000000000001e8e021fed71c164ae907657dc0df310070c2953f2163863c 0.45 MB 821 50
282,257 282,257 0000000000000001c2eed348429ea3f75f2916f422caa3d6535c30e2e55e5a07 0.25 MB 524 46
282,256 282,256 0000000000000000082680d7f7cbedde8de7aa7d5490d3843806277746c419a0 0.05 MB 124 199
Previous 10 blocks ↓
Total Size: 769.04 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,626.79 GB sent, 93.08 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.