Memory Pool Memory Pool Refreshing

2,406 transactions
0.72 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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,712 00000000000000000002349e0000000000000000000000000000000000000000 0.72 vMB 2,395 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,711 (6,556 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
901,155 901,155 000000000000000000006cfccf2def23464a1dc5e83fcfeb68f2376052156d1b 0.24 MB 852 1
901,154 901,154 000000000000000000001a597067977d14875ef2f8daafd03d3f5b66a28cd9e6 1.57 MB 2,777 1
901,153 901,153 0000000000000000000023677bb36c976c71443b2a4e3ebd98a0125895806b76 1.44 MB 2,189 4
901,152 901,152 00000000000000000000f144eba6af14dd6363fda3ac7ec48348edbf0cde0e3e 1.56 MB 2,330 3
901,151 901,151 0000000000000000000108312d8ba9c66bf9c806b9c7bf2e923d282508941005 1.75 MB 848 1
901,150 901,150 000000000000000000020d002bac8c7cd12b1c4c1606841a41a71cf4ce24cfc7 1.44 MB 2,603 4
901,149 901,149 000000000000000000005c7bb3db56f4c0a1ecddc73213366da73fedf46493d5 1.90 MB 1,661 1
901,148 901,148 000000000000000000019e570bd065856fbec57616c827934cd0277f816a90fd 1.85 MB 1,539 1
901,147 901,147 00000000000000000001d41b78ec1c94053872fa3df5e64abd9f056700389679 2.20 MB 1,970 2
901,146 901,146 000000000000000000011a6f445bebf0627e393b98533b2cc27846b7a0ca77c0 1.83 MB 2,369 1
901,145 901,145 00000000000000000001dd35652089bef78b449a7bc147e6c439de425c448738 1.58 MB 1,638 3
901,144 901,144 000000000000000000009946280d653c4abbc67980692ac3268882ddb7668946 1.60 MB 2,676 5
901,143 901,143 000000000000000000022f77c721fb3894edfd20bda2ca61967a76202b9041b6 1.15 MB 1,081 2
901,142 901,142 00000000000000000001deb65eb9e453e9551b458ce9b2f5faeb2595d4bda998 1.43 MB 2,024 4
901,141 901,141 00000000000000000001ac18b0943b6f5c9f36a5d7ebeafb7f7290df3f5d302c 1.40 MB 2,389 3
901,140 901,140 000000000000000000009168ca461a5abf20fa5d54cf816fcc98f8b6d1f980e6 1.37 MB 1,398 3
901,139 901,139 00000000000000000000a89af33d32d6f8e2752e09e955a57df93aa2a1de5957 1.57 MB 3,619 6
901,138 901,138 00000000000000000001aa49163a940a269fba6837cf6d708da900d7fcf31201 1.02 MB 144 2
901,137 901,137 000000000000000000018ece16e3643ccc15cf2a2455a491a3edc567bbe517d2 1.34 MB 605 2
901,136 901,136 00000000000000000001b1e1fcb27b7eb523ec92839053b0cfed0ca66751d997 1.84 MB 2,658 4
901,135 901,135 00000000000000000001dcd8fe92855ee6dc3ee943ac83fb420c8ca9c1af5a96 1.57 MB 3,654 8
Previous 10 blocks ↓
Total Size: 769.00 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,616.88 GB sent, 92.84 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.