Memory Pool Memory Pool Refreshing

9,618 transactions
4.25 vMB
Show Random Selection Loading Transactions
Max Size: 23/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
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,724 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,701 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,723 (601,594 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
306,129 306,129 00000000000000001a83e65a72d0a8d1c1297161bbcb85f22046bc26d26a4859 0.20 MB 415 30
306,128 306,128 00000000000000005cb380eed1b3a14fa021b143efd95514c140e38989e6b044 0.20 MB 460 35
306,127 306,127 000000000000000025214429c76ad6538f12511f94240680f21301a3988662b2 0.29 MB 489 27
306,126 306,126 00000000000000000b9cea17b980b445b3995454b924bd369dbe2e2b61ffd95f 0.21 MB 340 26
306,125 306,125 0000000000000000255ae98e3952c092b81404c9a26962f951148de5416d700e 0.05 MB 130 32
306,124 306,124 000000000000000004af5e70a57ab48fffd7e2befd22f044d17f9bb551b2d376 0.38 MB 409 17
306,123 306,123 000000000000000018ecac40e5f7dc0d9aee5f1795fe00b290bd1a7788afc237 0.16 MB 512 54
306,122 306,122 0000000000000000002d2b69a620de7cad59e4a173e2ce32cc00d9abdd16db06 0.01 MB 14 16
306,121 306,121 0000000000000000152a4c615178692f4b4bb5fd6a95bcaccc2456e88125edc2 0.19 MB 371 32
306,120 306,120 00000000000000003446100d048b39f28b1234fcbca05356defb43e6915a39ca 0.00 MB 10 24
306,119 306,119 000000000000000009af477f5b2fb05b1d1cbe352eab60b327ebd8fd81739b2f 0.00 MB 10 40
306,118 306,118 00000000000000001dc2c09756be0bb3331f2fdff00e0ea5debc9e6525e43013 0.08 MB 141 31
306,117 306,117 00000000000000001e214013c251a2a37fab7691744f863545ae8c5091034071 0.06 MB 101 30
306,116 306,116 00000000000000005c9ca58f65562a37ae597f59313e4a7755eddb0861b48cf7 0.05 MB 152 30
306,115 306,115 000000000000000035848cf87cb706775bfcf872db3402e354445e8fd5d94487 0.38 MB 670 32
306,114 306,114 000000000000000001d317acc1a4164bdc95df10207bcf9c9760d9ff44a3215e 0.13 MB 197 24
306,113 306,113 00000000000000002e98d94d9ff8a91c62008dfc217ff07d6b45e1b529f69c19 0.12 MB 234 29
306,112 306,112 000000000000000043210e474e141e86ef149afee596325ce1513554f094d17b 0.02 MB 34 27
306,111 306,111 000000000000000006b7af5895643dbef88eb942ef6d992335f0f7922b170d6d 0.02 MB 22 6
306,110 306,110 000000000000000030a156bb60d1492b83ed7c002d1c345a61111e6056bfe9dd 0.05 MB 125 32
306,109 306,109 00000000000000001fb0e83201408fb58f67c5a4dc99aa598f2409cae40d7a9b 0.11 MB 172 33
Previous 10 blocks ↓
Total Size: 769.03 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,624.99 GB sent, 93.01 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.