Memory Pool Memory Pool Refreshing

4,171 transactions
1.70 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,769 (746,712 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
161,057 161,057 0000000000000615f442f95ae5ab5c35df2e6b8f366036b1390e4e2418de95b7 0.02 MB 72 53
161,056 161,056 0000000000000e364af51293ed6b408d8a35209c6a14a81d3692dfb30cee1267 0.06 MB 36 70
161,055 161,055 00000000000005dec4b1222a50545940ac98d9d5480d39d0c2363cfd0894f917 0.03 MB 60 214
161,054 161,054 00000000000006acc8855e1c370570e5dc93a1c14b4572d4bba4b4f6d70dc51a 0.01 MB 20 421
161,053 161,053 000000000000054813bebd841510338ab8d3d0c0a2d35eb512849633d8087bdd 0.05 MB 104 141
161,052 161,052 00000000000006a8663bc68c5be8dcf284bee734d2a1e0ef4077fff5a9eb2187 0.05 MB 52 56
161,051 161,051 0000000000000ac211963dadd4fb41b6523fbbba1483a1c8522caa3ea9e41584 0.07 MB 26 81
161,050 161,050 0000000000000ca9819528f85919cefd6372af48f0bef93e2d3068180cf3619a 0.01 MB 17 52
161,049 161,049 00000000000008bdd61636bd5d3181c6d651c8918f788671f40e824ff7b1b980 0.00 MB 5 65
161,048 161,048 0000000000000310c7f3a45c096d7094f42f0776c09af210c38a7a66e584c0ce 0.01 MB 5 15
161,047 161,047 0000000000000d96d843c7a67560604f969afd9fab80a68974f17dccd7a42ee0 0.00 MB 7 64
161,046 161,046 0000000000000aaa687326ac6401389c4ef13699ec8b3f4100788ede431306b9 0.00 MB 11 58
161,045 161,045 00000000000001f0362e98ac72975a1d012933879dd219a4bebc0a6e56e7f6ad 0.02 MB 25 235
161,044 161,044 0000000000000491f7f90e7a6c5b3cc94e02d4715baa9bb41047b4db626d9cb4 0.01 MB 35 111
161,043 161,043 00000000000000253ead846ce6a00d39d014a797a2e7bd07bb0d7703594fca4d 0.00 MB 7 0
161,042 161,042 000000000000024aebdb7ebd5f8e1020daac1f0d085c5a698bd5623b619eb8a1 0.01 MB 14 33
161,041 161,041 00000000000007fd4df937ecd0a348797f8b0b2a0ed2f5f4d5490981cb897721 0.01 MB 23 270
161,040 161,040 00000000000001709dfd9058b8bf020169e330d728c32ad2be83b24861ca63b6 0.02 MB 18 119
161,039 161,039 00000000000000f27329e9f8812ae93efb74fdbab3031ca2577433101781fc1f 0.00 MB 4 1,198
161,038 161,038 0000000000000865cc3b28bc345dca23b73da442d269aed4a8433ead51e6d035 0.02 MB 71 2
161,037 161,037 000000000000066a6aad42674fe4ab84a202d36be2e6d6e587a7c7af34105f58 0.05 MB 135 73
Previous 10 blocks ↓
Total Size: 769.11 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,629.68 GB sent, 93.45 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.