Memory Pool Memory Pool Refreshing

3,861 transactions
1.27 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
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,832 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,658 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,831 (15,785 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
892,046 892,046 0000000000000000000057839779b43613e2c51eb76011318cf3e1106a3fbaf8 1.83 MB 2,493 10
892,045 892,045 0000000000000000000241fa86af3c764efdc674f0ab1f232e61f428c1129cb8 1.65 MB 3,101 5
892,044 892,044 00000000000000000000727506e35a3cd2f025099f14c7f6fed4d6f5ce07c8f1 1.36 MB 1,522 6
892,043 892,043 00000000000000000000a3f2cbe1e2f547609b9901a75760362976f583398d52 1.44 MB 2,197 10
892,042 892,042 00000000000000000000f0ff8775444d4c709a5e4e8f5827bf3d76e2f0a6fd7e 0.54 MB 762 3
892,041 892,041 00000000000000000000854c16b91a520ec76c357bd50e246018e60f7b213d15 1.82 MB 907 1
892,040 892,040 000000000000000000024519fef2caebcd291b74ab50bd3e5e87c47a93b91c57 1.62 MB 4,324 4
892,039 892,039 000000000000000000022514760dce8829c379a3661d946983590f51e0dc6624 1.63 MB 5,161 4
892,038 892,038 00000000000000000000c7fdfe8fd47d890a250c974191f0f0fdb459bf7363fc 1.55 MB 5,146 6
892,037 892,037 0000000000000000000050add5c88efec59dc7955097f5f2f2755bc91f96a7e2 1.66 MB 1,911 4
892,036 892,036 0000000000000000000180c23ae5758a1d75ea3cb5afcb6ca6c350fb5866c73d 0.50 MB 668 4
892,035 892,035 00000000000000000001f77caf83f3107637bae75e597dca6658ba9c76b22be1 1.75 MB 2,349 4
892,034 892,034 00000000000000000000a1658c1e075fe6bf50c280d4cd28939d2b00af98d78d 0.72 MB 492 3
892,033 892,033 000000000000000000017768f2aefd4e23d9cfd4a077598a1ed385f3a9e9be17 0.75 MB 447 4
892,032 892,032 0000000000000000000142b9415f52ec2da4d6902bfcc959637fd52870ae6081 1.14 MB 915 3
892,031 892,031 000000000000000000000361783b05992777aad895fe3999f4f3e956d540464f 1.83 MB 2,081 4
892,030 892,030 0000000000000000000057767c6ac2bc6defb91f3e69a062cce3b782aeba7200 0.12 MB 167 2
892,029 892,029 00000000000000000001308fd1497ebe96a8dee68455098ee166ea1cbb44e472 0.97 MB 895 3
892,028 892,028 000000000000000000001488602fe328c030b8fa95dcc6f54e97fa64fc1ac89b 1.15 MB 1,336 3
892,027 892,027 000000000000000000023f6e129cec81a5387c826b3094923543e733faa71cc2 0.71 MB 761 2
892,026 892,026 000000000000000000006cce3105be3e1d7f1fe2db0ca9711b79deda88666703 1.56 MB 3,741 2
Previous 10 blocks ↓
Total Size: 769.23 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.70 GB sent, 94.05 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.