Memory Pool Memory Pool Refreshing

7,051 transactions
2.66 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,699 (780,896 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
126,803 126,803 000000000000388a00633e549a44367a879af74fff36e1e397d5e4b7119d1592 0.03 MB 90 295
126,802 126,802 000000000000036ccee0043bc35eba53d02e54b81f40463af32785ce4ff14363 0.03 MB 45 628
126,801 126,801 0000000000000a39d68edabb9bfad51557baeaa051909778e34e42c5fa14fe33 0.00 MB 14 516
126,800 126,800 000000000000199afe02dc91754286ec906e094d0308ed30ad0434f6233a7fe4 0.01 MB 37 303
126,799 126,799 00000000000020117e27b449190b6458633175a82a12731ee6fdb9933c3ea603 0.02 MB 43 666
126,798 126,798 0000000000000bf11dd39a315bc775718ad92d39988aeaf20e2d5caf9221c95a 0.01 MB 22 643
126,797 126,797 0000000000003e83d8a294c41c2819ff91bff1fdcb0f0f44fdc8054891584580 0.02 MB 34 193
126,796 126,796 000000000000163857926339fe59ee573324073c3678ecda6083631ccdd3faf0 0.00 MB 9 2,051
126,795 126,795 00000000000016ca1a39f65dfc0cf4505f92e7707098e78783136cea4eaab6e8 0.01 MB 14 770
126,794 126,794 0000000000002970253db249afb1de1bf59d064915b5c742f95b98549bd84c08 0.01 MB 12 637
126,793 126,793 0000000000003b453fef26fc2018096527728f48788871ceb36c2e6a84e8e615 0.00 MB 4 0
126,792 126,792 0000000000000eccb58e666cb9a6d5f1832caf44b4cc282cc418eb816ac84470 0.03 MB 73 495
126,791 126,791 000000000000274b4f0bc5f2341060de782040e0ea85fc01c34b9e115d8e7a03 0.01 MB 22 577
126,790 126,790 000000000000305e04763507d7481fdc38343ff470fe5e8023b5238b21661ceb 0.00 MB 10 794
126,789 126,789 00000000000006c9fd099c67ddf553bdef0d3fce10d5b83d5d48a7e5b6ab3339 0.01 MB 8 677
126,788 126,788 0000000000002dcf6b3ce8392862199baa13a6c9d959de5a4753c49010a0ed79 0.01 MB 35 644
126,787 126,787 00000000000019680fd70338970c240b84ae260cff86b4e52d2553027df9394c 0.00 MB 9 707
126,786 126,786 0000000000000011454870c8b6d21238d6c2d282cd63f56df0a51ef60c0958ba 0.01 MB 18 1,118
126,785 126,785 000000000000241e66b90b08d68149c0b52cc54eabeafef91f6400f81fd67574 0.01 MB 12 593
126,784 126,784 00000000000012f5f40d39332de4826d37c6a548eaf53a6d4b2271ae0d7e867d 0.02 MB 35 615
126,783 126,783 00000000000029463eafddffeb56dc730d6fb77504f05ddbbe694298399f6607 0.00 MB 7 760
Previous 10 blocks ↓
Total Size: 768.98 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,616.52 GB sent, 92.74 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.