Memory Pool Memory Pool Refreshing

54,446 transactions
31.88 vMB
Show Random Selection Loading Transactions
Max Size: 186/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
3 sats/vbyte 3
3 sats/vbyte 6
2 sats/vbyte 12
2 sats/vbyte 144
2 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
876,322 0000000000000000000297fa0000000000000000000000000000000000000000 1.00 vMB 2,693 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 876,321 (358,306 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
518,015 518,015 00000000000000000049ef63e1ed1e841317bf86df6dc929b0e49367350264b6 1.12 MB 2,393 30
518,014 518,014 0000000000000000000bdd6802ce3592af7baf7f15e0dd585f937ca85e73b5ff 1.11 MB 1,806 38
518,013 518,013 00000000000000000033821377d0309ef401c0cc5af35a06aa92123079abc50b 1.11 MB 1,676 39
518,012 518,012 0000000000000000002efc96427667e396c89720329874a33335d076d5cce729 0.14 MB 202 24
518,011 518,011 0000000000000000000e918a2c37744f945def41424ed9a203b48bba8c023676 0.56 MB 1,141 44
518,010 518,010 00000000000000000029bab8eb5db373b9ef133df08e9ecefeb788b9683141c6 0.62 MB 1,348 32
518,009 518,009 0000000000000000004c2967f43ffa1187a0391031f85279c81cf66dc551c1d0 0.23 MB 386 42
518,008 518,008 00000000000000000011e4968dc07e8def5026586cbcbb2b6bebd2190bdf1982 0.74 MB 1,188 32
518,007 518,007 00000000000000000001f31b8cc933e6ff8a3e09dff1ef32a41078366c4ad619 0.19 MB 302 29
518,006 518,006 00000000000000000049265672470342a6e63ff28b1b164720f651fb4b76fcd7 1.02 MB 873 11
518,005 518,005 00000000000000000043f646542fed73c57fa0c2432dc858b2170561617bc6af 1.10 MB 1,884 19
518,004 518,004 00000000000000000039be2f650753d6e7a4fc7acf1084270ad319ad21e7391d 1.09 MB 1,806 47
518,003 518,003 0000000000000000004a8a1545f212b7683e237fb2f1b20785b7ae01e7a8098a 1.10 MB 1,267 14
518,002 518,002 00000000000000000007f8bfb4bf6e34db4095fe1012139f0644a5fc48f54649 1.16 MB 911 9
518,001 518,001 000000000000000000067abe5ad8911b56da5c4203a5325510537e6576c48617 0.30 MB 630 19
518,000 518,000 00000000000000000027c90a628d252168448a3b2b4523f6a6e9b0a3d021c522 0.63 MB 970 26
517,999 517,999 0000000000000000000f3d4aa6e268f97824d7e27789d2fd1de14d4cf9053123 1.13 MB 2,359 16
517,998 517,998 0000000000000000000f34b6c10a4770b9282a1d40285c0f250d783b119dc13f 1.17 MB 2,215 40
517,997 517,997 0000000000000000002ac4ab4645206dd1d01cbe8216a39511a67f80f863c0f1 1.12 MB 2,563 73
517,996 517,996 0000000000000000002e7d43cb73798ebda12be9365130927f42d8d3ea57fee6 1.16 MB 635 5
517,995 517,995 0000000000000000001f67cb22aa5b49059ebed08f93dcf906e483984cb330b0 1.05 MB 1,936 13
Previous 10 blocks ↓
Total Size: 711.07 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: 761.43 GB sent, 18.95 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.