Loading Tool

Explorer IconExplorer

Memory Pool

73,471 transactions
27.19 vMB
0.06278198 BTC
Random Selection Loading Transactions
Max Size: 166.06/200 MB

Candidate Block

Mining Attempt 505d6d43004345a31465a1ab8b2f55b0f1b910214177e7ed83226ae64f49bb97
Version 20000000
Previous Block 00000000000000000001dd92e066f2c7ec28252fbb6b5fa39f46ea7f85c79f17
Merkle Root ba23e12e976e6a68e2d5003254ef3221a727cdfd762e503aa86d8d72d39ff84c
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,824
Size: 1.00 vMB
Total Fees: 0.00516403 BTC
Feerates: 84.38 > 0.52 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,287 (460,269 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
455,018 455,018 000000000000000001cf390c0b25c77ac4420a4a0e158a33ed2e98cbf7d60a7b 2,279 1.00/1.00 vMB 154
455,017 455,017 00000000000000000125fc5d9fc3f7ee4e16799f9c84210eab16d0691bcc7d2d 3,290 1.00/1.00 vMB 103
455,016 455,016 0000000000000000022b18d4f97e471de0f6cc161a2010d252be7186974d45e6 1,071 0.37/1.00 vMB 215
455,015 455,015 000000000000000000625bdce549e40b07835988aa5983337cf966f996c64881 2,334 1.00/1.00 vMB 170
455,014 455,014 0000000000000000001cf883c733ef7451193a510c453a8167b40ed74dc58cd5 2,704 1.00/1.00 vMB 164
455,013 455,013 00000000000000000159db5dae9318e53e3916da0043970304ae680e6c2a6ceb 1,649 1.00/1.00 vMB 156
455,012 455,012 000000000000000000f68589649763e81f5accc1885a2696983aa60788dbf3f2 1,997 1.00/1.00 vMB 138
455,011 455,011 000000000000000001928c19238150688843796bb271ef83c5c1c09cd38a7586 2,059 1.00/1.00 vMB 185
455,010 455,010 0000000000000000026bd385877251ae3c4da979394dcbd27bb06055c23939a8 626 1.00/1.00 vMB 202
455,009 455,009 00000000000000000272a4fb33cb48f85f250466954087105d80cb4c8f4efd18 2,134 1.00/1.00 vMB 311
455,008 455,008 0000000000000000007bf2ac0b1e56d334cf8bdfb78d039b634e59aee1239755 1,760 1.00/1.00 vMB 210
455,007 455,007 0000000000000000021267319a5c0baf1a7be3915880038b7c88ca258cdaae3e 1,648 1.00/1.00 vMB 278
455,006 455,006 00000000000000000217e2b5ac45ebc7ed3925dd27fc7bda491bdc7fe70375dd 2,082 1.00/1.00 vMB 183
455,005 455,005 00000000000000000041f1b3770cb633a3a79e66f3cf7599be388224027bc142 1,895 1.00/1.00 vMB 210
455,004 455,004 000000000000000000c4b5807b01e898b6df9c8089b0da97c6e3f2ae449f16b7 2,950 1.00/1.00 vMB 153
455,003 455,003 0000000000000000025a107e08b9dea29778733d1ab7ae43f59d471a475d8bc5 2,349 1.00/1.00 vMB 174
455,002 455,002 000000000000000001d2856c6bb6eb47ce0a27f1e69d15565ae46d437f69ae90 2,560 1.00/1.00 vMB 146
455,001 455,001 00000000000000000235fb8e801a5f28f55c09a03a10b4f626b039e44413f7f1 1,800 1.00/1.00 vMB 178
455,000 455,000 00000000000000000254b7be4e1cbee667322f82b72b9c6db2f6d053d2993f88 1,403 1.00/1.00 vMB 172
454,999 454,999 000000000000000001884a3378e1c5c211478f230a1486b4fbf1e793b88a7eba 713 1.00/1.00 vMB 177
454,998 454,998 000000000000000001590e7582a3fdfbc209dfdcb2b422316167db0c23c56416 381 1.00/1.00 vMB 181
Previous 10 blocks ↓
Total Size: 782.89 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: 713.36 GB
    • Received: 17.36 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.