Memory Pool Memory Pool Refreshing

2,435 transactions
0.96 vMB
Show Random Selection Loading Transactions
Max Size: 5/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,758 00000000000000000002349e0000000000000000000000000000000000000000 0.95 vMB 2,425 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,757 (482,755 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
425,002 425,002 00000000000000000536b3b5820d3e5809b9f6a296998a0d35df92164a46256b 0.34 MB 902 58
425,001 425,001 000000000000000004da9e5abd0b2450a9915c60e6bb1d25e68e446c4129818a 0.53 MB 1,308 66
425,000 425,000 00000000000000000142adfebcb9a0aa75f0c4980dd5c7dd17062bf7de77c16d 0.47 MB 1,046 62
424,999 424,999 000000000000000003ec388531f07441f8c3e88cadea421c5ccce7b9e68fc92f 0.98 MB 228 3
424,998 424,998 0000000000000000018f07e61ebae020e789aa3b0500ea45393f24a205256d8f 1.00 MB 443 12
424,997 424,997 000000000000000001828f8b1f9bb974b86c1d5a43b2643c39c081009d00384a 1.00 MB 286 13
424,996 424,996 0000000000000000011a573e855ee3c3e02d4490538c0ec7b2af315551ed147e 0.99 MB 1,904 57
424,995 424,995 0000000000000000031ae6d60169e74a991d487d7d42b41f7f86440753464021 0.19 MB 419 45
424,994 424,994 00000000000000000071ff79331fb6abcedee8434779a96a57fead716cd9b0e8 0.10 MB 289 52
424,993 424,993 00000000000000000529260abadc1de80466269a6fb7ebf69de62b713a230e06 0.45 MB 296 18
424,992 424,992 000000000000000000be3cdfc49f6704243ac1aa1e7e861365ed577f3a4576b6 0.52 MB 1,111 47
424,991 424,991 00000000000000000282549bdc7f0de49a4b93f4956f77aaffe715c8e88e8c00 0.99 MB 2,594 83
424,990 424,990 0000000000000000017cbca3c94dc001fc215dc7c7f943faf88e188242800fbf 0.69 MB 1,670 56
424,989 424,989 000000000000000004ca69c613613e002d647d215b0ab74783fe7079d6fdfd3f 0.58 MB 1,144 50
424,988 424,988 00000000000000000095e2d3a226afff2efd2f8fd56e3622d9e72bdabd9daf93 0.51 MB 1,188 56
424,987 424,987 000000000000000001de0e87542ca938680d25ae1d8eb8c46dbcbc5691097054 0.07 MB 186 65
424,986 424,986 00000000000000000289424ac628a1c6086368732a0c9793f42116e5b61219a3 0.47 MB 1,032 58
424,985 424,985 000000000000000004614e005cf252ba9f5b4db06e61e31b40a4c14a2fcdd747 0.35 MB 785 59
424,984 424,984 000000000000000003a89a5ec069021bc16235d36aafb87ac7a4a821072ae030 0.02 MB 36 43
424,983 424,983 000000000000000003e8ce393cc7eba4786825aaa1a621c1da3ba0cab4f06cb9 0.24 MB 677 67
424,982 424,982 00000000000000000554c70ed737df1bed293d0d8a269acb6f3c66f732d1db7f 0.29 MB 635 60
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.35 GB sent, 93.35 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.