Memory Pool Memory Pool Refreshing

4,849 transactions
2.88 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,801 (779,841 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
127,960 127,960 000000000000042400c52a56f00b4f64a895acf428a903240993b15412f38d4a 0.01 MB 44 256
127,959 127,959 0000000000001284d0c386fe66a23e4cece3ebe4dffa6a79245d82192d8681f3 0.00 MB 9 2,555
127,958 127,958 00000000000003eba92d88ef8e788ba54ab4a15771b2059dffe2193b20c14a90 0.02 MB 78 1,679
127,957 127,957 000000000000155af7b89512cefc76f6c1c4e60de6c3e3178687cd31b38093f1 0.00 MB 3 0
127,956 127,956 000000000000240d6170d64cf0027fa539b8709e068f4ad514f06fc48e91415e 0.00 MB 4 0
127,955 127,955 0000000000000265b101b8b63c9726b71b7f52984afc7223c3d1cbb01ce4523e 0.00 MB 1 0
127,954 127,954 0000000000002364ab25de87568f69417d3f29d5b7d789132b185a352aab3b02 0.02 MB 71 189
127,953 127,953 00000000000009655aea32a33ff20d263224970d510cd8b08a5ea2f5fa99b34d 0.01 MB 23 348
127,952 127,952 00000000000009678661352875e442f8fa7fc0a21c63658fe4c7de1fe0d35507 0.00 MB 2 0
127,951 127,951 0000000000000573121123957ee8454e0a6a8f93e2cc80e84e3785214265ff77 0.00 MB 2 0
127,950 127,950 000000000000250ab47500a82c18da4ee77b7dec7c589371a8cf2da1162709c9 0.04 MB 78 403
127,949 127,949 0000000000002569e565bcc82828d6a6063d06d4fd7cef06d118612cd418f335 0.00 MB 11 703
127,948 127,948 0000000000001726784613f2f119082829e3dba5bc81b5d6f9c9be402e834f9f 0.01 MB 23 1,298
127,947 127,947 0000000000000b16a653cb05753c4285ace53f2368b61b8ce9d65ff8f7c3a79b 0.00 MB 7 421
127,946 127,946 0000000000000f738bd81cdf1a2edccdf778580e416b842efdbab338e1307ca3 0.04 MB 127 6,246
127,945 127,945 0000000000001f384c3fcf8df2a9c73e0eaf4e6fcef2a8d5e87a2efd474cc3a5 0.00 MB 13 0
127,944 127,944 00000000000019d7157db3c9afd76c05520f8a7bfed48e46adcbed7f3c9fec1a 0.02 MB 41 727
127,943 127,943 0000000000000f2a51e072e691c9b8df54bf2c43e502aaa6b04b54d0fe13c761 0.00 MB 7 1,680
127,942 127,942 0000000000001364501738d59a938fe794ab742ce5e4c8838ced43fa49a3df5c 0.02 MB 64 76
127,941 127,941 00000000000023c397958f34adb13449ece2c89cd03422001026456c70183ce3 0.01 MB 21 732
127,940 127,940 0000000000000ae7d0c173a7e67788d9425e40bd30268476c5612ace223fc66c 0.02 MB 55 2,358
Previous 10 blocks ↓
Total Size: 769.17 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,632.86 GB sent, 93.74 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.