Memory Pool Memory Pool Refreshing

10,055 transactions
4.60 vMB
Show Random Selection Loading Transactions
Max Size: 25/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,725 (84,234 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
823,491 823,491 00000000000000000003929bb6674b9811b5b90c25c1fc280466a5747f8317e1 1.63 MB 3,930 159
823,490 823,490 000000000000000000024e5179f970e60243fd50db7807c643bd66b7f02b1423 1.59 MB 4,003 152
823,489 823,489 00000000000000000002844609cffe77f1e7906a9eaf7bf4cd6ac1848697272c 1.57 MB 3,748 170
823,488 823,488 000000000000000000021745be088d8ebb5e1adc2254f0a001931a9ddda91b0a 1.63 MB 4,375 124
823,487 823,487 000000000000000000032bf25b93f989f60e252b92a71f5b5ff3e1c3c05a85aa 1.55 MB 3,424 158
823,486 823,486 0000000000000000000123c44a1177db5332866a55d607fa113c318e780b1362 1.53 MB 2,769 184
823,485 823,485 000000000000000000033992e2b4f1a7ffb60f42c2110980b81c895857c0dfd6 1.59 MB 2,222 272
823,484 823,484 00000000000000000001320dd97debeba5b5b80694e37180bc8b5c0cfc1c426f 1.67 MB 1,894 290
823,483 823,483 0000000000000000000099819a9e23a5068a2a6f0e842e4f9568f53ede446300 1.63 MB 2,866 200
823,482 823,482 000000000000000000009f79a71452ab994d2c4b06a06fb858f8606894ecbf94 1.67 MB 4,228 108
823,481 823,481 0000000000000000000071971ca9d3cfa3726ea145c8f36e58399b3bc0adc9d3 1.60 MB 3,291 137
823,480 823,480 00000000000000000003d39a84b8881a1ccb7b56b2c1859eeeb2f2a3cfece0f4 1.60 MB 2,997 171
823,479 823,479 00000000000000000000f28815859adef4ef2f818712e2cc75030a68eacbdd8b 1.66 MB 2,507 215
823,478 823,478 000000000000000000027350c2aa2183b4446a708407762af7b5061ec0cf115d 1.64 MB 2,895 169
823,477 823,477 00000000000000000000bc4d77df3447b4c6050b9b64076568d7528e860b811d 1.68 MB 4,791 128
823,476 823,476 0000000000000000000087193655cf7f4b0dd793f46fe25bf8f7802dae57918f 1.74 MB 4,315 132
823,475 823,475 00000000000000000003233853120c9fed0db249de5933b299d4cee975d573ea 1.75 MB 3,238 167
823,474 823,474 00000000000000000001cf2244a3e3065a0af1ec2e237b6a6a066bd2834f2439 1.65 MB 2,846 187
823,473 823,473 000000000000000000011025f4bf52732bd2fe2b090338f9156ce72bc24aca0c 1.88 MB 5,180 113
823,472 823,472 000000000000000000002af2f9a0c8dba0e8c436ea2c0a01ec91a72c7a823009 1.79 MB 4,839 123
823,471 823,471 0000000000000000000084f7c4d739093500fb476bd72bb87ba77fde079263c8 1.85 MB 4,932 132
Previous 10 blocks ↓
Total Size: 769.03 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,625.69 GB sent, 93.04 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.