Loading Tool

Explorer IconExplorer

Memory Pool

82,069 transactions
30.33 vMB
0.08728382 BTC
Random Selection Loading Transactions
Max Size: 182.83/200 MB

Candidate Block

Mining Attempt c9b3fc14fcde90fccf04c5e8f6b040b1e20467d43b700609007a4adf5e11d198
Version 20000000
Previous Block 00000000000000000001febb03fdcff4c8ac482b94dd8500539809f9da5db1cb
Merkle Root 374092fe3caf7ea6b2f28147611f302abc504340c8ef7a0f7141428f93c4f8d7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,522
Size: 1.00 vMB
Total Fees: 0.02505368 BTC
Feerates: 502.67 > 2.51 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,981 (174,483 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
740,498 740,498 000000000000000000046ff05f9c9f66784d921181d52d9b97d7094cf86dcde8 3,116 1.00/1.00 vMB 10
740,497 740,497 00000000000000000004cb0d82bdda4151cb2091b8dfc23ea29f152f4815c02c 3,204 1.00/1.00 vMB 13
740,496 740,496 000000000000000000091146a6df3ba908d7b4c8ed73b28ff8e8952fe569de9e 3,065 1.00/1.00 vMB 3
740,495 740,495 00000000000000000004552f47b3e65e1ffc8f6c66ec0b1b6bdaa24cdb41b5d8 1,922 1.00/1.00 vMB 11
740,494 740,494 00000000000000000007a5417a4ad57be8e86523d3c7a09fac19dca086bfedaf 3,213 1.00/1.00 vMB 21
740,493 740,493 00000000000000000001586bc604eab9fcbf2f9c2f1adb40563b418977d8f8cb 2,045 0.77/1.00 vMB 10
740,492 740,492 00000000000000000004e7c5abcadfe3916f96aa59fd0de0a7e9aa9c8cb4641d 2,802 0.97/1.00 vMB 13
740,491 740,491 00000000000000000001cea95d96f0552a1c5bf475f1294daa6709ef932b65b4 917 0.95/1.00 vMB 1
740,490 740,490 00000000000000000000420d4fd30893bebc9e9be1b6d74f41bc2fb8bbf026de 1,817 1.00/1.00 vMB 3
740,489 740,489 00000000000000000004e8adf12536e0ae3d7a8abfc7e67f56fc77f28e4bc833 3,303 1.00/1.00 vMB 17
740,488 740,488 000000000000000000091ca7e113944024771ca2f5bfb8b31f548c8410bf6169 2,460 1.00/1.00 vMB 6
740,487 740,487 000000000000000000029dab75360fb77b84d287999473a96e78a5d35ad5438b 3,228 1.00/1.00 vMB 9
740,486 740,486 00000000000000000001ab714ac133136bca17d12598b557692d93fc76f5570c 2,607 1.00/1.00 vMB 8
740,485 740,485 000000000000000000011868170c9275c06716611c63ea11199f100c0d707f02 1,607 1.00/1.00 vMB 16
740,484 740,484 00000000000000000007d891b3e27bb9b4248882fe88ec86aef4d8455c315ac5 12 0.00/1.00 vMB 24
740,483 740,483 00000000000000000005de1e76a5e8409ca24f29d6f6ea7895b21e7782f85d1a 2,253 0.79/1.00 vMB 6
740,482 740,482 00000000000000000002699d0fd7bbbf3d93377703b4934317a40a0f13dff3b2 461 0.15/1.00 vMB 8
740,481 740,481 00000000000000000001eb69107518912ffa128bce8c6d6be299ea9310ee69e9 986 0.50/1.00 vMB 8
740,480 740,480 00000000000000000000d223ce2c30f06c91266ebfcd216f6b80870cfea3a30e 988 0.29/1.00 vMB 11
740,479 740,479 000000000000000000018c799986ba5c53074a795ff60879a085f4486a5a7e44 1,504 0.78/1.00 vMB 12
740,478 740,478 0000000000000000000081f18528b3452d0ff077d96bacf09ee990f1956a5817 628 0.30/1.00 vMB 10
Previous 10 blocks ↓
Total Size: 782.36 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: 662.72 GB
    • Received: 14.87 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.