Memory Pool Memory Pool Refreshing

9,939 transactions
3.04 vMB
Show Random Selection Loading Transactions
Max Size: 19/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,715 (628,310 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
279,405 279,405 0000000000000002503fbbb0adb7ea17391371050495bb659cd48bf55892bc42 0.23 MB 278 36
279,404 279,404 0000000000000002664ed68ba216dbe997dfb5d20a75754df81918f880ae0fae 0.25 MB 652 53
279,403 279,403 00000000000000015ce89bf290ec88c7aecf8827e945f59ef65d9cbbb0a76206 0.07 MB 138 26
279,402 279,402 0000000000000002144b55432ca710411292416b4ff9ef290f82754efdf74f8f 0.03 MB 61 35
279,401 279,401 000000000000000234b9d53eeb1f2efb757781015db5c1dec6f9c9523594bc5a 0.12 MB 282 57
279,400 279,400 0000000000000002adeaeee638ced2c0191a895fbccd47456ae1ad64a0f91146 0.12 MB 217 33
279,399 279,399 0000000000000000b80ea27ed440442bccd731b5257d85197df6576ff250913b 0.25 MB 384 31
279,398 279,398 0000000000000002bd84aceb10aa442d829e10a5d7aaac3cfbdf0466834264e9 0.03 MB 54 29
279,397 279,397 00000000000000006451fda5d103944ad61cbdc7423f40ca4b82216633b3bd14 0.25 MB 648 58
279,396 279,396 0000000000000001b3d45dec0530e9a78edd7e18ab3c1edf9dea7197ff91cb2c 0.03 MB 74 16
279,395 279,395 0000000000000001aa41968c5504b348f27699eea7da47bf5c768aa2572de9bc 0.45 MB 1,011 37
279,394 279,394 0000000000000002a0a0800aa8a677220afb8a8884d23c508ee45dd19fc6ccb3 0.03 MB 72 111
279,393 279,393 00000000000000029477fd0be0742937e1c1a654226ffad141cf7639ff29033d 0.03 MB 77 126
279,392 279,392 000000000000000012fbc570e123332a7f86f36a3983f8ab5aff1cea0176a17a 0.11 MB 256 43
279,391 279,391 0000000000000000e984bcbf0a8d045ccb78afb2b5a7421b4a2595fc0be0e8d4 0.03 MB 80 46
279,390 279,390 0000000000000001770a5f93a6964b0d297858139c9b535c421a081983555fd4 0.03 MB 67 36
279,389 279,389 000000000000000125da0aedea55b9a6e6450868fe7e8c73bd5a58b5d209d750 0.18 MB 440 57
279,388 279,388 0000000000000000733aa0c8c1dddb807e2adbe34a6227128034dfbbf3ee8459 0.16 MB 220 25
279,387 279,387 00000000000000028ff00086bf026a73eeb580e0b43faf18533343ee0f974c49 0.07 MB 128 30
279,386 279,386 00000000000000010a0505c7512224a9802db97c4ef074ae9e6cb179bfc3b463 0.33 MB 598 42
279,385 279,385 000000000000000260156a6d6a51f1af662ed367b68c12de65cb128259d67851 0.24 MB 407 20
Previous 10 blocks ↓
Total Size: 769.01 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,621.42 GB sent, 92.91 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.