Memory Pool Memory Pool Refreshing

11,105 transactions (3.03 vMB)
  • 1 sats/vbyte = (6 blocks)
  • 2 sats/vbyte = (4 blocks)
  • 3 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 19/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,049 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,455 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,048 (814,895 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
94,153 94,153 000000000004ef0f8069b2d326f70c9a7068c78f017c714f6e29adf5e9d2ec3b 0.00 MB 3 0
94,152 94,152 000000000000dc9a803cddb58901fb05f6033bb6c78dc67b2fec6b95a1f813fe 0.00 MB 2 0
94,151 94,151 0000000000080b5931f175a4933853d9505e3222f4dc50a6b0235cc0a323d074 0.00 MB 3 0
94,150 94,150 00000000000735540f3bfd369d3db1fec84cf530994dd4871f9423c02e62be6f 0.00 MB 4 0
94,149 94,149 00000000000316591e8d61ab3b319c9af0935342edec246f663e28e440c73223 0.00 MB 5 0
94,148 94,148 0000000000008f1fa030261760d92e43089b63142ec1d73778c724eaf5374558 0.00 MB 4 0
94,147 94,147 000000000008139f22545875b13ba983683a8b182f8a79d9a639d9e6032e757f 0.00 MB 5 0
94,146 94,146 0000000000076d7854b0266b7d70aa1249e5d1e31876cb63a0d635c34667f0ae 0.00 MB 2 0
94,145 94,145 000000000007acab236e26d15c87662cf9f30529f534fae5ecce479b5dffb771 0.00 MB 1 0
94,144 94,144 000000000006e5e0aaac0a3ae48c83ff569ddc75001020399fdd7d9cc0841bff 0.00 MB 1 0
94,143 94,143 000000000004d62ac6c4f329dc7800ac32ba007ea2ba4d8d751cb0b26db7a933 0.00 MB 2 0
94,142 94,142 0000000000028950f898caccf67933957e178aa41764234366e718ed49d5edbf 0.00 MB 3 0
94,141 94,141 000000000004665815b6257623b278b03cbb424cde4dfd51fafd7b521c646e0f 0.00 MB 1 0
94,140 94,140 0000000000003406e98ea1736841d435a2913ed1e5be9ee35d5e1fc49cb48b1c 0.00 MB 1 0
94,139 94,139 000000000001f2f617fe0f97574cd270bcb1798b09a3830b7b37593a33a9d56b 0.00 MB 1 0
94,138 94,138 00000000000852ceb5adc65ca1b0cc3f3e583beacad24d2594eef66738cd96d2 0.00 MB 3 0
94,137 94,137 00000000000483d14d28db1b576944e168146717b373873109b82323c22029f8 0.00 MB 2 0
94,136 94,136 000000000007cb1c58fb970670ff539e5a91dd9a559e7a8e4886fbea4e89009f 0.00 MB 6 0
94,135 94,135 00000000000652553e27c149a26ae065cd155795339082b14157b643e3a72d17 0.00 MB 1 0
94,134 94,134 00000000000080eede1a3dba9cfce4f7c658a3781d5f7948ca4eff2265223411 0.00 MB 1 0
94,133 94,133 0000000000071f5ccb611d54a7307e7f94a026fd89447999c4d9103d49100f28 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 771.64 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,896.71 GB sent, 105.71 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.