Memory Pool Memory Pool Refreshing

3,128 transactions
1.29 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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,957 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,204 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,956 (761,301 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
146,655 146,655 000000000000081233a2b2a20f404d942394291eb35a0d7d5ea4305260a98cd2 0.04 MB 56 175
146,654 146,654 00000000000000dc554fc1e3823fcb3d47f9f24666edc0ce368a64b24fb6fdf7 0.07 MB 145 150
146,653 146,653 000000000000030ae19576c5fdd3648b345f1d53f0555e9c0eba3f2191452513 0.00 MB 12 193
146,652 146,652 00000000000006485aacad5e28cac9e86d317aeb62c8fd0c5ddb976286cb5c61 0.03 MB 75 109
146,651 146,651 000000000000052f090b1ce142925119862ebedaf147348c9439e33180c9cf37 0.00 MB 3 0
146,650 146,650 00000000000000e2a21c5025b77a228eeb34cc60465b1cabb235c90d0c148432 0.01 MB 15 22
146,649 146,649 00000000000005d99beed6ab56e72c588fdb024fa7d9cb60920c295c64be57a1 0.03 MB 103 30
146,648 146,648 000000000000074267560a4b8554bdf2ff27dbc3b30076a80b6fd3ab338db788 0.01 MB 12 235
146,647 146,647 00000000000001bc0d3cb57a6c64003a15353a3de063365fb3c600f97e120041 0.00 MB 9 315
146,646 146,646 000000000000082bd4d0278e6aaadc3107a991deb1353f3204a0d800d77e53fc 0.02 MB 35 40
146,645 146,645 00000000000008b6a209abad797d14cc9d710890afce9fef70829f687aba1c4f 0.04 MB 58 901
146,644 146,644 000000000000009d07302a9eb92cbf714a8b212e2ff05535ae8c5c416c222899 0.16 MB 65 107
146,643 146,643 000000000000076d02010f69e09ccba379b51e72cba2642702fe988ea2698350 0.00 MB 1 0
146,642 146,642 00000000000006dca22a71a0afbc00beae0a254c7408eda522df1a7bb0bce113 0.02 MB 83 102
146,641 146,641 000000000000052759f5896738835efa4fe2fff043384c0f697f82f7a5390868 0.05 MB 94 124
146,640 146,640 000000000000095968f2b540406441d8eb72d8666c613711c5831f68d4f748d5 0.01 MB 21 139
146,639 146,639 00000000000002df02bf17a5c2664370eec22ad728c8221db25e1220d1e793db 0.03 MB 103 3
146,638 146,638 000000000000053a9d8617c45f2a701799c2f37b1796f4afbb78e23c905f28cf 0.01 MB 27 136
146,637 146,637 0000000000000792f5057c8ade4e8f4ea4ff9c391cae8bdf77eb9c508d56d66a 0.02 MB 41 263
146,636 146,636 000000000000071df78564fa31f3352c65c1f7f0bf6d4814904b4cdcb69ebf5b 0.00 MB 1 0
146,635 146,635 00000000000000373b4c5456592615d671a114ab14b9b876c1c0d34827db934a 0.04 MB 111 166
Previous 10 blocks ↓
Total Size: 769.46 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,646.22 GB sent, 95.27 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.