Memory Pool Memory Pool Refreshing

9,413 transactions
3.07 vMB
Show Random Selection Loading Transactions
Max Size: 19/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
908,578 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,414 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,577 (852,559 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
56,018 56,018 000000000db38c946d8c071401e9cbd2f35f661da3a02780e61ba52cd4c523f9 0.00 MB 1 0
56,017 56,017 0000000007b1701792eff8b0b1396546cf54151989e4ef8b048a75d809c77a23 0.00 MB 1 0
56,016 56,016 0000000012c203a91ab0f721325976885b1159a3dccc1055ee6010a9ff3c984b 0.00 MB 1 0
56,015 56,015 0000000010266d05b7689e412d467b4a4e2ebfacff8ecfa0aabba5e91ddcd95b 0.00 MB 1 0
56,014 56,014 000000000291f5004bdd185eb0823fbf2d2e21089ba8acce6641353feaf554b8 0.00 MB 1 0
56,013 56,013 0000000008a06b4e5840ada5f83dfe691e0cbb93e24b9e8d05997bba14fcae1e 0.00 MB 1 0
56,012 56,012 000000000ba3f96526c2c31ab09b21d64b98dc34cfaa9caaa58404da09b010ea 0.00 MB 1 0
56,011 56,011 00000000071961ec911fcc65a2688fa6cfa06d30825ee9c40c52a4d0225b823c 0.00 MB 1 0
56,010 56,010 0000000007bb15c57e6fb1f292b6e11416671c58fbd59ad0d24178b5243e5242 0.00 MB 1 0
56,009 56,009 000000000fc874cd1e6a2cb8aaec395f54b1b9be7c4f127b18335e5fb0c8e539 0.00 MB 1 0
56,008 56,008 00000000123b6954ef554a78de85490786b2c57dbea6a5082e126a18488405ca 0.00 MB 1 0
56,007 56,007 0000000013cdb0ec224cee9d061525fc4811df81dced137258a9d1612f5257fe 0.00 MB 1 0
56,006 56,006 000000000c8e198801d3b0f2747f52314b6232f0897b67ca23ee8c36d2c6dbbf 0.00 MB 1 0
56,005 56,005 0000000001a4eee6f5fe142f31b19d5fee794c60015c841c117354643537649c 0.00 MB 1 0
56,004 56,004 0000000003059fd064917e2fe69cf88be5dc482dacebb638d8d4ffd5dd5f4b18 0.00 MB 1 0
56,003 56,003 0000000012708c0b68aa8b94c096975375a24a08f64182c80e76b6b9bb23acc2 0.00 MB 2 0
56,002 56,002 00000000103f02f3fbd11dc4a57a1eef0397f11f4e9c1d443a094909001ef4e6 0.00 MB 1 0
56,001 56,001 00000000002157f86eb59fb1037319fa879c0afe087ed79e019cc29560a224b9 0.00 MB 2 0
56,000 56,000 000000000dfa452ea45e0426dd8914c35e24dfd4399037c5e6deb9f18f58d6d3 0.00 MB 1 0
55,999 55,999 000000000a8272548745c22620bb8815ddd5ac835a3c73138a645a863259e2b8 0.00 MB 1 0
55,998 55,998 0000000008073eee9b80065c127f582a4245c17bd34fb9f4924669248cceb12c 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.77 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,848.46 GB sent, 100.85 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.