Memory Pool Memory Pool Refreshing

6,683 transactions
4.13 vMB
Show Random Selection Loading Transactions
Max Size: 18/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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
907,811 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,743 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,810 (610,828 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
296,982 296,982 0000000000000000096942b9f46f0dd60b48878c70f09a3487502eade0851ee6 0.13 MB 278 46
296,981 296,981 000000000000000018f422eacf57532b02590717f589f2347b7cc6c156a98bf9 0.04 MB 106 32
296,980 296,980 0000000000000000004076cb5fddfc300a2cb2e973efb6aeeda580389a27624f 0.18 MB 124 13
296,979 296,979 00000000000000009c9a22ce297964252cb7840655ed76369912956e53daef44 0.50 MB 1,060 42
296,978 296,978 0000000000000000682d0477a63f0a1f86200ed69850278d9c30c40c28aad707 0.03 MB 49 20
296,977 296,977 0000000000000000719c9d8670fdf08fb457a3fe32c196eb0098c63c29b632bd 0.23 MB 442 30
296,976 296,976 00000000000000008a77ce3f2e2d43bf824c0da77165ca41ac685c256178bdcd 0.09 MB 256 66
296,975 296,975 000000000000000013f402cbcf99d516845dc868e64303415924080dc2af90dc 0.29 MB 275 19
296,974 296,974 0000000000000000312fd98f3737c3af74a9a0eb77dffed49236288bf75b09b7 0.28 MB 514 40
296,973 296,973 00000000000000004bb70a19c23597975c3d24cae1f8a734e83df88296764146 0.37 MB 205 13
296,972 296,972 00000000000000009163b494817380b6e948dcd6253ad2dfe12db33cd6b3f1a4 0.30 MB 548 47
296,971 296,971 00000000000000006876e28daa11c6fce80369e24c6b666427eb27ebfaf9a441 0.44 MB 755 49
296,970 296,970 000000000000000042ad7d8628be3ad61b4ffe13884ce3b94030050242519298 0.32 MB 501 37
296,969 296,969 000000000000000036caebf58bcb791bd0f612bea77fab280c26fa7ee01472d2 0.32 MB 393 25
296,968 296,968 00000000000000001e52969fa074d1376adaa55b05db6d7dc5db17b40c4d2af3 0.35 MB 654 37
296,967 296,967 000000000000000013458e24c280968e896367a01a4e5187a58187dea948dc5f 0.02 MB 35 25
296,966 296,966 00000000000000006982bb72e64c794159e93dc53c60740dcdc6946f46da867b 0.08 MB 183 35
296,965 296,965 0000000000000000468ca627f7344ec59ec09618c23e3c5ea0b16be6660aba1c 0.05 MB 67 14
296,964 296,964 0000000000000000240f78ab8f3fc6c2f9142b9a4f973770271d6cc7568b9ec5 0.23 MB 455 40
296,963 296,963 000000000000000008df5541f58b4231b8e4b4a787bfd89389bca2da765afa8f 0.30 MB 324 20
296,962 296,962 00000000000000005f0e6f9cef692b8923c309bcb0fd47279d029425ac21e45b 0.48 MB 1,024 38
Previous 10 blocks ↓
Total Size: 769.18 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,633.65 GB sent, 93.87 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.