Memory Pool Memory Pool Refreshing

4,819 transactions
1.38 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
908,737 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,360 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,736 (810,942 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
97,794 97,794 000000000003b0857992b53c90b3f5a1ec01f7524b8665919c6327bc011bb000 0.00 MB 1 0
97,793 97,793 000000000003ec755ecb2d97e6350bbf074041254bf09eeba8fcda6d45118589 0.01 MB 3 174
97,792 97,792 000000000000f7c40188b13bb1d02cedd2dade0c087b9933d8a07c6afdb6190c 0.00 MB 6 889
97,791 97,791 0000000000046ee14b2eddf8d36f5f735bcb30a9c103cd76c177d76f8709abda 0.00 MB 2 0
97,790 97,790 00000000000414500258d8003afec58d51151605669e92eded60b88c6594989f 0.00 MB 3 0
97,789 97,789 00000000000419113f2f994bb047888188d16b78de59fbcbd7be4e931ed1948a 0.00 MB 1 0
97,788 97,788 00000000000315249509522636589ce420645d52d13f1260781894a73c1d070f 0.00 MB 2 0
97,787 97,787 00000000000064a7a12d0b71473770886f7f8e4cf0862072ee2535c1bc382a11 0.00 MB 2 0
97,786 97,786 00000000000151688482fde83fe75dc94c369e9fc912b38aa64f4c163565a9a6 0.00 MB 1 0
97,785 97,785 0000000000021ef64bf8585a852ab683fa4379ea99ecf853ea071bc79a22ecdf 0.00 MB 9 0
97,784 97,784 0000000000037686c809d67ba3ca6a0f8304cda528c2354db2f673760691f224 0.00 MB 1 0
97,783 97,783 0000000000050c3953a4c7cf799532d88c3e5b183766373233c1fbe514eb4e96 0.00 MB 1 0
97,782 97,782 000000000001da3bab82a011d0a21b54a499f627444f19cd77d54ca4e2d5fe1d 0.00 MB 1 0
97,781 97,781 0000000000028f4337a4e9d9f05222cad97427ef61dde6d1364992ca8345a7c2 0.00 MB 1 0
97,780 97,780 0000000000043d6383d03770633b8c8824065b9c056259d8a75a32e8ce94bd4c 0.00 MB 3 0
97,779 97,779 00000000000067d622734d45133f88dc1c0ab6f0f99520fcf249803b2f43921f 0.00 MB 2 0
97,778 97,778 0000000000035474b2a329775f55bffdbb704534b125c0d1ecb8ac9201d61a74 0.00 MB 1 0
97,777 97,777 000000000004a74ccf5a1b354417de3e292694d5405db94e1b914a9ca5fa88aa 0.00 MB 4 0
97,776 97,776 0000000000033636bd90d0a11874e47e02082b411e63a80ae7fcc5b1f11b80de 0.00 MB 3 2,074
97,775 97,775 00000000000263ac91c9a7be946a8505d5be1928f4c3022241665e597a87c2cd 0.00 MB 1 0
97,774 97,774 0000000000003266047960f7f70f13f6a2e98ae850583b433568b009e2102767 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 771.07 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,855.45 GB sent, 102.32 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.