Memory Pool Memory Pool Refreshing

10,464 transactions
3.06 vMB
Show Random Selection Loading Transactions
Max Size: 19/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,837 (3,872 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
903,965 903,965 00000000000000000000de9385f2afe2d5282fb591e9c6f6457467275e632fd1 1.67 MB 3,336 1
903,964 903,964 00000000000000000001e8031fb2b8052e28338b23e7601451fc20b14f6feaa0 1.56 MB 3,985 5
903,963 903,963 000000000000000000024a69e6c472a34cb1cf5a1a42d3f070fa4420b31964bf 1.66 MB 4,999 1
903,962 903,962 00000000000000000001d525e7a8c143b5a245b9a8043d57a3abc27b8c70270d 1.71 MB 3,668 3
903,961 903,961 000000000000000000004994ec69e4388e7604dd962af21223091feb7fa55318 1.30 MB 1,478 2
903,960 903,960 00000000000000000000d5ea8737e132324a454f5148da687ccdf926f2ba076f 1.65 MB 4,090 3
903,959 903,959 0000000000000000000039c818ee735b096d55c40e516cbc65513c24ddbe1c93 1.59 MB 4,012 6
903,958 903,958 000000000000000000023b93b8125fa64c6417e7ba4d76ed4d11d65f59947be0 1.82 MB 3,781 1
903,957 903,957 000000000000000000007a8a36ceacf9021b8898cf6bf73f78e4da5bc752b884 1.63 MB 3,693 1
903,956 903,956 000000000000000000022532e3939579d4d6c6c6ed577d395a4b34bb598dc4b0 1.52 MB 3,078 3
903,955 903,955 00000000000000000001b63b6595dbc051469966446781e6f9ab7fab434aa3a8 1.44 MB 3,271 3
903,954 903,954 000000000000000000023797614ea14f53da2062e7b90aa87474d86e7d1e5033 1.02 MB 1,900 1
903,953 903,953 00000000000000000001d756ab14eb0c84f42fbce1d3371e89ef7dd73d5e698a 1.56 MB 3,279 2
903,952 903,952 00000000000000000000c4a7191771c2f695f2bd1d6f94ae9edaf8ab58f56a1b 1.44 MB 2,966 3
903,951 903,951 0000000000000000000094571da5450d4f2ad577182a3ab68761bb62f1c26e79 1.70 MB 4,261 1
903,950 903,950 000000000000000000004e096011c0ddf236610c131d5892c12e71fa57a09b42 0.89 MB 2,076 1
903,949 903,949 0000000000000000000259d3198b029e28d54d9e37709e8a2cbc2f5cff690735 1.63 MB 2,600 1
903,948 903,948 00000000000000000001b0ef4e17039c045631364bac5c08e5ba2cfda5a504a6 1.76 MB 2,586 1
903,947 903,947 00000000000000000000b1d333defaa6780babbc84809e5bd248199f517f2086 1.16 MB 959 2
903,946 903,946 0000000000000000000181f383757b020158769b5564f1a2a85a6be15733b352 1.42 MB 2,250 2
903,945 903,945 000000000000000000010fe421855bbc9fa9eb7ca5466757417f181852764006 1.66 MB 3,840 4
Previous 10 blocks ↓
Total Size: 769.24 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,635.01 GB sent, 94.12 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.