Memory Pool Memory Pool Refreshing

7,795 transactions
3.60 vMB
Show Random Selection Loading Transactions
Max Size: 19/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,723 (38,661 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
869,062 869,062 00000000000000000001da8bf7708fad10eae08f46cccad75b1654b2dd8e2609 1.65 MB 3,672 6
869,061 869,061 000000000000000000001451bb9d15c6090762f509f50d6e7445abc6f1c8fb6e 1.56 MB 2,930 10
869,060 869,060 0000000000000000000169a4c6167c45c18478cd1dd7c7e669b899f43ed7877e 1.54 MB 4,901 3
869,059 869,059 00000000000000000001a6da5108637d4ca71b83c91c178ec604b509b589509e 1.60 MB 6,935 1
869,058 869,058 0000000000000000000015517962045428382aa274afd171b630f526b51aa51c 1.84 MB 5,447 2
869,057 869,057 00000000000000000000ba1ba35c56ff67c28379195c9a65a4ae6a0626e5fc60 1.57 MB 3,425 4
869,056 869,056 00000000000000000000bbdf688b9cee3a7af89e496f08cfc407bb22a7412948 1.68 MB 5,517 2
869,055 869,055 000000000000000000029dd1a430792986b001b6f1c405c344c0b19795c22ceb 1.60 MB 5,006 3
869,054 869,054 00000000000000000000fc699f9dfe0e40932b16fd052a60fa026b703c20950d 1.59 MB 4,071 4
869,053 869,053 000000000000000000004d49d46082dcfaf5010197d1773e8ed8e50c62d1f06e 1.82 MB 3,966 2
869,052 869,052 00000000000000000000b1dbeaa75030f000d8dd4d981c430df1b88c4b0e5c4f 1.66 MB 2,882 4
869,051 869,051 0000000000000000000018c1050d6c13b8d7d7e34f8d0baca595a9213b393343 1.60 MB 7,030 1
869,050 869,050 00000000000000000001de6a98481e9a4fa59967a51d76d1c6f0316082aeb6ed 1.64 MB 5,742 3
869,049 869,049 00000000000000000001c2f555784eab6436e98d32eee644d3bd5ba35537758e 1.73 MB 3,216 2
869,048 869,048 0000000000000000000008a02e2c498d57310c6b04d004948ebc43daba64f664 1.58 MB 3,811 5
869,047 869,047 000000000000000000026011337781d13a57fefce9e2bbede876da2e03229910 1.46 MB 3,011 8
869,046 869,046 00000000000000000000bff2391d85b5c7f9bc3f0be3d6822bcae558ba785ece 1.83 MB 1,528 1
869,045 869,045 00000000000000000000a0c37e27b6f087eda9efd3c1a56c1871b8b7e045dcd7 1.80 MB 3,773 2
869,044 869,044 00000000000000000000bd49ee889d441fea489852dd357cb17d48a8315b705a 1.76 MB 2,669 4
869,043 869,043 0000000000000000000259012cd916fddf2bfeb25bd627d65d00ad2db6badea1 1.61 MB 3,534 5
869,042 869,042 000000000000000000001ce9382db14abb76bf3213509987c2b686c4673bc2b5 1.63 MB 3,419 4
Previous 10 blocks ↓
Total Size: 769.03 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,624.88 GB sent, 93.01 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.