Memory Pool Memory Pool Refreshing

8,912 transactions
2.69 vMB
Show Random Selection Loading Transactions
Max Size: 16/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
907,838 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,170 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,837 (616,523 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
291,314 291,314 000000000000000088412cff4a71764eeca973bf418f1c40850d0d71656e8196 0.35 MB 853 39
291,313 291,313 0000000000000000b7c2c4d820532aa5faff1ecf815825bd5a0fc6d814b9e5df 0.21 MB 512 44
291,312 291,312 00000000000000001ba3d7d64a4efdfd4dae0c63e01a35d3f33e9104a6b556e9 0.10 MB 232 30
291,311 291,311 00000000000000003d5c870b1cb215ab92e4cbf68c52e56edf2225aa3b10d4e9 0.10 MB 131 27
291,310 291,310 000000000000000064c3d8cd30a1b6779448834e8787135a69aec0d4b4e16f84 0.37 MB 763 33
291,309 291,309 0000000000000000b3ed7856b3e9cdd5a97f3f0bc277d98cc729b4f6a7e1dd90 0.01 MB 24 40
291,308 291,308 00000000000000003e40e91b010445c36ac23dbe57a201f9cbc6f4cd13e314a4 0.03 MB 30 11
291,307 291,307 000000000000000028ac99a4aa68cfa2cfdf688b1dd856db7085e35009e7dd0c 0.03 MB 64 20
291,306 291,306 000000000000000007645b3b9020648ba0c8ca3d1a859b9c70bf6f147e66e002 0.24 MB 617 60
291,305 291,305 0000000000000000f0f2b5e87cca63f7f66a9c06b53fb5147bff2e7b02bf25b6 0.06 MB 31 7
291,304 291,304 000000000000000025720245a31dea5b57a3a4ae6fa3ff8f3698d8bc04dbde59 0.06 MB 49 9
291,303 291,303 0000000000000000645637ac50908c7001d2e583e096a67f1629e50986cce304 0.05 MB 77 8
291,302 291,302 0000000000000000ac1f15bc30da255a10d8be646c182614421fb250d9c7a145 0.30 MB 719 41
291,301 291,301 000000000000000023b8e772f76df54f36e6f72355a2411490fbdcf4d2c61c67 0.20 MB 394 33
291,300 291,300 000000000000000027cc9b90db014baab56dd9534772f9f428a11b0499b67ebd 0.22 MB 492 38
291,299 291,299 00000000000000000ab5e1e509819a09379d4cbf39cb1f78db473b24392393ca 0.43 MB 499 24
291,298 291,298 000000000000000059f5d0e793dd444660d4e75b72181bcd127dec017e2e675b 0.35 MB 1,047 57
291,297 291,297 00000000000000000ddab2371569d078eae634a7901c754c5e1bce0f98f441e1 0.09 MB 159 25
291,296 291,296 0000000000000000e19f1ec56b1f2b66afe090dbca6ef391df60f1df84123699 0.18 MB 364 40
291,295 291,295 0000000000000000c8c2623a050c03f2025c440aa48ca612439619125f988976 0.33 MB 598 30
291,294 291,294 0000000000000000d3f06e21b921cd1a845a9066334bf80292c0a6d6b4f41859 0.08 MB 38 14
Previous 10 blocks ↓
Total Size: 769.24 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.99 GB sent, 94.12 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.