Memory Pool Memory Pool Refreshing

1,089 transactions
0.46 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 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,778 00000000000000000002349e0000000000000000000000000000000000000000 0.45 vMB 1,080 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,777 (571,132 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
336,645 336,645 000000000000000001a53f5f64e4ecdfd700c04a45fafa92e2742ce27743b3fd 0.07 MB 62 15
336,644 336,644 000000000000000001d5535c901f86c0b941d76a780a5016506a8a04841a646b 0.00 MB 1 0
336,643 336,643 000000000000000004e10474a1874ba475b0b959a9df12097bdd928fa20458ef 0.24 MB 517 28
336,642 336,642 000000000000000000eccee37d63852845363ee554d13b62c13dd1456dcecaa6 0.30 MB 630 26
336,641 336,641 00000000000000001592342d9edad4691cc400f43c74d60af30da4b901279c32 0.59 MB 870 20
336,640 336,640 00000000000000000ea8e1488c87d5960bdd4a5b243a8a545abce50f5c4f9bba 0.44 MB 719 22
336,639 336,639 0000000000000000070e3f10d8dfca39fd2f8ecd7318c8546b5850489e7c4456 0.45 MB 582 19
336,638 336,638 0000000000000000050b27c7d5b15cc6651492daa161c15ed7f5fb38292a86c3 0.47 MB 564 16
336,637 336,637 000000000000000010db349d65bccc7eb292b5faab9c5aa921aa6a4834f258d3 0.06 MB 61 13
336,636 336,636 0000000000000000171b5726b32b03bd8435585a9ba301baff395223e7ba4865 0.71 MB 1,310 40
336,635 336,635 000000000000000017869f71bc9a56a13f7d676d37c17022387dfd97d01cf8c6 0.16 MB 312 37
336,634 336,634 000000000000000006dd38a1e3a1fa6aa9b8756cd38a8ce795acaa6a5307e22a 0.14 MB 229 22
336,633 336,633 0000000000000000186cba784c3a588e2d95850b6facbd2a9cddfaba95430586 0.17 MB 318 25
336,632 336,632 00000000000000000e5903d405b0daf593d18a2e437f8febaea0319ef6089c78 0.38 MB 789 26
336,631 336,631 00000000000000001053e37e4a4791f652dc2156ae5b1ca6062f9fcd65eb0964 0.04 MB 64 72
336,630 336,630 0000000000000000160bac57451440639ec9321e9f7a4610a8bc85dbf615d131 0.07 MB 68 18
336,629 336,629 000000000000000007ed516f0719a0cc86d098373204703c5203a44cf784ae35 0.04 MB 140 42
336,628 336,628 00000000000000001527b02987e2d0b059da97770ccedebbd12ae29edccdebc9 0.04 MB 98 24
336,627 336,627 000000000000000017477665dc06adbce54c540bbdde11af89530f0c6ee48ddf 0.07 MB 149 30
336,626 336,626 000000000000000006c80e7583effa683b95e56f30add2d974fd07574d92f05a 0.39 MB 807 27
336,625 336,625 0000000000000000024f6fd93c6ba13c7ba5ddec08bce83ac4840eac6e301b0a 0.06 MB 122 13
Previous 10 blocks ↓
Total Size: 769.12 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,630.10 GB sent, 93.49 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.