Memory Pool Memory Pool Refreshing

9,942 transactions
3.03 vMB
Show Random Selection Loading Transactions
Max Size: 18/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,865 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,173 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,864 (153,525 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
754,339 754,339 000000000000000000056d3b56c38dfec5955f08a536603ce9cbe287bd33c1b1 1.46 MB 2,010 9
754,338 754,338 00000000000000000007ffa9e050120c499b1e5ca736ab330a0351060f64335f 1.46 MB 2,976 21
754,337 754,337 000000000000000000084e65afd89c2894f1ef33574244def938a7629b4fb447 0.37 MB 589 9
754,336 754,336 000000000000000000047f082ca9a913788f0f4902e3013224ea0b88d7713469 0.02 MB 44 16
754,335 754,335 00000000000000000007f92f6075c1f03a89c3a87107c419c8fff8a067f2700a 0.66 MB 1,360 11
754,334 754,334 000000000000000000082ccf5b6fe06702dc62c89528b78fd268e19056dec489 1.68 MB 1,204 3
754,333 754,333 00000000000000000004372b16caaeea47069b96efd95c92178683570b7caae9 1.50 MB 2,430 4
754,332 754,332 00000000000000000007ce9005fa73652b0fba378dc78bc3b38ca0c085092f98 1.53 MB 2,760 7
754,331 754,331 00000000000000000004e321cd199a14764be935890af14d29fe85dba1a2d576 1.62 MB 2,638 15
754,330 754,330 000000000000000000018aaddd5a081367b453ab6821822ecf3c8469983976c1 1.32 MB 1,723 22
754,329 754,329 0000000000000000000162d3f808ee923bcc5e9b9b18a744ffaf84d6295b2d0d 1.57 MB 3,759 15
754,328 754,328 000000000000000000018d78ce1b420e1cf7efd5f01cc1c307fef149db8214f9 1.55 MB 3,468 22
754,327 754,327 0000000000000000000746095869ef7bb48311262e17db3d2c22379fad1cb828 1.41 MB 3,106 38
754,326 754,326 00000000000000000008815c7ab173482b1a1601a4aa8eede002e277a4e49059 0.98 MB 117 1
754,325 754,325 00000000000000000000ca3b97dbb9e73e4cef10adc0189c904a0ff4bc6e5b5e 1.65 MB 1,536 6
754,324 754,324 000000000000000000056801eb3d84e25041ede16f99ef1237aabe66681dc7dc 1.58 MB 1,769 6
754,323 754,323 000000000000000000004d9734168014a1c4c5e55b3f003f07767be6c4aa4166 1.55 MB 2,185 6
754,322 754,322 0000000000000000000364942563794572c005fd1b2a37c810e86ffa42c8c0b8 1.56 MB 921 10
754,321 754,321 000000000000000000033994eded1b0b7523c8b8867bc9176bfdf3d635ed9ae2 1.17 MB 1,061 18
754,320 754,320 000000000000000000019643141347a230bb6487d2a431b4a0831527868351db 1.67 MB 1,151 10
754,319 754,319 00000000000000000000eda76ffdbec150fd678772fdfefcf7c8a06966cbfc02 1.66 MB 1,575 12
Previous 10 blocks ↓
Total Size: 769.29 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,642.49 GB sent, 94.38 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.