Memory Pool Memory Pool Refreshing

27,361 transactions (10.11 vMB)
  • 1 sats/vbyte = (36 blocks)
  • 2 sats/vbyte = (18 blocks)
  • 4 sats/vbyte = (9 blocks)
  • 6 sats/vbyte = (8 blocks)
  • 7 sats/vbyte = (6 blocks)
  • 8 sats/vbyte = (4 blocks)
  • 10 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 54/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,910 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,695 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,909 (822,108 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
86,801 86,801 00000000001664fe659dd80b40d2a45b78f2a13ed80e9040358bacf03bc75b0e 0.00 MB 2 0
86,800 86,800 0000000000054958b1e11df90134fbfe4ace88ac5aa7be019097c9634844a235 0.00 MB 2 0
86,799 86,799 00000000000fcc7d260af28b7b543eb39947783f1729a4128c7e1354d1dfead7 0.00 MB 3 0
86,798 86,798 00000000001217cea3b02001243b5ec17711a88fdba6efcfa304321bb691fa10 0.00 MB 1 0
86,797 86,797 00000000000f86e51c61173774efe98e3719ad32475708b9c69dc05bca584cbd 0.00 MB 1 0
86,796 86,796 0000000000114f174ae2db410884974c245c051a68010725d6c8d6ebc0d0cddc 0.00 MB 3 0
86,795 86,795 0000000000074046cfead5533d0a7e32387b840eb8c7afbca0da5845371b5f59 0.00 MB 4 0
86,794 86,794 0000000000052df871358952f5d5748ec45ce985fdfe6a70518b8bd24d9edc74 0.00 MB 1 0
86,793 86,793 00000000000665238f2f7925e18132dd171865f2baa39585645aa9f117a9d9eb 0.00 MB 1 0
86,792 86,792 000000000015afdab8e8bacdb9e484610558eb310c6d0037942d3ddbbc14704f 0.00 MB 1 0
86,791 86,791 000000000002a93574a01e54afb8526031dfc233f02254cbedaf583fc6880ff9 0.00 MB 1 0
86,790 86,790 000000000018186a894696f23a867be33d7055356746344b9d148eda8936f589 0.00 MB 1 0
86,789 86,789 00000000000f2fc25880415017257ac6061d6f7099ab31acb2232e00aa3788dc 0.00 MB 1 0
86,788 86,788 000000000012272cb8b2beef025fdfcf4537808b72feebf34b1af47e73bb21ee 0.00 MB 2 0
86,787 86,787 00000000001024716c3cffe912dc6c1aac8cd3c08163c5d9eb9725323589402f 0.00 MB 2 0
86,786 86,786 0000000000023fb617934f11e702522eedae61d233e29299c712cd3ebf5faffd 0.00 MB 1 0
86,785 86,785 00000000000cd9b5e71b2f25ab5f30d5cd0e2433116300cdb46b244f08bbd972 0.00 MB 2 0
86,784 86,784 00000000000d366882363258ce8e06563d8292a502c48aac683dc839b2e3d139 0.00 MB 1 0
86,783 86,783 000000000006c845c7ec30370dff9442761a855d8083a4080d2236811d0d0a43 0.00 MB 1 0
86,782 86,782 00000000001d86eafe708a9ac03a1b65c3007c1953168ad9064b2c2e952d512a 0.00 MB 1 0
86,781 86,781 000000000002bcbcd28d0e6e2d0610a3aaafaf1d661b33e02c8f686e30eef508 0.00 MB 3 0
Previous 10 blocks ↓
Total Size: 771.38 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,863.90 GB sent, 104.31 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.