Memory Pool Memory Pool Refreshing

3,866 transactions
1.87 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,737 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,485 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,736 (716,618 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
191,118 191,118 00000000000006644516249035c564556b8641ccf8a500b8efb2479feb3b203c 0.25 MB 736 294
191,117 191,117 00000000000002a440fbe71664260e0e5bd815feb6e0fd0cbf92d50d48cc3db5 0.04 MB 110 457
191,116 191,116 000000000000020fca954e833223cbe5c5bd0bb2da457319f28f51334cb6967b 0.06 MB 178 207
191,115 191,115 00000000000000e4c3360282d43eee51f3bfc3ab6200923d710cffc88501b624 0.03 MB 94 197
191,114 191,114 000000000000040c29b93665f328f08c5bc127b6888b0f3e5e90b94d6f597846 0.01 MB 43 42
191,113 191,113 000000000000018f10e7e15b711d69367b3ad67d7f6f78ac19ac547a1013a30e 0.04 MB 64 44
191,112 191,112 00000000000002761cbf7bb0bce0d985d31cad13e56ef73b0bb654840e4f9940 0.19 MB 425 346
191,111 191,111 00000000000007797830862cf3eb8b67c0463c4802dc6b79fea28d4bd747943e 0.15 MB 271 123
191,110 191,110 0000000000000731b8c0b0066ea79b9f97d35a99f18cf946c7ea7214a1a365f5 0.00 MB 9 15
191,109 191,109 0000000000000432a49b8851d1abb28b6faa8d42decfb0481a379023e092fb0d 0.14 MB 407 22
191,108 191,108 00000000000006c7af7749180445b1560c8c541cc188f2367dcd95448e952b15 0.25 MB 732 163
191,107 191,107 00000000000000c5cd7c281178e17a3bbba822cd896a8770d8022405c837bfa0 0.00 MB 8 0
191,106 191,106 0000000000000360a2fe0d2c47b786026d528163dbf46b00052a92971b651636 0.06 MB 116 87
191,105 191,105 0000000000000181afeaa85a75a3bd577bb93e063b1c6937fac363de0d3c3a7f 0.04 MB 75 70
191,104 191,104 000000000000071893c3be23c97809885acb6ed7cee2d46a64a4db9cba8320ba 0.03 MB 64 200
191,103 191,103 000000000000066f781df933fa9861c778850cd4b5baf26d2d3eacb21bd58526 0.03 MB 88 88
191,102 191,102 00000000000005a6fca520264c688204306b0353fec848ce7a92885506e47346 0.13 MB 362 148
191,101 191,101 00000000000008a1fec6779facffbe0bbf065852a02badffaa7571becbb40267 0.07 MB 184 146
191,100 191,100 000000000000034349e5550aa3232ea28c115e452a5c53779a0b6ee0401c7746 0.03 MB 109 145
191,099 191,099 000000000000001680030d49e8d607fac39ffeec2c65c0c253800ff47562d496 0.04 MB 107 144
191,098 191,098 00000000000008d6c9fc7f7d6c4b0763404237e51bbe69b958f3fdef8a9f501b 0.08 MB 209 370
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.48 GB sent, 93.13 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.