Memory Pool Memory Pool Refreshing

1,352 transactions
0.73 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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,870 00000000000000000002349e0000000000000000000000000000000000000000 0.73 vMB 1,350 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,869 (616,900 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
290,969 290,969 00000000000000003d7dab11128ec4a46f8adae1905ec4ed2178a37e16335979 0.24 MB 392 33
290,968 290,968 00000000000000007f1e1de4bc23c145da98df8100e4b795a1dcea35cb4ae022 0.10 MB 200 18
290,967 290,967 0000000000000000f1006b3ef1103badaef08e81851287f6fb8361f3f351fae8 0.33 MB 758 42
290,966 290,966 000000000000000092239dcdd101d672a70f6dc5a95d004af933674d2472ef2e 0.11 MB 69 11
290,965 290,965 00000000000000001d6e77aaef7eee3022d0b87a967578800923ad7b94ae84c6 0.35 MB 605 26
290,964 290,964 000000000000000075efa8723720612bb1adcd51b2e1f4b24d101d1493e83e34 0.17 MB 512 51
290,963 290,963 00000000000000005a4741c627d996c26dd3dd87b963f36bd44f59665c4e0e36 0.16 MB 326 36
290,962 290,962 00000000000000002e6f8825374467680cdc330b2820ea9f79c4552aba84f5e1 0.10 MB 190 18
290,961 290,961 000000000000000079415600c3ae90ac561c76825a218f3ad859abd2ac94756e 0.10 MB 152 18
290,960 290,960 0000000000000000934e0b33e9f5f2d4e95ec8b8cf1a6053c7634d1351a0d667 0.10 MB 200 27
290,959 290,959 00000000000000000c62692afd66a96d13b7ee8fd494e839568d5e2c63fce6a2 0.23 MB 477 34
290,958 290,958 0000000000000000a86009d93e66fc9646d5b32f5a48928ec6badc22807d6850 0.07 MB 128 46
290,957 290,957 0000000000000000b3d3171f1a208f0548f27330ee49424dbfac9c409885a543 0.15 MB 343 36
290,956 290,956 0000000000000000358d55f2c9960a6059356b45d0786fe273906d349a480f79 0.12 MB 189 31
290,955 290,955 0000000000000000133f3141427dd3eeced7785b93b84bce209d73aa3cd4ca95 0.15 MB 309 34
290,954 290,954 0000000000000000ad654b6a9a61e5134a3456b1a4214b3e74bed173385e5271 0.10 MB 90 8
290,953 290,953 00000000000000006cdbd83bd7db23d53b039d45ad5fc97907f9befd68a200a6 0.05 MB 135 37
290,952 290,952 00000000000000004e4073b9c87e08f84e3eebd8027ebf92f2d2a4448baeac92 0.44 MB 393 17
290,951 290,951 0000000000000000719909fc8e4304814e5430827f53db020f43eda640672dbd 0.35 MB 973 67
290,950 290,950 0000000000000000aeab9c85754b70917142ffa683f4f7809f3159636adb02d8 0.21 MB 63 11
290,949 290,949 00000000000000006c6af499c4c559e69619d9d042474d0d44f2e60340d199fa 0.44 MB 619 27
Previous 10 blocks ↓
Total Size: 769.30 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,642.58 GB sent, 94.41 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.