Memory Pool Memory Pool Refreshing

12,226 transactions
4.16 vMB
Show Random Selection Loading Transactions
Max Size: 24/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
2 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,731 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,034 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,730 (7,981 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
899,749 899,749 00000000000000000001fb600f085f682e780fb3b83ef8d1693d38f830251a78 1.46 MB 2,117 2
899,748 899,748 000000000000000000021885804d3e633ed6fae3443df5b48f3b2bb21c880c49 1.76 MB 2,650 2
899,747 899,747 00000000000000000001d26a77caa3cc174b53704773d9546d0c652425dada2c 3.97 MB 46 11
899,746 899,746 00000000000000000000d0e07e868cc892fe063a31449e624e47545adbdda906 2.72 MB 1,358 1
899,745 899,745 00000000000000000000fd0ab05125c1ba7498d503aea48d31e4a3fbf9499297 3.82 MB 313 1
899,744 899,744 000000000000000000012a5cd2f00f1f059a6768010623effa14bad5ecd145ef 1.57 MB 3,312 3
899,743 899,743 0000000000000000000212eb6c96dd75c029478b7d801c2cdbae216119c0fa2d 3.60 MB 662 1
899,742 899,742 00000000000000000002047c3b123705dcbaeea4339f63160a19f756df492e4c 1.62 MB 3,653 4
899,741 899,741 000000000000000000018f4a33bb8f231c85c1636179418f9f352a8e753bb73e 1.92 MB 2,830 2
899,740 899,740 00000000000000000001d776a695273d096153244a571185e44bd44d2aa5f67d 2.35 MB 1,999 2
899,739 899,739 0000000000000000000152adb489d8dae300bef81b0209fd43a2a259badda48d 2.59 MB 2,286 2
899,738 899,738 000000000000000000008c8b8f7f6d29ee5b5ca47a0522b08941988bb2ff53ff 2.09 MB 2,883 2
899,737 899,737 000000000000000000005f1778d6af39ce680490e1ff37d5598e5eb8fff5ba87 2.91 MB 1,353 1
899,736 899,736 00000000000000000000b9ec81d90afc393f821c04aaf0bd1a2df93c8c560a35 0.03 MB 95 3
899,735 899,735 00000000000000000001ee12f91a4551705953a3d79ac6ede6bf502f2444a881 1.99 MB 1,138 2
899,734 899,734 0000000000000000000035d2c641074149886696e591304eae3f2d2333a5dd90 0.51 MB 1,172 2
899,733 899,733 00000000000000000000f96158834685df61f1172963c0dbc63b7dc7952b280a 1.83 MB 2,547 2
899,732 899,732 000000000000000000011ac098f9d5768088492063a0a0cf7d1817d39984f05a 1.74 MB 2,797 2
899,731 899,731 000000000000000000022c78d50ff9244551301464dff70a450a3ff6f40ae845 1.93 MB 2,202 2
899,730 899,730 000000000000000000004278e22639634d8f3d5befe3fb9f8dfa166faf12cc26 1.73 MB 2,628 4
899,729 899,729 0000000000000000000004dfc5c8492d46a7a3bb58fe1e57f8f138bb8eee729f 3.00 MB 1,286 1
Previous 10 blocks ↓
Total Size: 769.04 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,626.88 GB sent, 93.09 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.