Memory Pool Memory Pool Refreshing

14,157 transactions
4.50 vMB
Show Random Selection Loading Transactions
Max Size: 27/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
3 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
907,719 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,224 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,718 (12,395 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
895,323 895,323 00000000000000000000674a9c3c47bf73a0365d8559754e3b2b2cc0dfb89d9f 1.57 MB 3,998 5
895,322 895,322 000000000000000000023fb2b120f80200ba5b55462caae209c4cf79cb4ace4f 1.41 MB 2,345 3
895,321 895,321 000000000000000000013c99357d06b0d855a530cc651f2656af99edb3714d4c 1.60 MB 2,035 3
895,320 895,320 00000000000000000001a28ce60eea0c7c62fb9ae581efbbe53a0bc9c6786bb8 0.95 MB 52 1
895,319 895,319 000000000000000000011f226599031a5f9d1349e485f567a6e4d4a12fb68c77 2.78 MB 1,877 1
895,318 895,318 0000000000000000000036346892b29d8418ed684f05767a917bb64bdf71f52b 1.62 MB 2,036 4
895,317 895,317 0000000000000000000065d4dc5520134ed1af7a35579582761677e2888c25bd 1.76 MB 2,181 2
895,316 895,316 000000000000000000006bacd1a935ec89cf4a3674b0d9473fc10fefbdc23927 2.93 MB 1,478 1
895,315 895,315 00000000000000000001dd0b31460aac29ccdec26e3fbe5b820b5b163a549082 1.52 MB 3,261 3
895,314 895,314 00000000000000000000cfaaad58d34db23de39b78e34e0cd8b0f50f45ae9f81 2.33 MB 1,244 1
895,313 895,313 0000000000000000000018b218ca25cd1b86f73eb8358a61e4dfb2032b183ad2 1.32 MB 2,026 3
895,312 895,312 0000000000000000000251cf15be820a95bc2889784b13c0a417432a8cf51bde 1.65 MB 3,006 3
895,311 895,311 00000000000000000000a681e8756dd5b092e214ac3f941fe84865ad748709f7 2.13 MB 2,605 2
895,310 895,310 00000000000000000000dcab74ce60e33fa3de6c2ec8261896b235819495792c 1.89 MB 2,567 1
895,309 895,309 000000000000000000021f3fe95ee1f0e4b5335de08fc5ecfbd3d652717d8438 1.49 MB 2,654 2
895,308 895,308 000000000000000000022f43342524809c6739e8a7398890393959971f140f29 1.76 MB 4,062 1
895,307 895,307 00000000000000000000050fa43dfbb66f750760fc1f1d4650c1ea79a35cfbff 1.55 MB 2,569 1
895,306 895,306 000000000000000000005eadaca51f2991509d68b08cc8cb9422c37fb3ceb0a3 1.51 MB 2,853 2
895,305 895,305 00000000000000000000e17bc01f2e8a6a9d5cd5f08478f9d3d8a955952a7b5f 1.68 MB 3,829 4
895,304 895,304 00000000000000000000a9c18e442274a2bf009c726da162b180300f1e8d0e08 1.41 MB 2,622 2
895,303 895,303 00000000000000000000d9d1a2f4ddf468eec6dfd098ff09b0e527ff621553e0 1.41 MB 1,626 2
Previous 10 blocks ↓
Total Size: 769.02 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,622.95 GB sent, 92.96 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.