Loading Tool

Explorer IconExplorer

Memory Pool

43,386 transactions
27.05 vMB
0.06344143 BTC
Random Selection Loading Transactions
Max Size: 142.31/200 MB

Candidate Block

Mining Attempt 72363443aa2365c7bca70ece03e81b1f48328e3c719517eb0d3c2b9a53533ea8
Version 20000000
Previous Block 000000000000000000015e8f4c39ca0699d930716f37fac725961f0c21424ed6
Merkle Root c5888e1bf326bf85a74730e8285fbfcf2c6b1027efe2c61958be3bc7ab0e3601
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,362
Size: 1.00 vMB
Total Fees: 0.01287028 BTC
Feerates: 151.15 > 1.29 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,906 (198,697 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
716,209 716,209 000000000000000000092b0d5136456c823d9ce8ad705f4bdd2394ee284b2fcc 226 1.00/1.00 vMB 1
716,208 716,208 00000000000000000005dfe56fc7c75f0744a3de50faf783650517f34898280f 2,064 1.00/1.00 vMB 10
716,207 716,207 000000000000000000035cfc50705109f64dbab5a5a36fd4b0eb5ff36a04f977 691 1.00/1.00 vMB 3
716,206 716,206 000000000000000000050c31bfb57604572070f6709ad74cb0115ccafe891580 2,431 1.00/1.00 vMB 10
716,205 716,205 0000000000000000000af1aea486c2434520365eaf145bf36b29c0a4b54acad6 967 1.00/1.00 vMB 3
716,204 716,204 0000000000000000000140848d90940773ffe3cd06e47bdb9df7e7189b54a13b 1,389 1.00/1.00 vMB 12
716,203 716,203 00000000000000000006a56817639f2adefaf46acab1dbdc0c7fbf1c56da01e7 2,229 1.00/1.00 vMB 17
716,202 716,202 000000000000000000088b9fe6eee840fb6e26b6575f645677e461c30188db25 490 1.00/1.00 vMB 5
716,201 716,201 0000000000000000000a523ed425422e6e6d5b21b7614d1b34e85655b853ed9c 662 1.00/1.00 vMB 4
716,200 716,200 0000000000000000000576eb32bbb667b8ff8717f4b555a59ba9d1ff0b9cdd0c 2,061 1.00/1.00 vMB 3
716,199 716,199 00000000000000000002e90c56102b5aeba6629ffa005c5678874561f3bb6b15 2,210 1.00/1.00 vMB 12
716,198 716,198 00000000000000000001697aaf1cc58e8cdb7de90b8c9d4fd6af020fea0199ae 2,121 1.00/1.00 vMB 7
716,197 716,197 00000000000000000009a4b2a4a7bc1f46aee546e57caa026dafb0bf8e3bae05 2,230 1.00/1.00 vMB 10
716,196 716,196 00000000000000000006c6c15dd4e5fdda6d1babc4b48326cf39746dfdb99f1d 1,924 1.00/1.00 vMB 10
716,195 716,195 00000000000000000007d8368324673c363fce6821ad98f6f0cf656e42d004c2 1,988 1.00/1.00 vMB 12
716,194 716,194 00000000000000000009239f801f65bfd39268b433f7da3a1061ec44fa3e61df 1,988 1.00/1.00 vMB 7
716,193 716,193 000000000000000000024c20641f7c502b94619e0f31f2a21d4f89dbfbba0f98 2,472 1.00/1.00 vMB 15
716,192 716,192 00000000000000000007d389f9e1d530533d82fc6afb810e204d9bfe05e08776 1,316 1.00/1.00 vMB 7
716,191 716,191 000000000000000000051921ea28b00339fa94fe2771ffd652357172c9ebe88a 2,614 1.00/1.00 vMB 9
716,190 716,190 00000000000000000003ccea9bb09eab848ff8d87eee01876cb1026979cf0342 2,611 1.00/1.00 vMB 7
716,189 716,189 00000000000000000000e8a84b7a52d6f14ee9a80e26c38e92f261224e483bed 2,284 1.00/1.00 vMB 8
Previous 10 blocks ↓
Total Size: 782.22 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: 654.76 GB
    • Received: 14.18 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.