Memory Pool Memory Pool Refreshing

4,244 transactions
1.43 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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,715 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,487 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,714 (575,880 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
331,834 331,834 00000000000000001152b0cfdf2cdfa6b55f4286799c48e1f7d8530db3e855a0 0.25 MB 901 51
331,833 331,833 00000000000000000c6da2d95bd25cc0f9d4c2e4ab28bf1437a2e6099ec601cf 0.38 MB 630 27
331,832 331,832 000000000000000012f603d390b26978981a03331776cd9bac15fe10ca406aaf 0.30 MB 497 23
331,831 331,831 00000000000000000adc0b1e3938f6b768a27a889d47ca047a1f04216940da08 0.35 MB 528 20
331,830 331,830 000000000000000010e81bfaec1756daee3f90170c40c51c4743f5c1d8aa6920 0.04 MB 128 283
331,829 331,829 00000000000000000d66ad3e3e032118fc15ed26a4e9fb08aa33ac422d60bf1a 0.43 MB 602 20
331,828 331,828 0000000000000000080f2f70d3179b9e65c33743420b14a434777b30f1558ac5 0.51 MB 783 24
331,827 331,827 000000000000000002f87542b1947eff9c08b251ce9671a2ebd90af1805665f3 0.75 MB 441 13
331,826 331,826 00000000000000000c1b4bd161faa9e4bd30f21d4e1e487fd73f6fc1d753da84 1.00 MB 3,010 40
331,825 331,825 00000000000000000eaa7c4dd5b54f27460d7afa002417a68af639451a5054e4 0.01 MB 33 27
331,824 331,824 00000000000000001221d9c5a310b7162c4c3f7ce0e57e40482006c9c1b3e965 0.26 MB 495 23
331,823 331,823 000000000000000018c7be7ea682ec8cb8d7866c9c4b5a2e75cae4005a235694 0.42 MB 750 23
331,822 331,822 000000000000000016e32f053bf15cf4dfe5839bf17accd58c0cc3c13012c395 0.21 MB 394 21
331,821 331,821 0000000000000000039898646ce2d778d2ee3842fdf119030395449ae8a5693f 0.52 MB 995 24
331,820 331,820 000000000000000012910d177bff6b8b02965afd3637ee6804e21cd33b636567 0.13 MB 266 23
331,819 331,819 0000000000000000057560eeff584f6b8b022bcc53e793ad2e83ffdd90e8b6c5 0.74 MB 1,016 21
331,818 331,818 00000000000000001096a74c02d50a5ee5c9500a25279990d8a6b98e605c1770 0.75 MB 1,373 25
331,817 331,817 000000000000000007522cf50bebab7dfe55df2eba816c1835321552aadb785f 0.09 MB 256 34
331,816 331,816 00000000000000001b48534ff39bc165477e3b5459b05679bdcf8ce2a3927fe7 0.03 MB 76 26
331,815 331,815 000000000000000007f80d5a43af7e464bc50499cae5e5decd81c3b500a20309 0.11 MB 292 27
331,814 331,814 00000000000000000b31f56b402a244f96029855d9112c3277a014a434e8fd9b 0.31 MB 594 24
Previous 10 blocks ↓
Total Size: 769.01 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,617.24 GB sent, 92.87 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.