Memory Pool Memory Pool Refreshing

89,549 transactions
30.95 vMB
Show Random Selection Loading Transactions
Max Size: 191/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
6 sats/vbyte 2
5 sats/vbyte 3
3 sats/vbyte 6
3 sats/vbyte 12
2 sats/vbyte 144
2 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
878,672 00000000000000000002905c0000000000000000000000000000000000000000 1.00 vMB 2,095 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 878,671 (877,893 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
778 778 000000000507b1b544c123048a54d131a6a5eb86884dca2ec2a6f5e29b3c7c51 0.00 MB 1 0
777 777 000000000ed962e1b77fcd47c5deab249f1adb1069195cbcd6cd77f2679e791b 0.00 MB 1 0
776 776 00000000a03ddc295497366ea1fd8a80e890c7d9f430771236c83091ff6bbf6e 0.00 MB 1 0
775 775 00000000284439b700b0f546c490020308dde23bf72f1ee15253af6bdd19468d 0.00 MB 1 0
774 774 000000008f858bef0b058c6d32680ccdb7d1bf4c35e97bd73fbe1b42f5069829 0.00 MB 1 0
773 773 000000004d3ef3521bfb87c9b184f61a6658d55383fc313923a1c8899b9c0163 0.00 MB 1 0
772 772 00000000a332b39117fefe672973d5dbb13dcf3e21385478a0ab5c6aa34809ce 0.00 MB 1 0
771 771 00000000c6846ae9277a93737caabca0f5e73f5cec08b9d2843aadf4d9992d70 0.00 MB 1 0
770 770 00000000641ad9cd4ddfc5139e95d1062e39239e358f5d2c5c3d425237d4ba48 0.00 MB 1 0
769 769 0000000014ae7c9765f35c9522e3632c3115142a7f985015f708339cc94878b2 0.00 MB 1 0
768 768 000000000af8d998f9358c2288930f510664fda475d566bf8fdfb2e1b5076e48 0.00 MB 1 0
767 767 000000002ba5875b0cfb046a7d16da3b3fca7fc4c31935d470db3883c593c98e 0.00 MB 1 0
766 766 00000000929527c680e5fcab95d915ea5d690d2fee0b6741b8ff34016f0c1acd 0.00 MB 1 0
765 765 000000009dc6f775548971151fc86491ebc626057e9f5be06ab36421717d52bf 0.00 MB 1 0
764 764 000000002727bdb811d6c1dc0cc2121ac07a90e37b83954eafe8ae948388aaef 0.00 MB 1 0
763 763 0000000097e8325b37343ea6e7004b8b088602a68065cd7ada89aef6da0a3abe 0.00 MB 1 0
762 762 00000000d5ab597214e9a7d2f83e0a21696d5ebf4910c2d7d283794d68129aac 0.00 MB 1 0
761 761 00000000ad622ab6c0e4c9860075f52949a10f023179e6280bbbf999848f6564 0.00 MB 1 0
760 760 000000000a2c58c01e09387a9627a789f9ec05fb926724dfdd80b4b27a3a8a6b 0.00 MB 1 0
759 759 00000000eaf0da6bac4f877a43261dd151550d4103b4d57f6ece36c143e48a17 0.00 MB 1 0
758 758 00000000249d85e360e7fa196bb6cb040fc5bb6cabc4f8e3c0bf5a0a160eae8e 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 715.68 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,494.76 GB sent, 43.86 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.