Loading Tool

Explorer IconExplorer

Memory Pool

78,317 transactions
29.10 vMB
0.08120891 BTC
Random Selection Loading Transactions
Max Size: 176.12/200 MB

Candidate Block

Mining Attempt b0887ed59e5a6a7f35ebf8648aab791f7e1640e0ef14589380310151e969f69d
Version 20000000
Previous Block 00000000000000000000f174527a55589ee9a7d627506640aecc5089076e5f75
Merkle Root c4456d4b27a2ce93e9ebce2a6f9c1d2c1ef46e66d844c5cf5c07433c3200edf7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,811
Size: 1.00 vMB
Total Fees: 0.02039029 BTC
Feerates: 178.73 > 2.04 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,162 (401,507 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
513,655 513,655 0000000000000000001c881d0e820e9a3d550cbc85ae6aa90ae549f7a5baffc1 244 0.11/1.00 vMB 37
513,654 513,654 00000000000000000029b883440ee01443741715b9b46b1672f048c2d542dc04 881 0.86/1.00 vMB 4
513,653 513,653 000000000000000000195bae959d28f73fbb99517d7f1e58bf19b2490d95bd08 1,022 1.00/1.00 vMB 9
513,652 513,652 00000000000000000045571fdc0335c66cfd486b7f1b8dd1c0d4cb3b3c8131d4 2,407 1.00/1.00 vMB 24
513,651 513,651 00000000000000000034b17013620e5caf214695dfe91e84635f5c7f8e4fec47 2,298 1.00/1.00 vMB 23
513,650 513,650 0000000000000000003785202676e0cebb30dd480c638a7480509d01c512e537 1,864 1.00/1.00 vMB 49
513,649 513,649 0000000000000000005524fee10fb278e3f1691c999c13d93d5128d26df2a8b4 2,489 1.00/1.00 vMB 61
513,648 513,648 000000000000000000424118cc80622cb26c07b69fbe2bdafe57fea7d5f59d68 3,023 1.00/1.00 vMB 25
513,647 513,647 00000000000000000001a1019aeaa126455a2253a1183caedc982900a0fc8c26 2,234 1.00/1.00 vMB 78
513,646 513,646 00000000000000000049b0f5fb9ca3879655a3df3bddf6e674d5e731cd1bf2f1 1,545 1.00/1.00 vMB 9
513,645 513,645 000000000000000000107f0330d2a9cc61ec0e351df9805311eee9e4c1e401af 2,509 1.00/1.00 vMB 17
513,644 513,644 00000000000000000014c83dd08c742029b0ba5fcb090c29be97ce58975a9d44 2,373 1.00/1.00 vMB 20
513,643 513,643 0000000000000000001e32ec28d7e60fcf22645c9b24096b5a6a00de2ede4661 1,630 1.00/1.00 vMB 39
513,642 513,642 00000000000000000052333d0a8a806759521a26dc3b1dcc7618109cf8d94c13 721 1.00/1.00 vMB 54
513,641 513,641 00000000000000000050b459fe48724f9f3087ecc0627d9646d6b772d64951ba 1,292 1.00/1.00 vMB 60
513,640 513,640 0000000000000000002420d7ed57f66b75530ae79f4c6e61e5deca5677f013dd 807 1.00/1.00 vMB 66
513,639 513,639 0000000000000000000bd21673c5f7a6fe2f010cca325426c8b367d0012983b7 2,595 1.00/1.00 vMB 47
513,638 513,638 0000000000000000003031401be220f590ad346ab5cbf2840272b368ee67cc57 1,461 1.00/1.00 vMB 20
513,637 513,637 0000000000000000000bbd9124152ce8cca85b3f5bd7fb224208cd593de3373a 1,836 1.00/1.00 vMB 41
513,636 513,636 0000000000000000003548383594279d272d1cedbfdd0f35b174cdd05042e98c 1,435 1.00/1.00 vMB 29
513,635 513,635 000000000000000000463d72b86de1cd2065356a1d321615c0c1a7eb920370ed 940 0.72/1.00 vMB 14
Previous 10 blocks ↓
Total Size: 782.68 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: 677.80 GB
    • Received: 16.44 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.