Memory Pool Memory Pool Refreshing

8,641 transactions
2.93 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 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,731 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,968 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,730 (532,137 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
375,593 375,593 000000000000000010f316ca905e8d9d0b924de558faa0755b0ec59f180d06c5 0.31 MB 593 34
375,592 375,592 000000000000000005f8c108cce03197db1682067a75b490ff16e0b31969ddec 0.73 MB 1,233 34
375,591 375,591 00000000000000000e804faaf3cc384d7574e75d1af59f1f367d4f62d5ccb0d2 0.20 MB 285 29
375,590 375,590 00000000000000000fde413f27ae23ecc4b852dafabac10c9836788c43f7629c 0.06 MB 71 22
375,589 375,589 00000000000000000033bf584df63de7ee6dfb9c7709472262933ac86b2af975 0.29 MB 529 47
375,588 375,588 00000000000000000213259a0414010d0373201d9cafc8242fb37f45a77536d5 0.21 MB 318 31
375,587 375,587 00000000000000000b7ba54f7dc0b20ce6d2fe6118dec2eb13eb4d1e8f2b6b95 0.07 MB 133 31
375,586 375,586 000000000000000006e0dc0f83f2c0144f8379d0b380cdc2a7c0d5ed3d3b9452 0.33 MB 640 33
375,585 375,585 00000000000000000178cbcd28481a0191e1a60abcb2719930a62ede777a64cd 0.44 MB 868 35
375,584 375,584 00000000000000000f30605f1bc7016e86b1499e92b7f5a99506166c2a9843c9 0.01 MB 24 42
375,583 375,583 00000000000000000231be7e703ede28ce2af7db7189943afeae63300e81ead9 0.21 MB 464 34
375,582 375,582 00000000000000000120fb0454815ef1333e634b255bf34ac3d94d9403b0de4f 0.29 MB 586 37
375,581 375,581 00000000000000000e6682a2f1de0287382142e9a3b01a3c2db1bc074d0ffac1 0.12 MB 262 43
375,580 375,580 0000000000000000122337074adbaee97414308eb3fc190da25c81dd486335d0 0.63 MB 1,149 34
375,579 375,579 00000000000000000cabfc2b7d66e839a1b2f4e531c4ed8ccf7bae2969cd34f7 0.02 MB 35 19
375,578 375,578 000000000000000006f3b72ce8d1cb03e864ea2380e1f3a8a58e381df171a63d 0.78 MB 1,507 38
375,577 375,577 00000000000000000a0f20b8589d5db84c091082fc6d93d2333abfd57a696120 0.26 MB 547 34
375,576 375,576 000000000000000007eac977d8b9d950df33e8006aff90f48ee473d6de217a4e 0.51 MB 1,041 35
375,575 375,575 00000000000000000d2507c6c77798f45ef33b3585e1003b87455d2e984f239c 0.11 MB 215 35
375,574 375,574 000000000000000008c21bd8511c39fe59807d54d631bbc9e57fd9a283db18cc 0.10 MB 176 32
375,573 375,573 0000000000000000002e2ccc113545f2c4df7d96574ada5a6a017ccf192fc4c2 0.31 MB 517 35
Previous 10 blocks ↓
Total Size: 769.04 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,626.68 GB sent, 93.07 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.