Loading Tool

Explorer IconExplorer

Memory Pool

76,077 transactions
21.02 vMB
0.06982873 BTC
Random Selection Loading Transactions
Max Size: 140.60/200 MB

Candidate Block

Mining Attempt c31a0252fb37f3d3ad5e8a2d6ef263d507d989bfb66a4c5c11895bdfa743e59c
Version 20000000
Previous Block 00000000000000000000810867c47bcbe7734223df22e2796f25920c2579eb8d
Merkle Root d5610b0e2048794b02a21003c0bc4d0d40e4787321eb213093ca64dd5c90aabc
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,534
Size: 1.00 vMB
Total Fees: 0.02308063 BTC
Feerates: 313.32 > 2.31 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,981 (840,469 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
75,512 75,512 00000000001b079c21ccd089c1f214a3883924710c5d9f241bd751fe256f69de 2 0.00/1.00 vMB 0
75,511 75,511 0000000000024f9df3734d70a1f323a64b314d8b777418004edf14e10c9a0ef9 7 0.00/1.00 vMB 0
75,510 75,510 00000000005e34c36c08a2ef36925a4b5500c7f29aa054088629ffd8dc26ccfa 1 0.00/1.00 vMB 0
75,509 75,509 00000000007bf4508b3b01476abe7e212b169baa57948dc47f32cf291aea8334 1 0.00/1.00 vMB 0
75,508 75,508 00000000001f7dfbc4c9f1782883a8a90fbd662be8b79e2d41884cca5e410b92 1 0.00/1.00 vMB 0
75,507 75,507 0000000000228b2eee41a8930eb1637a1766a770bc9655f33391b0ba63bfeecf 1 0.00/1.00 vMB 0
75,506 75,506 00000000003c9e26decfc363a88a3a730bbb41eeabfb81e50ba085169099a98e 1 0.00/1.00 vMB 0
75,505 75,505 00000000002ebd7ab044a87b41e231326c9e1b6904e213fe67a2309faeabd491 2 0.00/1.00 vMB 0
75,504 75,504 00000000004dec7c18770294c0d4317a80ee3010913925eb85ac22650f9d219a 1 0.00/1.00 vMB 0
75,503 75,503 00000000002998eebf19777b603c278a02d3d8915a13798851e0f0d37b6c85fe 1 0.00/1.00 vMB 0
75,502 75,502 000000000062e8bb19dbf89b8bfb0082a9ecf9575776dc236d513a0256d6f471 2 0.00/1.00 vMB 0
75,501 75,501 00000000001442ada73522fc9b2319a7c507acb73d76972d293095c526870176 1 0.00/1.00 vMB 0
75,500 75,500 000000000050de28c36a87990ad32da90a0ef1053bdce8cdd7b0cfec4ac1c0c6 2 0.00/1.00 vMB 0
75,499 75,499 00000000001f05fb5d2b8d5e16540f5b02f094d92e41f628aebeab806f71bcaf 2 0.00/1.00 vMB 0
75,498 75,498 00000000004fc76c3381e0e5e11e690a56f0062cf41b86b073b8c1b86827d53d 3 0.00/1.00 vMB 0
75,497 75,497 000000000075ffc394e43194bc24be3e2a82c5f9ba2a38affc08da51acc71248 1 0.00/1.00 vMB 0
75,496 75,496 0000000000789e784df3a693fe854256ceaca34b5c6802ce19ae6bbebafe6194 1 0.00/1.00 vMB 0
75,495 75,495 00000000007088b012548e6ca524e8d5b7b4226311574ecacc43a34b7f430b0c 1 0.00/1.00 vMB 0
75,494 75,494 0000000000185174683fbb72a39d9210b56b117ef2691466ea30808faabe321b 1 0.00/1.00 vMB 0
75,493 75,493 00000000002ce248bd785a3d8ac0cdc06e7df3a8ab88f9690a518035ad5491d5 1 0.00/1.00 vMB 0
75,492 75,492 0000000000388213fbe007ca81023bd19b4bbd60334b995d05314808aab8aa84 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 784.09 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: 806.86 GB
    • Received: 23.09 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.