Loading Tool

Explorer IconExplorer

Memory Pool

79,851 transactions
30.31 vMB
0.08555870 BTC
Random Selection Loading Transactions
Max Size: 184.48/200 MB

Candidate Block

Mining Attempt ad23e78be0ae3e6bd0f5c1b761be119c4e85debbf8aed47789f5b02df1df3f55
Version 20000000
Previous Block 00000000000000000001b18527090b50466f4d831af0ce90acc09da8967d8af7
Merkle Root 96b64fb19dd678e034e0b9bc7ee84bda4677e7ab4d73221aac2dec24c20feb9b
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,423
Size: 1.00 vMB
Total Fees: 0.01785698 BTC
Feerates: 203.60 > 1.79 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,395 (524,869 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
390,526 390,526 0000000000000000067145afbc4d8bdba7aeb97953ee655206b89b184add2392 223 0.16/1.00 vMB 21
390,525 390,525 00000000000000000850523b635e4ba445e7fed765415d5746f2ad35ce78edac 125 0.15/1.00 vMB 11
390,524 390,524 0000000000000000086f3481d033862044fb6b5deec0d451ea0374a9bde85a7c 411 0.44/1.00 vMB 17
390,523 390,523 00000000000000000a5d28595841bc49d9b94e2c4fa29866f2f838ce5b24734d 447 0.26/1.00 vMB 20
390,522 390,522 0000000000000000008793256f7c517f0898ed488a61b6818052bf672b57ff04 161 0.25/1.00 vMB 12
390,521 390,521 0000000000000000091588777895b3e944ec39b691bc11c889d4be2007af6fef 460 0.23/1.00 vMB 32
390,520 390,520 00000000000000000167df5dd326e61efe95ee473a87236c9bbe9b20399cb718 99 0.24/1.00 vMB 5
390,519 390,519 000000000000000000fe9fa4f7631e775c06cd41a1f6d9a531a641e168674a7d 638 0.33/1.00 vMB 31
390,518 390,518 0000000000000000072402849698d1c4bcbd1647346b58db5cc9682a00b6e561 338 0.25/1.00 vMB 23
390,517 390,517 0000000000000000010d39bbf1bce06bdad3703732869d22e49089b3e539bcfd 106 0.31/1.00 vMB 7
390,516 390,516 000000000000000009e4f2cc52dc7801416fb57044781e45ef7defd766fd28ab 106 0.08/1.00 vMB 16
390,515 390,515 000000000000000002d0cae8822c3a6df025fb12c564938dc5ad28aa569f6149 410 0.25/1.00 vMB 26
390,514 390,514 0000000000000000024cf1cb84ef2aafb43137e43fd3136810926cf2e3c390f2 1,415 0.77/1.00 vMB 33
390,513 390,513 000000000000000000c8f178088189a441edf420293fc724debcd3b911eee330 709 0.31/1.00 vMB 39
390,512 390,512 000000000000000000ba33fdc5dfe1d305ee88040ab4e679fa53b8a5c14e88a0 516 0.67/1.00 vMB 13
390,511 390,511 00000000000000000029c4aa1b15f6bcf57bd4f2fa30da7d273ade017c1d4020 93 0.86/1.00 vMB 6
390,510 390,510 000000000000000003d5e3830808df794d2f32e043aa49d96334f51537d213b1 905 0.44/1.00 vMB 33
390,509 390,509 0000000000000000053350d69bc1b42230320587e4244ba1b133ab01fafd1197 1,240 0.91/1.00 vMB 24
390,508 390,508 0000000000000000063904a5c66190a97d6f763bf2d6ef8ec62988628b761758 1 0.00/1.00 vMB 0
390,507 390,507 0000000000000000028e257fc2a474e84765b513a4fac7c6b22da11ccac2c924 708 0.48/1.00 vMB 26
390,506 390,506 000000000000000008b0c514554f121be2db930fa01f9dd25d08d1388ae78394 775 0.36/1.00 vMB 30
Previous 10 blocks ↓
Total Size: 783.07 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 720.94 GB
    • Received: 18.32 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.