Loading Tool

Explorer IconExplorer

Memory Pool

84,242 transactions
31.99 vMB
0.09606976 BTC
Random Selection Loading Transactions
Max Size: 194.62/200 MB

Candidate Block

Mining Attempt ed0dab808ec75efd3f6e6e8c07ba70ecf8c4fe0f419c97382a867abacb66b45a
Version 20000000
Previous Block 00000000000000000000682e38af279af4c954a439e90eb631728e9fdcb16ff7
Merkle Root 52dbf4b4d21622ec5633d0e7c9752d4989502a320d394930d020c0db4ec5e2e0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,103
Size: 1.00 vMB
Total Fees: 0.01938414 BTC
Feerates: 179.53 > 1.94 > 0.51 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,210 (795,317 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
119,893 119,893 00000000000075608051723402b2bf354c29ff64de5d75deb9e61b1a918a63b7 8 0.00/1.00 vMB 0
119,892 119,892 0000000000004d64ed32ec10970dc8b212d6caae243c2caca160b80264ce1ac2 9 0.00/1.00 vMB 307
119,891 119,891 0000000000001acca50493d1f77b27c7d1b180f709826d1267fc9127981f228b 10 0.00/1.00 vMB 0
119,890 119,890 00000000000051bc00d23ed8bac75d7170a9fa8d0754880d741a0fb1ad54328e 13 0.00/1.00 vMB 611
119,889 119,889 000000000000014477fae32affa08f5594a9f2af92103631ee16cc4d6ad8a98c 16 0.00/1.00 vMB 1,016
119,888 119,888 000000000000ad94a1342ea58783b9d03d58bfe555a83d0a8523f84f249e97a1 12 0.00/1.00 vMB 906
119,887 119,887 00000000000045710f4d2ba5cf3635b45960e5bd4ea992ccc537585b113065d9 5 0.00/1.00 vMB 0
119,886 119,886 0000000000003cda2762feebeb39d072fcb8e3d9477ef8eb2555a7fcb90a3e33 1 0.00/1.00 vMB 0
119,885 119,885 000000000000612f24db16f6fc55d381c69608df60f30870d0fc87d938c5317d 8 0.00/1.00 vMB 566
119,884 119,884 00000000000083100b3bf968d6888b3ad7e3a9a4ad772819ab2327c7bb0e8ee0 25 0.02/1.00 vMB 845
119,883 119,883 0000000000008736676be747aa7d14e5c17f3bf44b8579278fe192c5d3f42f86 11 0.00/1.00 vMB 961
119,882 119,882 0000000000006373bb162b392fcf88e1e269126bfa099f4b720f22d1ff9d48aa 8 0.00/1.00 vMB 596
119,881 119,881 0000000000007b28aece02c69e274d101005b2987adb9ed72422023cd7ba47e5 22 0.01/1.00 vMB 1,100
119,880 119,880 0000000000005d7b3311ad8d11793b9e0045e148f3da3a0eef951cb27bdecdd8 29 0.01/1.00 vMB 321
119,879 119,879 00000000000044ff3792fe627ae59654d28c5981121838dff6dccd5234cf6a78 20 0.01/1.00 vMB 572
119,878 119,878 0000000000009788993a5acdede5373011b731a47e5e18c4b6e4720ce179cf28 13 0.00/1.00 vMB 470
119,877 119,877 000000000000b1be56362002d987f77f5860daa432007404c48938fa6501d942 15 0.00/1.00 vMB 2,429
119,876 119,876 0000000000003a336fe6f4a9ccd0d99e892f231b823ce06160b1ddc4c6f3fdcd 20 0.01/1.00 vMB 2,245
119,875 119,875 0000000000001e743560b1cf19990fb155e95d41019d146dbee1da52ecef29bf 18 0.01/1.00 vMB 380
119,874 119,874 0000000000000cb57a2ddc37fd0bb124d287f495941579676c8c60cdaba41f7d 10 0.00/1.00 vMB 780
119,873 119,873 00000000000045a261aa81b90706a93814fb1af1cc37ee74b7f3171a1e4cd468 12 0.00/1.00 vMB 316
Previous 10 blocks ↓
Total Size: 782.75 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: 708.90 GB
    • Received: 16.78 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.