Memory Pool Memory Pool Refreshing

7,411 transactions
2.81 vMB
Show Random Selection Loading Transactions
Max Size: 16/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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
907,782 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,194 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,781 (646,406 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
261,375 261,375 0000000000000002058219ab7e39135402aacdddbf77942bccbb75761f8cc2c2 0.11 MB 278 123
261,374 261,374 0000000000000002a88130dee035301ad92f7da4d9953679db376c908608f46d 0.05 MB 131 90
261,373 261,373 000000000000000f75f457f1a1549a1e2276e54fd1eee5795ab1087fc3540075 0.14 MB 279 100
261,372 261,372 0000000000000000a168b79e67c63572f1a136f906e793b38c7211f87a5d46f4 0.15 MB 314 91
261,371 261,371 0000000000000014f3df85355d5585a434766ddf376bde9f3f4fc60e0fd6268f 0.04 MB 94 98
261,370 261,370 000000000000000bddf6eb8173248a68e2b37c5506f38f8125d1929a800beafd 0.11 MB 247 94
261,369 261,369 000000000000000fa110d36c0aaa35c35a5912aa607cbdb43267d4dca9472e05 0.05 MB 115 88
261,368 261,368 000000000000001c790f35d64fc976d09053973620d49caef351cb1f3bf7bb66 0.01 MB 39 61
261,367 261,367 000000000000000fb3a88c4b3d4d8a6f79ae050388684b79714377e260867a9b 0.14 MB 284 100
261,366 261,366 000000000000001adf858aef7d792ab9306f18e26b23d3ef2b9a6e9bf2d3793a 0.10 MB 223 109
261,365 261,365 0000000000000015a3967b647b2094bb3505e726b6c8d4c0f8a0b82329e390c6 0.04 MB 91 92
261,364 261,364 0000000000000009fbc2f4f6bd19b96d1118f2585d5910b328e0a39f4d4e6bf8 0.03 MB 55 8
261,363 261,363 000000000000001ba4c60caa176bd5564133749ab7dbc44479891207cac19573 0.04 MB 77 27
261,362 261,362 00000000000000082ad4d7db6ded6ee4e0aa0a18770571d8d79e25e7e56d534e 0.08 MB 207 113
261,361 261,361 0000000000000014feea34043767e7f27bd43fdc90afecc76fbdb97c17ec60c2 0.08 MB 145 58
261,360 261,360 000000000000000c18f3d34a1cae4bf1d19137ad32db27b8dcff4c52f401abdd 0.12 MB 208 101
261,359 261,359 000000000000001a79ed107329e82bcd04435d2cb753466b1870dbe1c4e8d429 0.14 MB 326 94
261,358 261,358 000000000000001ba9133540c65ccb76b4950ba1427ab109bca860233ae05b39 0.24 MB 414 59
261,357 261,357 000000000000001457fd9934c2725c458c7c209f59ddd5d95717739501930ef9 0.25 MB 592 69
261,356 261,356 000000000000001b0be656725d07648ad8bfb088782f2c43239c0b85c6574089 0.04 MB 90 31
261,355 261,355 000000000000000a274a93f4e013c7c698a257d20979fc4ec02d834e6d32d2ff 0.30 MB 554 108
Previous 10 blocks ↓
Total Size: 769.13 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,631.55 GB sent, 93.56 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.