Memory Pool Memory Pool Refreshing

6,585 transactions
2.69 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,824 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,133 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,823 (74,050 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
833,773 833,773 000000000000000000034f960ed039cf6568675ae428f1ea62809d85adc67d7f 1.88 MB 2,856 38
833,772 833,772 000000000000000000009d4da405f63be74001444454b2b3279e7ee4de67ee4b 1.73 MB 2,568 37
833,771 833,771 00000000000000000000c4d3549487beff93b3309fe2aa87d5f7c88f4067ac7f 1.72 MB 2,645 29
833,770 833,770 0000000000000000000251a23a4fd9b884244941d375a63a581b51c3759e705f 1.87 MB 1,764 21
833,769 833,769 00000000000000000002a755bffc943fc8b169db7111bbc7bb978cac846c5241 1.77 MB 3,099 33
833,768 833,768 0000000000000000000036eacd897996b122ecdc88205c7996cce2be1b30fc80 1.83 MB 2,927 29
833,767 833,767 000000000000000000006067bf4d48578a96d8fec01d35b08c51e1482cdc6fb9 1.62 MB 3,288 47
833,766 833,766 000000000000000000020b1822f4f42b12f5bd03012500ee9094c7af3f8c661b 2.11 MB 2,793 36
833,765 833,765 00000000000000000000ba4faa508d22ca6a09397e199b101a51ab54232af0e5 1.65 MB 3,541 40
833,764 833,764 00000000000000000000b885c34b91f10b6f1e92adfc31ef93c616462711fb54 1.72 MB 2,999 49
833,763 833,763 000000000000000000026545b6b54a869304b49fafcbac41c9bcab91db61e526 1.69 MB 2,841 32
833,762 833,762 0000000000000000000009c7b8149bf0e478b74bb44aadf0e5984d9ec2949803 1.74 MB 2,689 35
833,761 833,761 000000000000000000026a80f9a77f633de4ebec56e114b6c046bd7e0b405e33 1.81 MB 2,151 22
833,760 833,760 00000000000000000002ef0b1545312393240da0c3fc99305ef0a8764e13df5c 1.86 MB 2,992 33
833,759 833,759 00000000000000000001acf88ec999da59014fb8420c1da6deef24bfd78f07bf 1.97 MB 3,268 41
833,758 833,758 000000000000000000018e8dbbc43a00f7edc7be55617bd911efee53f170f886 1.81 MB 3,077 30
833,757 833,757 00000000000000000001714547d07987a51f00670619e76a8c1e161e1081cbac 2.04 MB 3,024 35
833,756 833,756 000000000000000000012515f38801bff04fbe16cffa196b8939e43757470b36 1.63 MB 3,516 37
833,755 833,755 00000000000000000000a98fe77a07466e5abd3b8560a2414de9cc79d3810b48 1.72 MB 2,916 37
833,754 833,754 000000000000000000035363848980b00f967adbef171b487c4d737971b8b056 1.81 MB 2,760 50
833,753 833,753 000000000000000000004a8d955a256c7eb3bb9badab3ff8669fa6d82b389f76 1.65 MB 3,524 52
Previous 10 blocks ↓
Total Size: 769.21 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,634.38 GB sent, 93.99 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.