Memory Pool Memory Pool Refreshing

3,763 transactions
1.68 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,736 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,652 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,735 (676,793 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
230,942 230,942 000000000000015d7f9ab987458dd58135b62ba809cb669b1f1e95b758da5e32 0.45 MB 445 83
230,941 230,941 0000000000000033e3f724f12d0627eaaf28d700f4982b7a143c24f2add98684 0.25 MB 510 159
230,940 230,940 00000000000001869e75d53abb3e9e6ab4224291f4e26a8ea682d3cb240c78de 0.25 MB 752 239
230,939 230,939 00000000000001390f2b6aa6decfa971bf7a4c3bc26e9f120d2e1a734da053c6 0.25 MB 599 197
230,938 230,938 000000000000003fb32ef49ec3e4888dec1be2e82e89cb7d506cdecdf444c0e2 0.00 MB 4 45
230,937 230,937 0000000000000151122396a7e743805a62222583718f2e28779d38ec2d740752 0.23 MB 470 145
230,936 230,936 00000000000000ad1b9c4ff91ce9d0c8e7f15ebae2ff2dc1cb55902668743572 0.00 MB 5 89
230,935 230,935 000000000000022a745d78eed04ef730bfaef5d5fcdc3edcdd54dd816513676d 0.08 MB 203 121
230,934 230,934 000000000000007399efdfa278d28fd85264f56b9ea9b29d038cb471097738c5 0.16 MB 334 157
230,933 230,933 000000000000018157d45c0773387a3e0efc7e7c00e45fcac5c859557d27a669 0.28 MB 579 134
230,932 230,932 000000000000003799837850088ec11e869f7af4289fa103a80c68b5be51f8de 0.06 MB 146 316
230,931 230,931 000000000000005a93ec67d7a2b3350d363ae1b7f21c256dc312cd222ef22f15 0.21 MB 435 144
230,930 230,930 0000000000000044ca54da8e383e3601e54395aa5e963c234d49ca60b5a1f73d 0.08 MB 183 184
230,929 230,929 00000000000001ff93bb89d7b104227eecf120854a288cb5b0b9ef27918c748c 0.07 MB 175 229
230,928 230,928 00000000000000c25e6496344f7fedc5fe5bf396882c1ddbe11a1e535fb146bd 0.03 MB 58 148
230,927 230,927 000000000000008b8c1810275c8df587c2c7c11ebc9f39cdd0ea92114863850b 0.14 MB 349 184
230,926 230,926 00000000000001741e4175614b9df1a93373b59b2df15093bf813d4ca27b1cd6 0.14 MB 273 140
230,925 230,925 00000000000001c3d9cd61376f94e9ee10fe2c4fad0a7ed1ddbee2ca43979f8b 0.01 MB 13 163
230,924 230,924 00000000000001995586984356c83e49363764b02dce23578636cb6d15ee90ab 0.10 MB 206 157
230,923 230,923 000000000000003ffdc148a1f7c8ddc94c601e6bd37dacd3e250ba0b83485ef7 0.12 MB 287 173
230,922 230,922 00000000000000f78b55e6d7640f19a4601cb3eb127e8ed7decce0a2ca1494a8 0.22 MB 525 162
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.28 GB sent, 93.11 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.