Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,528 transactions (0.42 vMB)

Priority:

  • 1 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,547 000000000000000000022b910000000000000000000000000000000000000000 0.41 vMB 1,518 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,546 (674,765 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
236,781 236,781 000000000000004f80eabfb1383981b4c8e310cbe2432942625d754cb629a05c 0.25 MB 640 192
236,780 236,780 000000000000009aa80cb5a20f6d0b5932737b3f733d77f72b8bafeddacdbe5f 0.10 MB 344 5
236,779 236,779 0000000000000020633af7f8893da496f50bcea88b738fa7a7d8971533c215e1 0.14 MB 265 133
236,778 236,778 00000000000000fc9378f5b3192e2a9af18618ef3ccd493804b9474cc1a7df40 0.10 MB 210 135
236,777 236,777 000000000000015ee64d264967974d5f87a002711982c6fe036ea3c3c98d48a6 0.15 MB 311 122
236,776 236,776 0000000000000057386d141fa4550e09702da95ed596f06dc6305e65e44eda2e 0.08 MB 160 112
236,775 236,775 00000000000000539fb253699309f453e4dddae61e8c2405d3340d3cee89f679 0.47 MB 150 65
236,774 236,774 000000000000017fe48a5e057b92020d4be567e602226d2a58b50692ea0a27c2 0.24 MB 399 150
236,773 236,773 0000000000000062b824b0311f130c2d8ad7664fe75a08df4e89d7c6043ec4ad 0.10 MB 248 82
236,772 236,772 000000000000003bfbd31763f7c92394b13bc9f37ac2fd7c052fb7e12dc8d2ab 0.09 MB 123 139
236,771 236,771 00000000000001428c96202cbd31e8e82cdd2325c29b19ac41cf94f6936c2a37 0.20 MB 272 147
236,770 236,770 000000000000004b1f1123276679efa8c92a259f695944da966719b2b85102d4 0.25 MB 597 203
236,769 236,769 00000000000000c1d0843558ca5e47b9da6a78725c05c3f9f0634ea5ab31fa09 0.10 MB 269 82
236,768 236,768 0000000000000085b0ea077b0894781dfd183c7334fe0f776acbbf757c365dd0 0.11 MB 188 155
236,767 236,767 000000000000001f412cf2e929697943094071654ab192da3a11e1b7b93eb2d3 0.17 MB 397 181
236,766 236,766 000000000000005ba7b87e169c9cd72d56e694a4b1facc2e611205c575a711db 0.09 MB 180 181
236,765 236,765 00000000000000533ed5cf4de7b0e39927a0c54a5e4d76171983b799c0ea2eb6 0.21 MB 422 195
236,764 236,764 00000000000000f53bc3fd3c95eb8ea3cb4c551907a59e3f037f3d3f2d29fb0d 0.12 MB 234 154
236,763 236,763 000000000000007c84bc25bb88d3d1ac260a00344bc94907342a7204baae538c 0.22 MB 566 186
236,762 236,762 000000000000004b278d6b11cf999a999d307f4bc88803189e5c6c2be165bc2b 0.09 MB 208 174
236,761 236,761 000000000000001e0566dc05124fb8fe2c1afe3f185ea45324503c8e7771b912 0.05 MB 68 64
Previous 10 blocks ↓
Total Size: 776.25 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: 2,413.91 GB sent, 129.90 GB received

Notes

  • This page updates every 5 seconds.
  • Use the search bar at the top of the website to search for transactions and blocks.
  • Memory pool size (vMB) is the total size of the raw transaction data (not including metadata).
  • Block size (MB) does not include block header, tx count, or coinbase transaction.
  • Feerates are in sats/vbyte.
  • AFR = Average Feerate

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

  • Basic. The data is laid out to try and represent the structure of raw transactions and blocks.
  • Fast. I've made the pages load as fast as I can. If you can't be pretty, you might as well be fast.

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:

  • bitcoin-cli getrawtransaction <txid>
  • bitcoin-cli getblock <hash>
  • 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.