Loading Tool

Explorer IconExplorer

Memory Pool

40,970 transactions
27.97 vMB
0.07393590 BTC
Random Selection Loading Transactions
Max Size: 143.63/200 MB

Candidate Block

Mining Attempt 5f03f1918251517bf61f26714330b49b10c9cf8c9a47f4eea1f0f5a6147b3c99
Version 20000000
Previous Block 000000000000000000018167fb0d67da764ebb58599678ecc8c26a00688f59da
Merkle Root a25dd53b89660c7ad2ded4374555063ebd98600bebf84c15edfe7e3ed467d8c7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,741
Size: 1.00 vMB
Total Fees: 0.02023159 BTC
Feerates: 101.49 > 2.03 > 0.36 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,645 (180,523 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
734,122 734,122 00000000000000000008603e0639eefe0d4d9fb571768754786f127b4bf38998 2,930 1.00/1.00 vMB 8
734,121 734,121 00000000000000000000394d2c42f0ef3fbadcce8a20b6f8408f092372f5bace 2,989 1.00/1.00 vMB 13
734,120 734,120 0000000000000000000075a1b65970f65651b8991518468f7cefae18a3ae02e3 1,328 1.00/1.00 vMB 6
734,119 734,119 0000000000000000000558a35b535c94c8d6ecb2548707963ece136b1e200ec7 3,079 1.00/1.00 vMB 26
734,118 734,118 00000000000000000008e883342189d6c5d881072eee2fa59ced327fc6b51ec3 2,585 1.00/1.00 vMB 8
734,117 734,117 00000000000000000001df171f8f9e3c5d2a9ea203234192dae87d29d8cc10d4 2,904 1.00/1.00 vMB 9
734,116 734,116 00000000000000000001919ff75dc5326906388e18434fe554b51d5c695228de 3,062 1.00/1.00 vMB 28
734,115 734,115 000000000000000000009cb8011f759c3122a16cfdec252c3960212c45de8b5b 1,277 1.00/1.00 vMB 12
734,114 734,114 000000000000000000059e15177627d73729e1a8fcd5b888b0ea168d52531369 2,985 1.00/1.00 vMB 15
734,113 734,113 00000000000000000004f54c10757329551f2380303a9bc09f6cf78d050cd36b 2,869 1.00/1.00 vMB 19
734,112 734,112 00000000000000000000e9475f28150eede5548f1e88afa0610b7da91c6e5360 2,182 1.00/1.00 vMB 7
734,111 734,111 000000000000000000009671f5a245f1692180fbf62040e437b8dc8879ac73b2 2,057 1.00/1.00 vMB 16
734,110 734,110 00000000000000000003e08755a9acfbad7897d1786b3f50582e9d4393a7ac4d 2,973 1.00/1.00 vMB 30
734,109 734,109 0000000000000000000882fd3b7824cd2b2b89f1c9f7a319504aa43b07f02107 2,613 1.00/1.00 vMB 14
734,108 734,108 000000000000000000057459d0754cd7b0b167a0c4adaa68dc900db93be8d8bb 2,140 1.00/1.00 vMB 9
734,107 734,107 0000000000000000000931b0d51f2bf176c4f416ef6e10fdecea914acd0dcef0 999 1.00/1.00 vMB 5
734,106 734,106 00000000000000000006e8bff223cb86c08de93ba6756815cd03c6e4a055ff73 2,125 1.00/1.00 vMB 11
734,105 734,105 0000000000000000000037a630bf858693b9e041e7f14064a19504ef443e3263 2,820 1.00/1.00 vMB 10
734,104 734,104 00000000000000000001a01fbf47ede1a8661fdadffd0688e357972a58e1e5b6 2,937 1.00/1.00 vMB 16
734,103 734,103 000000000000000000087a45fbe0abe6414859e37a13dca017ce674286b6ed7f 3,102 1.00/1.00 vMB 14
734,102 734,102 000000000000000000071a909fb9dcc1def0f19204f2188d3b5774a1974868ce 1,181 1.00/1.00 vMB 4
Previous 10 blocks ↓
Total Size: 781.76 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: 632.53 GB
    • Received: 12.12 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.