Memory Pool Memory Pool Refreshing

3,321 transactions
1.00 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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,795 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.98 vMB 3,303 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,794 (379,111 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
528,683 528,683 0000000000000000000c8e3f6c67bc55a6f477f6714d01e43985c655c0a0fc9c 1.17 MB 2,403 89
528,682 528,682 00000000000000000027631e12d0365d5d72576bfcae14c1fe31ba1f80b3b467 0.80 MB 930 61
528,681 528,681 000000000000000000048e37dc4a22a0fd118282386902737fd7a52c11455106 0.43 MB 801 52
528,680 528,680 00000000000000000015cce439bc147a1b7150adba6f569b0cbb2687fb18d14c 0.22 MB 505 128
528,679 528,679 0000000000000000000a6248fbc3e4734b3419d81ae1b898515429b6fa7aad01 0.76 MB 1,469 70
528,678 528,678 00000000000000000017212962954eacc26f15efc9ad00662c5ec14814aa2440 1.08 MB 1,519 73
528,677 528,677 00000000000000000023f7ac50d29b6f37937f438ab94bbf9ca1dfbac7c96aa2 0.03 MB 65 68
528,676 528,676 0000000000000000002a32f799d15f5a68d741c51bf09a383486827b4eb7a335 0.30 MB 481 45
528,675 528,675 00000000000000000015830c14cb7bbed937e568fd9eb60333530c8ed73c1713 1.01 MB 724 37
528,674 528,674 0000000000000000003533eba0db1ce9b88397284941e288bc73d30beca5bf2f 1.13 MB 1,715 77
528,673 528,673 00000000000000000028b523ee07fe7ce307b2bb9c47984e12ac396ecc807eb4 0.68 MB 762 46
528,672 528,672 000000000000000000309a2ab0f22889eb645aed8ef38ea74efec411af79597b 0.27 MB 242 17
528,671 528,671 000000000000000000269d2268af5cb5534555a8cf56d9c5fd96d55b33512c82 1.22 MB 927 33
528,670 528,670 0000000000000000001bb08b35273ed6358f04f745cb4e22131d0711bd47f04f 1.17 MB 1,895 68
528,669 528,669 00000000000000000033128651938e7c36ec0a237bb44398129ca13e0f5c616e 0.50 MB 512 48
528,668 528,668 000000000000000000110b78ec348dc6430c20092c75c9e47712b4138fa1adac 0.88 MB 1,265 53
528,667 528,667 000000000000000000357c11562377eb7882e0f282674147dd7affeef0f82762 1.00 MB 1,673 73
528,666 528,666 0000000000000000001dcccf50fe2e93c349afb67c331e76e102c4bd43b8b5b4 0.30 MB 396 75
528,665 528,665 0000000000000000001d25bc47152068b0f54fce083af00469c728e6e44a0d39 0.36 MB 635 44
528,664 528,664 00000000000000000010db62a786ed396e1b9e947e52b7f64631a018d1b524fa 1.11 MB 2,117 34
528,663 528,663 0000000000000000002b501345dff81185671eeb1932d6d1e37f0cce5ce66a17 1.15 MB 1,876 47
Previous 10 blocks ↓
Total Size: 769.16 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,632.69 GB sent, 93.66 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.