Memory Pool Memory Pool Refreshing

10,325 transactions
3.14 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,446 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,715 (719,666 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
188,049 188,049 00000000000004b784648181a176187ddcf8481b9ad6a883f3255f905edaba9e 0.05 MB 119 88
188,048 188,048 000000000000071d7fa2246982fdd88a2a67eaccfc5ca16abda2edc280d4779e 0.00 MB 5 0
188,047 188,047 000000000000097067f4482ce2efa903feb6c15465fa126427782bbc05c7883d 0.05 MB 109 314
188,046 188,046 0000000000000229f8d7854229d4e7e226650d9c86aa1bf5f08cfc38c3d36bb9 0.00 MB 11 30
188,045 188,045 00000000000007726f45fa442aec9a095f8aef41bd32df8d4732cefbe5059fa9 0.02 MB 34 84
188,044 188,044 00000000000007aed8a162c27163dd3a0343ed3e9a027280e4c848178787f2e0 0.00 MB 8 60
188,043 188,043 000000000000080d6faa549e70107002bd800462082b4a57bf41d2ed4a48ecf3 0.10 MB 253 136
188,042 188,042 00000000000008661c6208e374d0551c08b7c33e75206ea78b5e6d628b9b1769 0.04 MB 120 45
188,041 188,041 0000000000000006b58950e297614ab1b0f1f43f752b85fbd19fe0859776ca78 0.17 MB 275 91
188,040 188,040 0000000000000585d4af1ab38da9d1679b03325e86b6524cb920342c50f479d5 0.00 MB 6 0
188,039 188,039 0000000000000085a65e20a0a91adafde994c279cef42b2106d3d56ae7f406b0 0.14 MB 318 122
188,038 188,038 00000000000003be2289dba3c533a541dcb4562ec23716d56603e2a35e7dffc7 0.01 MB 11 51
188,037 188,037 0000000000000919b1658c09ddd7af8af1218c1221f159aae690371ed908e842 0.07 MB 205 168
188,036 188,036 00000000000004e1baaff1b6c1430baf74a218d75227dc94d5ba1cf8feb5cf3a 0.25 MB 200 105
188,035 188,035 00000000000002afbafdf1e5c38762e731bfe08ae615b6edf5ec692a1dcf70b1 0.07 MB 128 147
188,034 188,034 0000000000000767718af0e31db8a6ab43a2404dc89f29b0909d77cb26484bf3 0.06 MB 145 106
188,033 188,033 00000000000008d7e2132644bafcf1951c2ec6e93f0d22c344fb6bbf617c5c42 0.18 MB 500 138
188,032 188,032 00000000000004f8e9c1f15d36d33ff8d811ef8bbfbfd0ebfa0f022fb68de42b 0.05 MB 134 131
188,031 188,031 00000000000005ba13d93ffea0a127fcde94d176964bcdb4e3fc52a846ad5376 0.03 MB 69 111
188,030 188,030 00000000000003109e85de45de5bd09dbcf3084d421e678870524678c55c9c71 0.10 MB 179 122
188,029 188,029 00000000000005136160d523ff3ce22cd86856bcfcdca6a6556378faa9df69dc 0.01 MB 27 56
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, 113 incoming
  • Data Transfer: 1,621.44 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.