Memory Pool Memory Pool Refreshing

3,057 transactions
1.59 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,870 (12,401 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
895,469 895,469 000000000000000000002ce00db9dacc3787376b53fa5dc795b0e76cb202cbb3 1.56 MB 2,914 3
895,468 895,468 000000000000000000014e889b09ff428872493a11f799a4097efbc00be2554f 1.16 MB 1,093 2
895,467 895,467 0000000000000000000107aa8645338cdbafe719a6eecccbfaa3be007d8a0630 1.57 MB 3,026 3
895,466 895,466 000000000000000000013f659cf077d096cd2f6a2e0e3c48fae5a30f9cd473c7 1.69 MB 3,047 5
895,465 895,465 000000000000000000014d9419d296cc6370eb54245d299fe3cffb43177a43c7 1.61 MB 2,975 3
895,464 895,464 00000000000000000001fb77e045837079b8b6bc0c64a8012abe8ae421676c1d 1.66 MB 2,441 6
895,463 895,463 00000000000000000000fda62950b4af646198786f210953d093c175cfe16c9e 2.61 MB 1,176 1
895,462 895,462 00000000000000000000cdffa42e6bc14cd13fddf881a9e04700889be16998e1 3.90 MB 205 2
895,461 895,461 0000000000000000000208e83377537e2fc84dc19e2dfac901c96474467ef1e0 1.97 MB 1,662 2
895,460 895,460 0000000000000000000182197bd6fa69a0208324094357750cb9be4bcd1cd399 2.00 MB 914 1
895,459 895,459 0000000000000000000213214bd6006e44d20178241e4ab8e751f268f8bb481f 1.64 MB 2,139 3
895,458 895,458 0000000000000000000192333c2df579efba24811bacdf88095d9e974cb6a852 1.85 MB 1,824 2
895,457 895,457 00000000000000000002494f9516b5f4e7a9714c69f7c0008795fc6f551ae104 1.74 MB 2,535 3
895,456 895,456 00000000000000000000968699696d38bd7a7b0443f53141b57452d08cda5d81 1.73 MB 1,800 2
895,455 895,455 000000000000000000020a1e3897f768ecc99e028cb8b0e6c95fb04c9d3f9f27 1.40 MB 2,099 3
895,454 895,454 000000000000000000010976674c004f8f376b98b1d17c1e085dda5492a9284f 1.63 MB 1,046 2
895,453 895,453 000000000000000000004fc52083694ba841d57ff5cffdb8eda28ba1e9047a4f 1.67 MB 3,344 5
895,452 895,452 00000000000000000001622c2b34779ff37e2f4169901a6794fab3536ebb0b63 3.06 MB 1,221 2
895,451 895,451 00000000000000000001f34266586073efb2c011fa6fe04a0211aa72aba2c0ab 2.46 MB 1,319 2
895,450 895,450 000000000000000000008662e3e72b3288d1a382a0089c1fb14d1f4158a746d2 1.51 MB 2,728 5
895,449 895,449 000000000000000000006402ab69484e3e879eb4ea03d7f17e205a32c7db50aa 1.74 MB 2,516 4
Previous 10 blocks ↓
Total Size: 769.30 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.65 GB sent, 94.43 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.