Loading Tool

Explorer IconExplorer

Memory Pool

83,028 transactions
30.51 vMB
0.10963499 BTC
Random Selection Loading Transactions
Max Size: 183.88/200 MB

Candidate Block

Mining Attempt 9c55bc13adf3f75aa13dbb94097e3b9f90e9dfb4f2973f2efdcd465ae639b823
Version 20000000
Previous Block 000000000000000000014edc16f735012cfd6c99b298f4296e1026fc6bd193bb
Merkle Root 2112ce150cf0dd9dadd9f323fb66d75b2967b3a8c596fcb1ed72231a891bc45b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,509
Size: 1.00 vMB
Total Fees: 0.04657497 BTC
Feerates: 526.32 > 4.67 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,967 (646,078 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
268,889 268,889 0000000000000002ca7dd82f1ab971275dbf846bd53613ef57f8d4a759a6ad1f 338 0.20/1.00 vMB 57
268,888 268,888 000000000000000055abf36f36d3b8b6e7c861f3654162cda6a675e28b36c915 611 0.26/1.00 vMB 73
268,887 268,887 00000000000000040e02e614ffc6a0caea0e3a305893a9b9e85a47c4cb709653 718 0.31/1.00 vMB 57
268,886 268,886 0000000000000000785ae93d5cc8938ebb9fc74f2182a57d48d189d9f0815354 843 0.40/1.00 vMB 59
268,885 268,885 00000000000000028260e5f55c078c69568044e34361ab50c115a6956a78c6c4 507 0.20/1.00 vMB 93
268,884 268,884 0000000000000007d64b33f04f95af327c9151bb72d25d59ebe7f6f199ecbda0 35 0.01/1.00 vMB 75
268,883 268,883 0000000000000005506b55b9c38cc00c76343854b46e8f9e40467f084cbf98a3 20 0.01/1.00 vMB 62
268,882 268,882 000000000000000730c9062af43ca6ce1d91f13893c5ddb1129de35b2334f573 97 0.04/1.00 vMB 68
268,881 268,881 0000000000000002f39a32a4be8d3b5f77206ef5eb7bdc65e6743429a84f707c 141 0.06/1.00 vMB 60
268,880 268,880 0000000000000003d63eee320c70dba42b75c5d7de1798c509c7bead107f20bc 72 0.05/1.00 vMB 53
268,879 268,879 0000000000000004bed85933df7d19abba680d5191de9ea428c0c1ad6fb15aa2 379 0.21/1.00 vMB 76
268,878 268,878 000000000000000411d5d9203854a847656fce13ede8c47c1536a3ae5e5cde08 1 0.00/1.00 vMB 0
268,877 268,877 00000000000000026ab452a4c602e8c7b3d6bff1155bf801a44612ce9d51c896 5 0.00/1.00 vMB 10
268,876 268,876 0000000000000003c0011a3edb5684a01bdaa168007d2b7e1c1a88b6095e9215 153 0.06/1.00 vMB 125
268,875 268,875 0000000000000004a1f1444bc8e41e44d92be7f93a9e962dce46de2ee7cdc80d 185 0.10/1.00 vMB 20
268,874 268,874 00000000000000061db3021b7c7f5301bf56a8dcd0d96d435f54266df51c9ef4 632 0.25/1.00 vMB 82
268,873 268,873 0000000000000004c95805fcb3038f5fa94b6d4b9b60017202c7b4a39674804b 259 0.15/1.00 vMB 63
268,872 268,872 0000000000000002cfbc254558e8aea3eab620b6a0f7296d76e298811aa213d8 396 0.19/1.00 vMB 62
268,871 268,871 00000000000000052a39d17606493a8d6fc853b107642e336ff52180c0099945 1,034 0.50/1.00 vMB 36
268,870 268,870 00000000000000083b3248a2c6a46c6686aea11fd4877166ff1ff9b55f4bf50b 436 0.25/1.00 vMB 6,139
268,869 268,869 00000000000000081e15399b7d9f320c161c15a9122ec6301661ec34da403cbe 149 0.06/1.00 vMB 75
Previous 10 blocks ↓
Total Size: 782.33 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: 660.41 GB
    • Received: 14.73 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.