Memory Pool Memory Pool Refreshing

1,180 transactions
0.29 vMB
Show Random Selection Loading Transactions
Max Size: 2/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,793 00000000000000000002349e0000000000000000000000000000000000000000 0.28 vMB 1,169 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,792 (591,209 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
316,583 316,583 0000000000000000230cd40f4ba7447d230ea99966658e59f39dfe7aa7a10bfa 0.13 MB 221 24
316,582 316,582 00000000000000002728865754648213b7b5b4aba5bbe9dcf8fc5d234ae21f6c 0.15 MB 225 22
316,581 316,581 0000000000000000298d8be8f2545c18a4e3f3477954a2635449b7965f4b41ad 0.03 MB 30 19
316,580 316,580 0000000000000000244f574f08d09140323fbb9ce44cbec5d8643b16a552578c 0.10 MB 180 28
316,579 316,579 00000000000000000ea30f47ff0ef26113adccad833cdf0a15674387488b7dce 0.16 MB 222 26
316,578 316,578 00000000000000001df1734390ee6681fb088ef6e1044c52fc4a8f1d59848019 0.21 MB 306 22
316,577 316,577 000000000000000029ad7b8dc5c5c863701699b6028138e02a0da59e2005569e 0.20 MB 300 21
316,576 316,576 00000000000000000be9314f16abdb0d7459f5dd6396967a769113a98e43f43b 0.25 MB 423 28
316,575 316,575 000000000000000001ac8a2424325f382ad8fd0d1f3967fd3c2f9be89f492005 0.08 MB 73 13
316,574 316,574 00000000000000001f14e0c24acda720cec365c1d28651a8ca53dbb10cdbe035 0.16 MB 299 21
316,573 316,573 0000000000000000098ea8775628512eb66f88ca41bc13f64b26e92eac6f6319 0.34 MB 265 14
316,572 316,572 00000000000000002871f2e4366c02acd79e368c384f27ecda8251d70437f6cd 0.75 MB 1,387 27
316,571 316,571 000000000000000005bc8a0c0cae1a5ec8054615c2af27596cae9b2f6b6ac24c 0.35 MB 933 39
316,570 316,570 00000000000000002b6f4ed4a71e3dd31c2e9005f3d11d80eebe067f1ba7cc92 0.35 MB 765 32
316,569 316,569 000000000000000010e85a97c8fcde974de4c9621cfbd8124f67a0d9f6a91234 0.05 MB 59 10
316,568 316,568 000000000000000000cfdd2dc82b7f83c4b66927b9d29e3758a4026377cc226b 0.75 MB 988 21
316,567 316,567 00000000000000001199385cc85740942e614e6d0a5db1d55d2b7a7c20b99bb6 0.20 MB 512 37
316,566 316,566 00000000000000001c4584d42a343baafce35fbd8902d07295e9586b279ba2ef 0.16 MB 512 47
316,565 316,565 0000000000000000148a9c294b6bbb9c7a714f62743d8afe0e59ec8df3928bcd 0.07 MB 118 40
316,564 316,564 00000000000000000f0fda048b9e1b12b81db4a1b85e54af7eb0d009d4274d71 0.02 MB 24 27
316,563 316,563 000000000000000021ed96256e772301102e6d4f5019fdfe317b035fc9a56354 0.16 MB 298 27
Previous 10 blocks ↓
Total Size: 769.15 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,632.62 GB sent, 93.63 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.