Loading Tool

Explorer IconExplorer

Memory Pool

83,074 transactions
31.29 vMB
0.08061424 BTC
Random Selection Loading Transactions
Max Size: 190.69/200 MB

Candidate Block

Mining Attempt 4c2854e300c9b3f48aa08fdff7e46e82eb6e20795f6b691e7e1c78a039a4c1b0
Version 20000000
Previous Block 0000000000000000000205b45d904c19e542f059cf3fc09afcf93eab418f2243
Merkle Root 1b5124f6a6c26a7c3f95ec31843f83a76fad0cf79d9dd315dd76c49e335962b6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,864
Size: 1.00 vMB
Total Fees: 0.01293032 BTC
Feerates: 265.25 > 1.30 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,185 (253,370 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
661,815 661,815 00000000000000000008573d8c6c66a037d7902804f3494ebefeb29085868c14 2,924 1.00/1.00 vMB 156
661,814 661,814 00000000000000000007f54230d0dd520dd665af20adeb4ecac15cdec3bd1a97 1,907 1.00/1.00 vMB 128
661,813 661,813 00000000000000000004a7c9b06fda761ddba6c2c1a554fceb09babd855ed328 2,063 1.00/1.00 vMB 119
661,812 661,812 0000000000000000000e9d06b4d65f5e2bfa0ab91597d975aff60ca2dd4e3950 1,724 1.00/1.00 vMB 121
661,811 661,811 0000000000000000000002bf9a5c634a7ddfe563a9d08e6be9c86c7a8e147042 2,666 1.00/1.00 vMB 150
661,810 661,810 00000000000000000005864189948214989cfaff5d97108b2afb9892b64a69f2 1,542 1.00/1.00 vMB 135
661,809 661,809 00000000000000000007031c1cccdb1ef6cb97215507c1beb625e5a345038e3a 2,596 1.00/1.00 vMB 153
661,808 661,808 0000000000000000000d688337ead71c8aee155b3983f9b0ffe596af77c1b1a0 2,032 1.00/1.00 vMB 140
661,807 661,807 000000000000000000012b522883f205ca795cfdc93d96f2719545b3b6b68895 2,530 1.00/1.00 vMB 158
661,806 661,806 0000000000000000000e219f9b7dc1678452239a5de893f112a2b37476f6eba5 1,421 1.00/1.00 vMB 127
661,805 661,805 00000000000000000000a345c28ae273415960ff174b3101e20d97c65551d893 993 1.00/1.00 vMB 127
661,804 661,804 00000000000000000006cd0cf45c61327e5d379e9113e343e7721130db53bea4 1,694 1.00/1.00 vMB 136
661,803 661,803 00000000000000000008acdc94cf82ee2d6a2caebe83d359ae39be7f075016c6 1,439 1.00/1.00 vMB 131
661,802 661,802 00000000000000000003adbe203549ec9a4b95c6036e4cc493fd1c6723f70f02 2,835 1.00/1.00 vMB 149
661,801 661,801 00000000000000000007347ff5efecc07925b16f6743e11e57f67e168243e129 1,439 1.00/1.00 vMB 135
661,800 661,800 0000000000000000000802c54401b95eacc707232c7bf7cf374baf6a80a9954c 1,811 1.00/1.00 vMB 132
661,799 661,799 0000000000000000000043b6737ceba20ef78a5eb95c48c4b077b2dd14133ea3 2,917 1.00/1.00 vMB 144
661,798 661,798 00000000000000000000a66ad4e35687baf77e3354176254582fc7ed8b77d8d4 2,680 1.00/1.00 vMB 146
661,797 661,797 000000000000000000056f2a0d3b519b24c0f4eff071276db89173cc3dcc6724 2,798 1.00/1.00 vMB 175
661,796 661,796 00000000000000000001e5a1f148c4aae5b9ec29a41bdd56bdfcb2a006af59b1 2,848 1.00/1.00 vMB 147
661,795 661,795 00000000000000000000b9e08ad74f6d744e299d6b551aa9c4a4b270c9d2df4d 3,100 1.00/1.00 vMB 179
Previous 10 blocks ↓
Total Size: 782.72 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: 704.04 GB
    • Received: 16.64 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.