Loading Tool

Explorer IconExplorer

Memory Pool

85,203 transactions
31.91 vMB
0.19603657 BTC
Random Selection Loading Transactions
Max Size: 189.63/200 MB

Candidate Block

Mining Attempt adf0e2efe7bbb2b314b4e186d49a8b8a4f86a89d9de2bb7a56b8f19207129f9a
Version 20000000
Previous Block 000000000000000000017cb93000a20c08f0fc639d471abc5ab7059c2109dbfe
Merkle Root 06f8bb268a1a3550e3adb2cda75ab20b70264dd0042398ed661a8442097c45b0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,811
Size: 1.00 vMB
Total Fees: 0.07552084 BTC
Feerates: 301.64 > 7.57 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,145 (550,535 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
364,610 364,610 00000000000000000c17f800899d77056a61e0ec5a47402e61eba00ee621ba9f 235 1.00/1.00 vMB 10
364,609 364,609 000000000000000007bc33b37c546cf0a9e0cbb1a8e907c291ccfbcfa28f95bb 1,152 1.00/1.00 vMB 34
364,608 364,608 00000000000000000549f8d5cfd9037b4b2f10cbba695a40e537b179af8d6fae 1,229 0.93/1.00 vMB 36
364,607 364,607 00000000000000001264163d4d58357e47c095809007267d4012f539073485e6 1,626 1.00/1.00 vMB 32
364,606 364,606 0000000000000000076ca5b5d093d333ffa76315d4bc910461065f76df55aa1c 1,250 0.95/1.00 vMB 23
364,605 364,605 0000000000000000132d33f6f4cb0e60c530472854b12c275a0cc10456c5b181 898 1.00/1.00 vMB 17
364,604 364,604 000000000000000011e992b8578d716ddc62b809602e9f464baa57916c57f3c6 1,521 0.75/1.00 vMB 43
364,603 364,603 0000000000000000104a47bc7e50d68335cbc447a7dad8e7797c98326fdb0f99 2,347 1.00/1.00 vMB 28
364,602 364,602 00000000000000000e1b463d150852511306099fac8cf607013e00f3a7ee5c00 1,598 0.75/1.00 vMB 37
364,601 364,601 0000000000000000013d8123f3e911f61c22170dbd91dd87db01cc8bb6edbb2c 4,646 1.00/1.00 vMB 8
364,600 364,600 00000000000000000d04cf3a542374b72badaf78809c11717721816b54a7b453 2,886 0.95/1.00 vMB 80
364,599 364,599 00000000000000000a202bc911930d465d3604455a266be351aed9707cc612fc 1,215 0.75/1.00 vMB 37
364,598 364,598 00000000000000000d6b10eaa3f758a532f1fd5ec425c5ed0b6bfe6582be9b25 1,158 1.00/1.00 vMB 23
364,597 364,597 0000000000000000085f25180bc81cca502e9e30f64125cee500540d76ab8c97 1,872 0.93/1.00 vMB 45
364,596 364,596 000000000000000009afd859c0be7f358709a00f402db50b79fa17565783ec40 1 0.00/1.00 vMB 0
364,595 364,595 000000000000000015660f99b32976658f9e3a930e958084c606c894ed74a104 1,310 1.00/1.00 vMB 32
364,594 364,594 00000000000000000286da69a7cdb5c1c978b311fd89512a83b6da536f796065 1,312 0.75/1.00 vMB 35
364,593 364,593 00000000000000000ed9016d83ddfb9e0db348123a21d6d752fda4087c2cc623 2,185 0.95/1.00 vMB 51
364,592 364,592 00000000000000000bec1ddef2a1a2693d162f3e673112be9eab3d2e4fcdc0dc 1,022 1.00/1.00 vMB 21
364,591 364,591 000000000000000011148f72c2af095ea358064250874c7c673a84cfc587565b 1,329 0.93/1.00 vMB 30
364,590 364,590 0000000000000000042672c761c2fed9f631d39c3c8392b2f3c9043d7ce8c9c6 1,192 0.92/1.00 vMB 25
Previous 10 blocks ↓
Total Size: 782.65 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: 672.60 GB
    • Received: 16.28 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.