Memory Pool Memory Pool Refreshing

3,432 transactions
2.77 vMB
Show Random Selection Loading Transactions
Max Size: 15/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
906,952 000000000000000000023aa60000000000000000000000000000000000000000 1.00 vMB 2,032 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 906,951 (733,055 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
173,896 173,896 00000000000004047c664dd082f53d040ee28efd2479513b8c769e904f95f0cd 0.03 MB 108 15
173,895 173,895 00000000000005a739156dbae2101b38520e39170b9ff5a39c87b8b179c972b3 0.02 MB 19 735
173,894 173,894 000000000000026111592b09adbac84565c71ca9c4b20fc82bd78ba151e96021 0.01 MB 23 136
173,893 173,893 00000000000000d21d645b1b11169e686b7cd6ccb72dbe49b1f0744eca5bddc8 0.01 MB 40 1,530
173,892 173,892 0000000000000242f1d64d0b7a788a7240970ac7bac859d605fa2088b6becd30 0.00 MB 5 859
173,891 173,891 0000000000000700d9b885b53bd816cac7d76db7c3d582093ddc0ffddcb4f43d 0.02 MB 40 103
173,890 173,890 00000000000007f6c39937ef5f64fbee8c1c4c879e65443db3c4924d4afff478 0.04 MB 80 98
173,889 173,889 000000000000069ffeacf00c7d629dc14e0b43dabe3c175779028e1816c3e34f 0.00 MB 1 0
173,888 173,888 000000000000079db6d6269f3bbd745a6cc5b856b0c4f8f0fa3a5786b2af78ba 0.00 MB 1 0
173,887 173,887 000000000000039017b707dbcff8194a996e7d925f1951f96df7cb1ae6c8f9f4 0.00 MB 9 0
173,886 173,886 00000000000009015e007f0544a2912e8b863a9e94ff3f08bed2702b321d5635 0.04 MB 104 165
173,885 173,885 0000000000000173f7d918d2711264199ec4b4b4252bc5155a58a8fec6c95de9 0.05 MB 51 142
173,884 173,884 000000000000079713a00595024d27af409e896499be91acfe6b6d2d5c606b67 0.01 MB 21 594
173,883 173,883 0000000000000260bb65c0576a7b27d25afc10308381f0d0b945455eaa8eb474 0.01 MB 32 106
173,882 173,882 00000000000007e48db482477a15d4ddb95a3480e0e27f67e73b615132bbc444 0.02 MB 80 15
173,881 173,881 000000000000024841f29a2afef789ad02004a1c464418df4aafe2d5f57c2c21 0.01 MB 17 62
173,880 173,880 00000000000008fafde63df52ff6ffb6fe8370dce049d04a623ed12141df056e 0.03 MB 62 299
173,879 173,879 000000000000065b3f19b33a50348c371ccc9372a2c392a4cdb1bd47bc883bd4 0.00 MB 1 0
173,878 173,878 000000000000005b3908f79c8620651bedd383f58846f838df68fc7902ab7787 0.00 MB 2 51
173,877 173,877 00000000000001c96f0005fd5a186c69d774286657c2ac4c5a7a4e04f01e37ec 0.04 MB 141 25
173,876 173,876 00000000000001d3cf1f80471da711c2d0266fc83b3aaeb0cf272fd2eaf91ee7 0.02 MB 51 130
Previous 10 blocks ↓
Total Size: 767.56 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,517.28 GB sent, 85.02 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.