Memory Pool Memory Pool Refreshing

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

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,819 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,350 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,818 (718,290 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
189,528 189,528 00000000000004ea62bc2499e30b3396b715986e5a50f7a160956670691058df 0.03 MB 82 81
189,527 189,527 00000000000007b86a292b47e16185d763107b8170f65c09176d2468183d1d3d 0.21 MB 418 119
189,526 189,526 000000000000070f17bb2119e39e2daeefeb1023566e98b994367cbe6b5a5f3a 0.17 MB 426 152
189,525 189,525 00000000000004080b15cc66ca35aed0792cdcfc729dd1ed07df22a800812c23 0.01 MB 31 47
189,524 189,524 00000000000003cd528226dd172c533215f0add68fbce2249aa0051f013dd87d 0.09 MB 169 81
189,523 189,523 000000000000016d750468de4468b8619f557bdcd4fa1f1cf032f9d161fe8c95 0.06 MB 128 147
189,522 189,522 00000000000005e556e41a3405278d122578be2e11ac906e4bf8a9bc17bb89ef 0.04 MB 73 75
189,521 189,521 00000000000004821b4021dc46a0f448eda7e4d659e87381ba84c31700d954a8 0.19 MB 420 123
189,520 189,520 00000000000003144bc8434628bdcd708dcdd69cea5dd5e83e5ce4eb99a1fd3d 0.00 MB 10 309
189,519 189,519 00000000000006435868f9123fcb77f6520b1dcd27913ed16279a2beb6c67a86 0.00 MB 5 5,982
189,518 189,518 000000000000076f0f2bda0d00f4af17292794233a34753e5f0019601854ad82 0.05 MB 136 118
189,517 189,517 00000000000003f9df326a35458eacfeb171b8de556e70695431d6528f3b245d 0.03 MB 82 73
189,516 189,516 00000000000002826909a9061477de0e641f97845a5c789ef70b24015940dafe 0.14 MB 256 80
189,515 189,515 00000000000001bf583101368aa791508a42efa7df92790b6bab97e1a47529d4 0.05 MB 138 49
189,514 189,514 0000000000000859a91520698e4400f7ff744cb8024d90d78e70b3637d505cd6 0.02 MB 55 122
189,513 189,513 00000000000003498437c6a8cc75b0b6a2e72d124d2560be4f0d7b08eb2132e4 0.01 MB 37 142
189,512 189,512 00000000000002f0333be90c8ccb32e7103a527b30c845e3dab7fafe9c2d53a3 0.03 MB 72 135
189,511 189,511 00000000000007cbd38a2994c5f3cad4c6f49a58d091ad551b4972b7e8a1cadf 0.04 MB 88 116
189,510 189,510 00000000000005f1dafb19bc2c2ba5a3e8000431bbedc35c7b5f537168159752 0.09 MB 222 110
189,509 189,509 000000000000081c1cbfd702940bccc8f0cd62fdfc0af207e2c100bfba4dc66f 0.12 MB 154 111
189,508 189,508 000000000000054b968902d9ad3b0b0fce2a2f60c37f1cd6e26665914decb17a 0.04 MB 92 109
Previous 10 blocks ↓
Total Size: 769.20 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,633.87 GB sent, 93.93 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.