Memory Pool Memory Pool Refreshing

7,445 transactions
3.45 vMB
Show Random Selection Loading Transactions
Max Size: 19/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,724 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,877 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,723 (163,333 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
744,390 744,390 00000000000000000003ba4174a81c4c372eada12af0aea2ad913289fd85d915 0.63 MB 867 16
744,389 744,389 000000000000000000021fa41bd448505777f6bf939e91af993a59a97a0ae2f7 0.02 MB 34 17
744,388 744,388 0000000000000000000913acf1d99e3f7923a38e283be1bef79fda6ff2a8ec4b 0.89 MB 807 8
744,387 744,387 0000000000000000000990945eb272cf5bef4b3dfa25d45e9410ee8b5c341f59 1.54 MB 2,389 15
744,386 744,386 00000000000000000001ca2e0e8b885e2633499ceed167d58ac2fd5b4223b0e4 0.71 MB 1,222 15
744,385 744,385 00000000000000000007073c58197ce780579d95b7416b42949f82bd77b0e65a 0.28 MB 392 20
744,384 744,384 00000000000000000009785fde5a5d0825c5142738bfccae733cbcf141d282a8 0.47 MB 835 15
744,383 744,383 0000000000000000000577e0bc9fa7f423d86453024d8034eac77d0469671075 0.39 MB 764 16
744,382 744,382 000000000000000000051ad687925ae197693003f1ab4c594e171bdeea40dbc1 0.14 MB 199 16
744,381 744,381 00000000000000000007949d76773e8746adda2feef06f0e17f836e9b9e7fa25 0.65 MB 741 16
744,380 744,380 00000000000000000000703401d937a86e2ca3962238810fa80f9c6a220e1088 0.53 MB 319 19
744,379 744,379 00000000000000000008f492c1b8eff1ebdca5f728fd25cadb094683a87e52f8 0.82 MB 710 19
744,378 744,378 00000000000000000003869f77e17810676a38596f1f5609ee4c130bc2491802 0.88 MB 287 15
744,377 744,377 0000000000000000000205ec73f7fa7f89282807ae45b90290cc9f709db9921e 0.32 MB 417 13
744,376 744,376 00000000000000000000403b2f088701dac74b37ae8a2955240c5ff1075afe6d 0.78 MB 1,396 15
744,375 744,375 00000000000000000008ec514337f1cc2751052b14da0ce4b7d024d79d84338a 0.02 MB 48 15
744,374 744,374 0000000000000000000302134032cbae8c025dcec57fb36121a8283d1c81d5ee 0.19 MB 469 17
744,373 744,373 000000000000000000015ca73f69fb3bc20240ec6cca87c0624db976b16e15ce 0.34 MB 772 20
744,372 744,372 000000000000000000056ca5070104709fe46e3b4362e17d1c25aa1f2f5118f5 0.49 MB 768 13
744,371 744,371 000000000000000000042a167b73bcc5befae500bb313a5bdfbadb97eabd6990 0.02 MB 83 26
744,370 744,370 00000000000000000006e97fde7e2532b02b7a867543d9f76f914a6396fadf9b 0.61 MB 942 14
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,624.85 GB sent, 93.01 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.