Memory Pool Memory Pool Refreshing

1,262 transactions
0.33 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 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,761 00000000000000000002349e0000000000000000000000000000000000000000 0.33 vMB 1,251 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,760 (321,934 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
585,826 585,826 0000000000000000000e50842539cedb7e549714b608b7f2eec34aa74d0c0a39 1.28 MB 2,935 68
585,825 585,825 0000000000000000001a96dcb110528b55a9d983c38f83c4935485c4e45a55b4 1.18 MB 2,180 47
585,824 585,824 0000000000000000000885f18b9fcee285247262fd15a28b9c4f9f9a77f59756 1.17 MB 1,935 59
585,823 585,823 0000000000000000000cd9aba3fbe95627d63ab6ba1100dace214c2045bb0771 1.15 MB 2,003 60
585,822 585,822 0000000000000000000cf6978fb7ab7a29d4a0ed4d116d127bdf44e2d32cb167 1.21 MB 2,325 68
585,821 585,821 0000000000000000001bc983ff6e749e9367fbc8e93bed2f6f2a1f0c895a176b 1.09 MB 1,234 53
585,820 585,820 0000000000000000000584583f13ac943db175a8dfb30f2a6b55b364c15c6d17 1.18 MB 2,657 39
585,819 585,819 00000000000000000009080895af027962d0c2e15d8407285c12da91fb328fcd 1.28 MB 2,821 56
585,818 585,818 00000000000000000004f305dba59eef105ad3fb75112728829422b9dd71d5c9 1.16 MB 2,697 29
585,817 585,817 0000000000000000000adc7832d0ef1606894bea7f7db2a9d3d7cd1af3083a31 1.27 MB 2,750 70
585,816 585,816 0000000000000000000456ac039b6df85537f2e535d628a081cb551f405f4487 1.24 MB 2,726 54
585,815 585,815 0000000000000000001e2ff264dd13914792b71e7cef8246d4eadec26decc4c4 1.31 MB 3,043 60
585,814 585,814 0000000000000000000605dae8f13d58279d02aae0b1519a9aaa949fa310e17e 1.13 MB 2,337 23
585,813 585,813 000000000000000000176e4b7d2f8232f2e490964b9d99f81e4d70c607f595ac 1.25 MB 2,357 47
585,812 585,812 00000000000000000007afd504ee10ca18f6eca2dfe7f24f114756feef1a7f59 1.30 MB 2,851 72
585,811 585,811 0000000000000000001c05472bc3a8502c5675c7d6f8c4aeb1589df2a17ccaaf 1.18 MB 2,950 34
585,810 585,810 0000000000000000001723ad8eb334779566227c96bf67d8d3b68f4c0f043378 1.33 MB 3,030 51
585,809 585,809 00000000000000000004475e49d2d0aecde0674566831e00b19fbc6219456b8f 1.33 MB 3,231 73
585,808 585,808 00000000000000000015887786402897996894289952ac8b9857a29c7a27a58f 1.36 MB 2,682 56
585,807 585,807 000000000000000000029122d5b10953e91ddd20a1def7a4676d344f3bb7b4a4 1.40 MB 3,144 47
585,806 585,806 00000000000000000005320de6d42af3e2841930725da634c5bd5d06bc8284d5 1.29 MB 2,773 71
Previous 10 blocks ↓
Total Size: 769.09 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,628.51 GB sent, 93.37 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.