Memory Pool Memory Pool Refreshing

3,764 transactions
1.84 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,737 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,351 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,736 (623,978 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
283,758 283,758 0000000000000001242261603cf60bbf7c3bb1673ba7772387241ab44ab41f89 0.03 MB 51 35
283,757 283,757 000000000000000070b68b1eca55ec27c434290376e74da4adcf45375f3fcd6f 0.01 MB 14 38
283,756 283,756 000000000000000019334a775d72daf6cca4c2b8675eaa9ea6941ad2cce168d7 0.08 MB 141 32
283,755 283,755 000000000000000180c3fcbba22f05ec4de80eb5ab1839ad2c9dccd2613e031c 0.16 MB 276 30
283,754 283,754 0000000000000000ec20d54bbc7bf1718b5e0375535a759eea64d28ea2aaa6b0 0.06 MB 60 16
283,753 283,753 0000000000000000ad49937983d86bede6bb4fb6d314d9ba4d85b6c0b87895dd 0.10 MB 234 24
283,752 283,752 000000000000000091cd2a6802e60165687f0e2975ab0795de8dce51020721d5 0.13 MB 285 37
283,751 283,751 00000000000000013694a01b8ade27d0f37e54dff1bdc0cdc450744602569be1 0.45 MB 681 39
283,750 283,750 000000000000000139cdc70a24f43ba1657ffa453ce3611c7919cad7bbe10bb7 0.02 MB 41 36
283,749 283,749 00000000000000017c33bd99f4bdb3b6004eb0f21cc8efca9219f9df68441be9 0.13 MB 183 31
283,748 283,748 00000000000000009539b186e1f63896236a38478928f68a44c7b4d2d00157aa 0.06 MB 97 44
283,747 283,747 000000000000000131ab942286d3aca56c1900ca981a1c73ceb0ea6a162beaca 0.03 MB 60 34
283,746 283,746 0000000000000000bca3f4cedbf09a0126b5db38c703c09ad04d4e8ce0093c00 0.24 MB 454 39
283,745 283,745 00000000000000011f5841f8749159ac023ee3545f499f3c6a2d5ddfb67171b3 0.05 MB 75 24
283,744 283,744 0000000000000000eb130a962bbc5ab7d753c787b886f6baa9e53627de3c28b8 0.02 MB 44 26
283,743 283,743 00000000000000007159cb934a5b56178e51a19c4fdc6f19b8f058fe821ef917 0.12 MB 221 30
283,742 283,742 0000000000000001161501629f16b4d58acd4c6372642b1820402a52daadf3a7 0.25 MB 525 37
283,741 283,741 00000000000000001d8c418a55f9916fdb66b4a64d184bfae2ae1c57d633a010 0.10 MB 178 16
283,740 283,740 0000000000000001324c219aca8166340a3ce073936163678af61d451555d3cd 0.11 MB 185 36
283,739 283,739 00000000000000009f927b8f13cb7e79c594937dbaf88f50414801419d180728 0.00 MB 10 27
283,738 283,738 0000000000000000bff30fa26307e4b0a94b1206057a1c673dc86abbb1eab091 0.07 MB 188 64
Previous 10 blocks ↓
Total Size: 769.05 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,627.47 GB sent, 93.12 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.