Loading Tool

Explorer IconExplorer

Memory Pool

38,627 transactions
26.69 vMB
0.08544719 BTC
Random Selection Loading Transactions
Max Size: 136.91/200 MB

Candidate Block

Mining Attempt 49bf7b0a47306f47426b8122aee54962cf2fdf4e8cd292fc5e81f2a4e05875cb
Version 20000000
Previous Block 00000000000000000000d48a01c3ed8f61c1c06ca18e9a1143cbde3caba3340e
Merkle Root e7fc8f3513a8a9d7a59eed8e1e82f07a2590386dfa8bf7244cad1fee2bd56d4a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,624
Size: 1.00 vMB
Total Fees: 0.03227276 BTC
Feerates: 152.71 > 3.23 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,688 (283,343 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
631,345 631,345 0000000000000000000f1d65aa24d88514f2ac99a38e8085f8561b4ed147ccba 2,909 1.00/1.00 vMB 107
631,344 631,344 0000000000000000000bc65817f4fb36cd20a7238a18fbeada74d9ca3e3d4e6f 2,780 1.00/1.00 vMB 114
631,343 631,343 0000000000000000000f72c50a65aaa9f27e4f353abb625129dbba06b5bbde34 2,704 1.00/1.00 vMB 67
631,342 631,342 000000000000000000115f09525aa0d87473ff686e5d752ced291cabab8b1327 2,599 1.00/1.00 vMB 168
631,341 631,341 00000000000000000001cf10ce2a2e2073ac803ce8ce246dc92b85247306405c 2,187 1.00/1.00 vMB 194
631,340 631,340 0000000000000000000cdd6602ddbff256aa98f440d70529c83c9f22ee2a8c64 2,924 1.00/1.00 vMB 146
631,339 631,339 0000000000000000000714df12959d57d8d02f957ef3cbe9cc768aca7ccb906c 2,534 1.00/1.00 vMB 101
631,338 631,338 00000000000000000004c1e3f1f889501b5b2407a2fe37bd94f76fb7b417ed54 2,582 1.00/1.00 vMB 170
631,337 631,337 0000000000000000000d61012680d0913d7f83aed683504cbce2df88e79bbb8f 2,663 1.00/1.00 vMB 141
631,336 631,336 0000000000000000000d22cd79336e5ccad89a052451784803abecf6f81557d2 3,059 1.00/1.00 vMB 217
631,335 631,335 0000000000000000000bf410fb15652acf9a348e2ab73e72e1234515978c8a1b 3,120 1.00/1.00 vMB 230
631,334 631,334 00000000000000000010e0fdd11600f9025bf0c1e89a2fa36d62bf396564da70 2,668 1.00/1.00 vMB 39
631,333 631,333 000000000000000000081403eaa524830b19661d755cc9c6f558b41618fb430e 2,845 1.00/1.00 vMB 67
631,332 631,332 00000000000000000008b44ca2f2842468a827959f516bab8a8b035e84a60d5d 2,461 1.00/1.00 vMB 187
631,331 631,331 0000000000000000000fb3a85af51a1992b286f3f4850891b8779c3cefc5c677 2,604 1.00/1.00 vMB 229
631,330 631,330 00000000000000000010bdce57b3a98b7438f0d4d1ccced3450c3421e6625ed5 3,086 1.00/1.00 vMB 231
631,329 631,329 0000000000000000000fddd33d8328c289f77f3c8e239ba08a5266caf682bf7e 2,607 1.00/1.00 vMB 186
631,328 631,328 000000000000000000027cf4618b2d7842ec1c71433da3e182d5fafa57a9dc4a 2,573 1.00/1.00 vMB 23
631,327 631,327 00000000000000000005d3878320828ffcae381a83443fd39f3a552ae104fccc 2,772 1.00/1.00 vMB 45
631,326 631,326 000000000000000000044ea45b8313e16f1eff65d0cdf5e641011d1ae5bf60fc 2,929 1.00/1.00 vMB 141
631,325 631,325 000000000000000000015baba9e227b9852e5156642411c7ebd643126bdba35a 2,605 1.00/1.00 vMB 222
Previous 10 blocks ↓
Total Size: 781.84 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 637.50 GB
    • Received: 12.42 GB
  • Uptime:

Notes

  • 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.