Memory Pool Memory Pool Refreshing

5,545 transactions
3.06 vMB
Show Random Selection Loading Transactions
Max Size: 13/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,802 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,670 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,801 (797,796 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
110,005 110,005 000000000000280cfd23ed286227c56e0cb90fff176394d768177137f31051fe 0.00 MB 13 0
110,004 110,004 000000000001553ff938a76b3648611ba635dffe501a002384e51617d4206867 0.00 MB 12 0
110,003 110,003 00000000000116d33823c5d9f8ead201edc6abf99004ae1d70c63f446746a0a5 0.00 MB 9 363
110,002 110,002 00000000000079adda70daf7c6aaf92131ccd72b594fe8ec27a5988f8f818ab3 0.00 MB 12 0
110,001 110,001 0000000000018d067c617c2e262e544bae4807e413122b1f4814077a15ac57c6 0.00 MB 12 0
110,000 110,000 000000000001bbda3f22ef8e476b470a2d3ae16821c23a6d22db77318d0799a9 0.00 MB 12 0
109,999 109,999 0000000000017947e1ea1c4f011b5bf712a9edd5e35d2c4db331f2d1764c593a 0.00 MB 3 1,779
109,998 109,998 000000000000d93aad7e094c2e5dbd81ffdcc459ac8d73137a19fc0d4849a605 0.00 MB 12 0
109,997 109,997 000000000000ce25e2955ab196047d7eff6aa4602da1112f301d329e82e4222a 0.00 MB 4 0
109,996 109,996 000000000000038f04103380a8dab44ce2b9775168f2e1aca7c204e775d16afb 0.00 MB 10 357
109,995 109,995 000000000000562d3919706f582098f1d9fe8b10ec7871a0a002114d219d182f 0.00 MB 11 0
109,994 109,994 000000000001a8c008fc3c83477c709951b024c585243684237b0f1e5f9ec125 0.00 MB 11 0
109,993 109,993 0000000000010813e2d2a52cb0d8e605bdebe634c710b793bf8fcc7fb1d749ab 0.00 MB 10 0
109,992 109,992 0000000000000875672d3acc5221981cef09d88fdbacd020e2f55ea34aefc116 0.01 MB 17 124
109,991 109,991 000000000000bcb2e179516142379f4cb326a7226d0de77a4b4667d9782931eb 0.00 MB 7 0
109,990 109,990 0000000000013be98965fc83437d95034c9542f3cd0674ccde82a445a73c813f 0.00 MB 3 0
109,989 109,989 000000000000590fd1d79017c5518660401c63802ee46e43a501edaaa76c8e0f 0.00 MB 4 0
109,988 109,988 000000000000212397aeebb68c0c87395cc4c1219b793c189cbc023e319f0dd6 0.00 MB 3 0
109,987 109,987 00000000000067e729128ef3d33528aaf78cbf03f2120c88c56373e642dc3859 0.00 MB 2 0
109,986 109,986 000000000001558d427b1460fef699237147aa4a54bcfa7d3590794f6917bb23 0.00 MB 5 0
109,985 109,985 000000000000114d06a50b0112d187358b3cdc4796d29df741362ec150cf6db8 0.00 MB 4 0
Previous 10 blocks ↓
Total Size: 769.17 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.87 GB sent, 93.74 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.