Memory Pool Memory Pool Refreshing

4,015 transactions
1.91 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,738 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,454 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,737 (6,871 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
900,866 900,866 000000000000000000015158f358dbe1ba8f42303bf99fdfaa485033a8202f1a 1.41 MB 1,571 2
900,865 900,865 0000000000000000000233725f1bf81841b4b60560d9f043bd4a69df9a83fdee 1.52 MB 3,400 3
900,864 900,864 0000000000000000000083ac9f1bc7ae399cd89f84c3058e5e7905a66da66394 1.40 MB 2,318 3
900,863 900,863 000000000000000000002f0d8fcab1392628ed73aa18848aa44cb53de6dff349 1.45 MB 2,349 3
900,862 900,862 0000000000000000000208fcdfe388b464d7a7ef9c05b2ad2701488f1eedbe70 1.46 MB 2,227 2
900,861 900,861 00000000000000000002114774bad71af983e3d7f4d509b6354ea0398d8502c0 1.41 MB 2,033 2
900,860 900,860 0000000000000000000046c99e106700a5dc2db7fd48d22d661dcffb14f3ca92 1.20 MB 4,143 1
900,859 900,859 00000000000000000000bde2bebb904f20d0aeebe81dde6b866cb5ba7ac4ee89 0.98 MB 2,262 1
900,858 900,858 00000000000000000000e9c5957d39dcafa2d655819719fa77225abc687af153 1.66 MB 2,750 1
900,857 900,857 0000000000000000000173912889c18322621ccff4df57953f504fca553338d2 1.40 MB 3,358 1
900,856 900,856 00000000000000000001cebecc553ce2a6f1d630ef5feb9c7493e9c86eeda571 1.50 MB 2,289 2
900,855 900,855 0000000000000000000096969a757947ef5c39c4b2acf49fd393363e537b4cce 1.45 MB 2,445 2
900,854 900,854 0000000000000000000192c661d9c6106031a440f9f4f692ccec8133aa3400fc 1.47 MB 2,782 1
900,853 900,853 00000000000000000001fc99fa45393bf69069df48d6017c361d32afc7daf75e 1.51 MB 2,524 3
900,852 900,852 00000000000000000000b9c9456a3320e628b9d9a861c05d078f0a4fa85670cb 1.56 MB 2,667 2
900,851 900,851 0000000000000000000225835754a367df1fa130f63e586a676a3d2979a0cd5e 1.54 MB 1,180 1
900,850 900,850 0000000000000000000197c67e3432e3bac531718b7f6d59fec2d5802146a0e9 1.14 MB 717 2
900,849 900,849 0000000000000000000093812f78ce7801650823c3c7bf3a9957ee1f8d8be1cc 1.44 MB 2,326 2
900,848 900,848 000000000000000000015cf074b4f2578813fdeb99252f37bc8d8976b4f86ceb 1.59 MB 5,361 3
900,847 900,847 00000000000000000000062869a08b6b3ac0321a785b138356ad66c298a98c0b 1.61 MB 3,773 4
900,846 900,846 000000000000000000012ad3b69c889a9984aaee2593df2fa29fd1f0e2ddfe9a 1.48 MB 3,476 8
Previous 10 blocks ↓
Total Size: 769.05 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,627.60 GB sent, 93.14 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.