Loading Tool

Explorer IconExplorer

Memory Pool

76,646 transactions
28.69 vMB
0.09277274 BTC
Random Selection Loading Transactions
Max Size: 174.08/200 MB

Candidate Block

Mining Attempt 9e9a9193611ce746d528ac91ddbd66f7179ef45a19ff86deba5d865f90e5577a
Version 20000000
Previous Block 0000000000000000000172681c51a3d1420d64b53f092a1fc2f3f9d3e0558f71
Merkle Root 6120b2bf3c912ec8ccc09a77e8e59d8c305c61d5861cdca045b675f5d315c7a9
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,774
Size: 1.00 vMB
Total Fees: 0.02649230 BTC
Feerates: 180.82 > 2.65 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,270 (511,040 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
404,230 404,230 000000000000000001bc0b5491d43a77fe3b80de77ed14ff29563caa1cef817b 883 0.42/1.00 vMB 39
404,229 404,229 000000000000000005cfd4085a15e750591b0e80aded3d6c8d4f383419a21322 1,079 1.00/1.00 vMB 22
404,228 404,228 0000000000000000030438a88a7ce0d21ae83e7ef48f2ffdc23772ed4f73c3c8 1,527 1.00/1.00 vMB 30
404,227 404,227 000000000000000001edea1a2cfb9a1f8da41622620a6768fc153890186c5c29 1,703 0.99/1.00 vMB 30
404,226 404,226 000000000000000000dd53348bbf20c2ed5173be318cb9ffb23ff5f0e8894dc3 1,746 1.00/1.00 vMB 35
404,225 404,225 000000000000000000edffe763aeb40b101c1f633f11469a58405425e2cbe90d 1,277 1.00/1.00 vMB 23
404,224 404,224 00000000000000000185412ba758480ae5a7746fbea3a354053e34fe93e35acc 1,879 1.00/1.00 vMB 35
404,223 404,223 0000000000000000014bd75257dee71723bc909e1088a2762c4fcd34eac8d527 2,971 1.00/1.00 vMB 49
404,222 404,222 000000000000000001e9e68d5e1698d0a71a83a4e2eb2f77757f99f2984dfe77 2,982 1.00/1.00 vMB 50
404,221 404,221 0000000000000000024fbd20caea46b6c2fc8c3be5241f9621e24cdb396a9326 2,718 0.93/1.00 vMB 86
404,220 404,220 000000000000000003b62e688574120ee508ac0938eb901899d3cf425e93ceb3 1 0.00/1.00 vMB 0
404,219 404,219 000000000000000001ca88cb8f5782f9e2399c5d848be8b27864cdb2714a6c5c 2,076 1.00/1.00 vMB 41
404,218 404,218 0000000000000000023272af80f0f8481100747d7bc8663a07fa3836b30c9336 2,283 1.00/1.00 vMB 39
404,217 404,217 00000000000000000382efca6e9fa8e5eb6f3c75ce99a577e784591eeb1f11f4 3,252 1.00/1.00 vMB 60
404,216 404,216 0000000000000000004d6add26885b34e2e9348046286007e6546a800eff55ce 2,304 0.93/1.00 vMB 40
404,215 404,215 00000000000000000537f087c64e86b46719664ed69352bd21fed5889c0b431f 1,032 1.00/1.00 vMB 18
404,214 404,214 00000000000000000374fcfb285534c02373e82bb7dad1e0363629b6c4d62a91 1,147 0.54/1.00 vMB 38
404,213 404,213 000000000000000004414cd4162c1cc5b80c39fbfd87ccc656e99db59a432b43 1,774 0.78/1.00 vMB 38
404,212 404,212 000000000000000000ac3c2c280c65d2d3785ffb51ebdbd58cf4b9f7d44387c1 503 0.35/1.00 vMB 43
404,211 404,211 0000000000000000015816e15509131898ec8d087e39bf17b7a7e1697fe7a284 719 0.42/1.00 vMB 30
404,210 404,210 0000000000000000030af5f342058eb6031ef26ff80033c087518a2212eb48cd 2,401 0.93/1.00 vMB 43
Previous 10 blocks ↓
Total Size: 782.86 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: 712.89 GB
    • Received: 17.24 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.