Memory Pool Memory Pool Refreshing

3,862 transactions
1.87 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 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,737 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,390 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,736 (802,887 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
104,849 104,849 000000000000d22e9870df83f852c77e84cfe451c1bedb4d1888d5e718095b0c 0.01 MB 23 0
104,848 104,848 00000000000124635764217b92423ad2b5d5e07f25aa190fca7dcdfdef3d27a3 0.00 MB 1 0
104,847 104,847 000000000001f74cc9c974256c772841656076a0aaf1e7db64b7ec42bc426955 0.00 MB 1 0
104,846 104,846 000000000000405f6eef3b174c16f80ad6d1ad7d090253572b7fa3c42db0c4c4 0.00 MB 5 0
104,845 104,845 000000000000a84daf88b3a7547d0b0de680e3f358ef9e8825d127b50f3e78f6 0.00 MB 6 0
104,844 104,844 000000000000e3fc08a9da1c95b00acc9150bb7d3f24da6d07c25daa1f2b1618 0.00 MB 4 0
104,843 104,843 000000000001557b9ce888d1f254cd9987218d9861d1bc7c6b8d7ea0c0922f70 0.00 MB 7 0
104,842 104,842 000000000001c08eed5895bf0ebe36db7873e6c0410e60c5e2b8a1f9c0635380 0.00 MB 8 0
104,841 104,841 000000000000fcd2b458ecd008b3ad74eb3770e13d7032caaf3948051136b1aa 0.00 MB 4 0
104,840 104,840 00000000000038c0aabce0f01c822bc4c7e0451e21eda103f01e026b1f1d0cfd 0.00 MB 12 0
104,839 104,839 000000000001883c76bd8e482e74ae99d94b5d5481cf62c2626ee5449f531ce0 0.01 MB 25 158
104,838 104,838 000000000000c6513a784bed7bc31191f0341e098ca9d40657d22c2b1797f2cd 0.00 MB 2 0
104,837 104,837 0000000000023edda14c80eb023f934a090e1cae3dbc695a645097d51f01e6eb 0.00 MB 3 0
104,836 104,836 000000000000408295af547b3b2676fd74ecedd2652b51911305b8ebafb3b34a 0.00 MB 10 0
104,835 104,835 000000000002e227c7d073a1320fc89370e6375128747c5db5c9fb06f7ff5219 0.00 MB 1 0
104,834 104,834 000000000001236bee8ae1358217b44382f0d817d9284ab5f816f6cd111fb229 0.00 MB 9 0
104,833 104,833 0000000000025bb2630ec6a828508268e8043f4e44683c6a9c99822663c09ada 0.00 MB 3 0
104,832 104,832 0000000000018cfcff9528bdb69f53cce09e9705ed2681bb68f441b27b64cfa4 0.01 MB 26 0
104,831 104,831 0000000000030510bf6bc1649726cf2e6e4010c64a2c8fd3fde5dc92535ca40e 0.00 MB 4 0
104,830 104,830 000000000002b2781366d909bcb7b1ee9cd86c1c56fa6157bbca4956dd8e5dbb 0.00 MB 2 0
104,829 104,829 000000000002356d8dcb6aab6fba6d7525faa3c22ce4c87473d4bf8a34fe5bcf 0.00 MB 6 0
Previous 10 blocks ↓
Total Size: 769.05 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,627.47 GB sent, 93.13 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.