Memory Pool Memory Pool Refreshing

3,619 transactions
1.81 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 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,737 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,211 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,736 (569,256 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
338,480 338,480 00000000000000001b03c7626a41552906cb4a2464223c345e3e28489f8142a6 0.16 MB 225 19
338,479 338,479 00000000000000001a55472fd3cdbd9b1cbce65fe9a96044e44c996bfb4e18f9 0.14 MB 295 24
338,478 338,478 00000000000000001561e6b8c78627cb5fa4ff5bf72bce34d7977bd4c8598b1e 0.13 MB 269 27
338,477 338,477 000000000000000007d3d48ddf0f1f3d66b8f64937f7bf242d10dbccb41e092e 0.18 MB 290 22
338,476 338,476 00000000000000000b08e6b0d60d5519c3d15cdc073dd483e651cd30a80e805c 0.00 MB 1 0
338,475 338,475 000000000000000002c3a7f42bcc321674fe7271bcc65f33f67d3b383232f937 0.44 MB 763 32
338,474 338,474 000000000000000019a7c04592975de48d5e6c4695619c093b1c408cffa151a2 0.21 MB 509 28
338,473 338,473 000000000000000019a63e419310cf0ae63312fc1b1f95cfd298754a5737c77e 0.15 MB 315 24
338,472 338,472 000000000000000003522daae63ea81758ae8875835843b1016bca1d0f4bdc7c 0.01 MB 28 14
338,471 338,471 000000000000000019aa52eae79d888bf12b329dadeb8b4987efde571217d596 0.44 MB 945 24
338,470 338,470 000000000000000014bab2a2f2cba8469935947eed8fad63b396efab8c5e0ff3 0.25 MB 464 25
338,469 338,469 00000000000000000a9a703ec584b481d55f038577497e6c6b0a9e47ac46ac5b 0.05 MB 142 29
338,468 338,468 000000000000000011c8626ccb5aa2a7b7eb8ef8c9624ed4caf356fcc19cacbd 0.26 MB 520 24
338,467 338,467 00000000000000001674e1290423a1fb1c194e56de022fb56c301c6d6b80393b 0.03 MB 76 13
338,466 338,466 0000000000000000033690424ca9dcc267bf61e2251c121d0af71ae5a9c9e8dd 0.29 MB 512 24
338,465 338,465 00000000000000001a06d4570b0b228d05635b0426967a81a50fd607d1b11c74 0.13 MB 185 21
338,464 338,464 0000000000000000122aa1a5444922f8f312fd151d8a7c97a329f8c20f102b9b 0.24 MB 471 23
338,463 338,463 00000000000000001a8269aef66971ae6440fb59e8f95a9b948f3f6e8c944700 0.40 MB 675 27
338,462 338,462 0000000000000000043c014fc959e4e96e2e4a768858dd7fed3c3700cfc8c9f7 0.10 MB 151 15
338,461 338,461 00000000000000000fdc40666965dc18ac40d35199faac02513ec093e758842c 0.55 MB 1,108 111
338,460 338,460 000000000000000005d82164c32aee44587a6845cc6c11c45884db2b38abcbe6 0.23 MB 264 15
Previous 10 blocks ↓
Total Size: 769.05 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,627.47 GB sent, 93.12 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.