Memory Pool Memory Pool Refreshing

939 transactions
0.33 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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,754 00000000000000000002349e0000000000000000000000000000000000000000 0.29 vMB 915 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,753 (116,999 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
790,754 790,754 0000000000000000000512cf37c0b80dfcc9b62cbea6f4d046c847ac63c35b76 1.91 MB 3,848 44
790,753 790,753 000000000000000000031449da26964318b9c1f6623b130bfcb19d344ba46447 2.14 MB 3,385 41
790,752 790,752 00000000000000000004ec905829fc47774b43e7d9bc1dfddb057534e3cc25aa 2.28 MB 3,032 43
790,751 790,751 0000000000000000000448e7eb7ea3c1a0268896b97c18af243d45d0b8e0432a 2.68 MB 2,290 38
790,750 790,750 0000000000000000000210acc1bc7c8ef64f7767345ca845066182add9740995 1.72 MB 3,563 62
790,749 790,749 00000000000000000005538fbe0fcf2e6adefb5015f41fab3d27e3c11d93c124 1.76 MB 4,246 72
790,748 790,748 0000000000000000000064f15cc7d2ffaae05c8d79b980e0fb6136202166446f 1.87 MB 3,775 53
790,747 790,747 00000000000000000004f886e0f6a69b038596c374fc7124b2fe253637a56e05 1.86 MB 3,696 62
790,746 790,746 00000000000000000002e168a9b2f34135dc293cdff92eb6c8e16f56bc19ba77 2.08 MB 2,915 39
790,745 790,745 00000000000000000000046be983f8e543bb7ba7f453bfacae962f6da3901b72 1.67 MB 3,519 73
790,744 790,744 00000000000000000003d4dab90c03858bbf212d3c260ee224cb32bda75b0f41 2.06 MB 3,363 47
790,743 790,743 00000000000000000000b4e1e53fc3cd838ff4b8c301de52820e6e175d6109fa 1.84 MB 3,306 68
790,742 790,742 00000000000000000003a531390c047fed1d4b05ec6f8d1fcd58ae86b9b11d80 1.87 MB 2,885 66
790,741 790,741 00000000000000000001b422e99decae594f9a2cb4b5d04aa83a7b891e1f10f4 1.75 MB 3,173 73
790,740 790,740 000000000000000000003261ab0cb0d9b128f86da30c604b696241181e3393fe 2.47 MB 2,714 44
790,739 790,739 00000000000000000002db290f919814a019da2ed8a669ddb066567bff0adcb6 2.14 MB 3,266 50
790,738 790,738 000000000000000000052bd5c1e3d6720b140acfccf31af167f45c58cdb489d1 1.99 MB 3,084 51
790,737 790,737 0000000000000000000167496bdfae772a4c2f3f7dc5b17023110da2f1000d58 1.64 MB 3,119 66
790,736 790,736 00000000000000000002cc4f830896a24ef0e84b04e0d104b1f5616c3259c026 2.18 MB 3,285 53
790,735 790,735 00000000000000000000c8cf0a8ab122263420a16a5c0a24e21c8a937a6e8754 1.73 MB 3,183 78
790,734 790,734 00000000000000000000801bd685fb4d3f43a543ef9193e9b7acd64f5afc79c4 1.65 MB 3,501 100
Previous 10 blocks ↓
Total Size: 769.08 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,628.24 GB sent, 93.30 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.