Memory Pool Memory Pool Refreshing

662 transactions
0.22 vMB
Show Random Selection Loading Transactions
Max Size: 1/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
908,610 00000000000000000002349e0000000000000000000000000000000000000000 0.22 vMB 667 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,609 (849,492 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
59,117 59,117 000000000efce66e75dc2f523c5108dfb5cf35df085c0ca9d40c15bb7ce076f3 0.00 MB 1 0
59,116 59,116 000000000da86629b2febeea08c060984f6fb4ecf5ff7ee872d99c8aadc3ed52 0.00 MB 1 0
59,115 59,115 0000000009a445c94c2c948a63e68f38d4cd50e5466049e72171d73cb753ec48 0.00 MB 1 0
59,114 59,114 0000000005a28e95810f9c83c28bd4af76907dcfb7f32e5ea4844a6538394fe6 0.00 MB 1 0
59,113 59,113 00000000036acb96e66f0c5c3dac9bb95f235420054fa06ac0183c54b2a1e1bf 0.00 MB 1 0
59,112 59,112 000000000769c1f23aeb67391ea77f691ac7e258fe8d7bac28206b902aa21329 0.00 MB 1 0
59,111 59,111 000000000459d8dd8480babc8ea907ad8fb7b474677f1f088fffb6e2e9f635f0 0.00 MB 1 0
59,110 59,110 000000000761637173cfad7565fb41f11fcea834f2828f3723e02975e444d6a2 0.00 MB 1 0
59,109 59,109 0000000003172969a519ae1897e5aab2eec8b424821cb74b67792b268c59c9f3 0.00 MB 1 0
59,108 59,108 00000000093e061e26f1bafe7fd86376eda9af1c9411182d01fcb97851536df3 0.00 MB 2 0
59,107 59,107 000000000c1f3b00bbcebbcabff8f0d0a951cb901ecb2e079574297bd016db1b 0.00 MB 1 0
59,106 59,106 000000000f0f2c6ca8e401f7db919b6c6ec943cc20cfbc201f145421bfcae902 0.00 MB 1 0
59,105 59,105 000000000f2bd4c9ddacc5cbb5bf00d16c5437f5a7798ba0d618b644bd333585 0.00 MB 1 0
59,104 59,104 000000000d52bbf27e6a8a3ccd1397c1ca10bc0f9ec7c89270aa63936fa552ad 0.00 MB 1 0
59,103 59,103 0000000007ea827a6a61a8a7ea454ff0988fb1872753029e8e7fb104842006f9 0.00 MB 1 0
59,102 59,102 0000000000873c94fccebddbbe195302391e8cfe9393a62680d4952418836e35 0.00 MB 1 0
59,101 59,101 0000000006d3b9c79d73b7e81a7e99ec940e70ce5627ab92dc5eed9f8b2b491d 0.00 MB 1 0
59,100 59,100 000000000bfbc8cff186b4d5680366dc650d98d88c75481c9e64aaa708ca24c3 0.00 MB 2 0
59,099 59,099 000000000b7dc67481d190adc36bb17b9225cc95ba67ffdee2a03d30332b78ab 0.00 MB 1 0
59,098 59,098 0000000000031805b828dea6002df9bae8ad44be8855973c108b7c8aab6c4738 0.00 MB 1 0
59,097 59,097 0000000005cc2211ca70ee9ba149bdb32a1f6f486abb62f0f93b1aad89d55072 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.83 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,849.74 GB sent, 101.10 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.