Loading Tool

Explorer IconExplorer

Memory Pool

26,118 transactions
17.58 vMB
0.03653661 BTC
Random Selection Loading Transactions
Max Size: 91.53/200 MB

Candidate Block

Mining Attempt 5850cd6a4aa884cc39fd5b59477c878efd1f2a5af70da5228f8646fd189507eb
Version 20000000
Previous Block 000000000000000000009e0789b8fe4bf21a125bf4a3f32b940265696d08a0af
Merkle Root d4e30b7bcb63e68dae51f4e9a99ef2d9779003eb6d5b99cef87bfea6c656c017
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,265
Size: 1.00 vMB
Total Fees: 0.00406899 BTC
Feerates: 46.04 > 0.41 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,120 (759,908 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
154,212 154,212 000000000000076a3e128298ea086736a11c3334657cafdbd7c5fbef9387cefb 17 0.01/1.00 vMB 166
154,211 154,211 0000000000000495bb5bf275fe664a5042a75caac774cb97020d8750860a8343 26 0.01/1.00 vMB 6
154,210 154,210 0000000000000b9fb878906dbee8c5006aab46c95cc78875bd6bd1fd0ad98fed 5 0.00/1.00 vMB 656
154,209 154,209 000000000000063646d4158421b39b214624a95bc230a49bf3c485ff185fecdf 25 0.01/1.00 vMB 19
154,208 154,208 00000000000002f6c9e05b3e6577e1ab8a68944f0abb04842cd7ea95bbbc919b 84 0.03/1.00 vMB 68
154,207 154,207 00000000000004c59884758e999a469a4904d26bc8ab8cc517ddc5600c0ae844 3 0.00/1.00 vMB 96
154,206 154,206 00000000000009259b9f6c95e9e5aa7448a4ce260f29e73873d186e5484affd5 7 0.00/1.00 vMB 18
154,205 154,205 00000000000006b84b3e8d176032994e4770e070218ad54bad092bd3de08babe 3 0.00/1.00 vMB 0
154,204 154,204 0000000000000748db97d6d9e834a6187e03ea5e37501f888e400fa7a0853cfe 9 0.00/1.00 vMB 337
154,203 154,203 000000000000058a46c7105ee54b2e8fad8601a0675b3caa1f0ee02bc77478a7 19 0.02/1.00 vMB 28
154,202 154,202 0000000000000d6e42c8a0f27ac5eba52b0037496f1d82581ae500d4dafb51aa 28 0.02/1.00 vMB 29
154,201 154,201 00000000000002e3c59306a2954c413baa71ad187d67bbffa71261e8b2dea1cf 4 0.00/1.00 vMB 66
154,200 154,200 000000000000068038b71221ea5f47aafbd51f33c6469e22cda1d0ab7997496a 21 0.01/1.00 vMB 14
154,199 154,199 000000000000085e829c292749a22d9d97942185bf49e0e53cdd23670ac89615 109 0.03/1.00 vMB 0
154,198 154,198 00000000000004880afa6a2d3a3cbc8d57e7d652d020083cb80b65de5f9f3de4 1 0.00/1.00 vMB 0
154,197 154,197 0000000000000c6cd69712d7383da3e759e6f4b95f367b9b773e75bb9e8c1686 48 0.02/1.00 vMB 74
154,196 154,196 0000000000000992d316df2d1e9bc6525cc0c0794eeb708c257061d431ebbecf 22 0.02/1.00 vMB 62
154,195 154,195 000000000000004fd8f3f5f2c0f836cbfa0c8e36122c5439f37ad6d08aa62f41 102 0.04/1.00 vMB 66
154,194 154,194 000000000000012b32a3c2c17481ae0bde2a8bf6b7cd1f3b7498b3acf12906f6 10 0.01/1.00 vMB 1,159
154,193 154,193 0000000000000d060dfe8b19db5b1efe2fda13a1144dc0427a1cab3149c87fba 19 0.01/1.00 vMB 184
154,192 154,192 00000000000003096c6242e56a19ebc4ceda75158cfb9b5785c2cdecf43cf40d 35 0.01/1.00 vMB 41
Previous 10 blocks ↓
Total Size: 780.81 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 560.16 GB
    • Received: 7.32 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.