Memory Pool Memory Pool Refreshing

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

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,850 (63,537 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
844,313 844,313 00000000000000000001833a11320d6b255e9f33da7fcfb54425759d745d7248 1.87 MB 5,436 9
844,312 844,312 00000000000000000001af5e9797999ec898e45b8dbd61a970826b124147887f 1.85 MB 3,552 14
844,311 844,311 00000000000000000001a8a9fe46defa5c205a5d3ad796758e20d8e0c2980764 1.99 MB 3,135 11
844,310 844,310 00000000000000000002a9d5b0165d526ed943cf3d758629d90296928eae7294 1.85 MB 3,046 11
844,309 844,309 000000000000000000016869307d6b8323da403d334efaa95f9e1261b12b8349 1.93 MB 3,069 12
844,308 844,308 0000000000000000000353a4e235ee124ed86957545ebb2e08e90e00303b9f87 1.82 MB 2,722 18
844,307 844,307 00000000000000000001d91f92dbcf0d14f9b3bcd716ca589f98d7d0088dc4a7 1.78 MB 4,180 8
844,306 844,306 00000000000000000001aeef4f889b3aba90f26848ccd25acc1709c311eb2c46 2.15 MB 3,659 11
844,305 844,305 00000000000000000001f84a7df36db7fd74928dd2aeb8d5e343d594afc77a50 2.09 MB 1,651 8
844,304 844,304 000000000000000000006379af1c17aedd39cc359cee0a06c68db1c126cb6b34 2.04 MB 2,890 10
844,303 844,303 000000000000000000025276244a3b116018fdd7890360bdb1e8d5c442b0fdb7 2.00 MB 3,693 11
844,302 844,302 00000000000000000002c5068c9f00e949acd075ddc62e942aa6bfc549977aa2 1.91 MB 3,384 9
844,301 844,301 00000000000000000002df788e8e1e7def551ab95ecd2389b9d7a3668604038c 1.65 MB 3,421 16
844,300 844,300 000000000000000000000eb767f8ef555f4418e2a67256aeb46f2339b554edbb 1.97 MB 3,460 9
844,299 844,299 00000000000000000001e060a22b4dce8f349071f12af3c0fa6079db59984768 1.80 MB 3,035 13
844,298 844,298 000000000000000000007477d0046093717b27c1ed62ada0e918c3f0790379b4 2.21 MB 2,663 11
844,297 844,297 00000000000000000001e68d385ac6231e1dfe2e7530c21c0dfd9bb505f96cb5 1.78 MB 3,031 11
844,296 844,296 00000000000000000000e20202e07983c147572b6e8fa58892bf7b03c636ea62 1.59 MB 2,548 11
844,295 844,295 00000000000000000003425879c99f3c5c6a88354ef85d455bbcc7263e4b40c4 1.61 MB 3,386 17
844,294 844,294 00000000000000000002f400ba0ff4c896597c1d503324154687d6bbc5e75f4d 1.75 MB 1,282 25
844,293 844,293 0000000000000000000018e2970d7e5ef40aa47ec5f017c6816d5846f91e81ee 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.26 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,635.26 GB sent, 94.22 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.