Loading Tool

Explorer IconExplorer

Memory Pool

37,112 transactions
27.75 vMB
0.05841566 BTC
Random Selection Loading Transactions
Max Size: 140.39/200 MB

Candidate Block

Mining Attempt f4e194e14962cb21625157bbcfe6bbd46431776989c22125f0af9949c38d6779
Version 20000000
Previous Block 0000000000000000000136ed55bb1ddf4d1f340955528f3c7bf60ccd85f41c56
Merkle Root 72b5aadfffedb9ed2ddb2d20d4cec706d0e4d009e2a3b34f601a29ff454ab0a5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,909
Size: 1.00 vMB
Total Fees: 0.00566608 BTC
Feerates: 20.54 > 0.57 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,623 (140,697 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
773,926 773,926 00000000000000000004585b72f1e8bc311900477cf7658123abf7f2f101d06b 2,781 1.00/1.00 vMB 6
773,925 773,925 0000000000000000000364b18aea70c3bba5e3137b6288a8b779b9022670c3ac 2,336 1.00/1.00 vMB 12
773,924 773,924 0000000000000000000770c5d2b8538c08e7aad9905ddb7fa4685fc67d905148 1,921 1.00/1.00 vMB 15
773,923 773,923 0000000000000000000398d85a40bc9e25d2496e6b6ed04521f14dfce3faa30e 3,614 1.00/1.00 vMB 18
773,922 773,922 00000000000000000001e6ad3da84efe63eef7419acd29e773a325e79a0bab4d 3,602 1.00/1.00 vMB 27
773,921 773,921 0000000000000000000225274e43c47e59cbfbe62b1bf8c5e49890a0b17144e8 1,762 1.00/1.00 vMB 25
773,920 773,920 00000000000000000006bb7c62cd44a3e139545c01878ee5d310c9216ebeb1ab 2,449 1.00/1.00 vMB 28
773,919 773,919 000000000000000000009db681120f9a2bc69836e4f7009ab670b014f9e1511c 1,802 1.00/1.00 vMB 4
773,918 773,918 000000000000000000007b8c43d3967b1219694003e19b82a58a40b5143a3e11 4,132 1.00/1.00 vMB 13
773,917 773,917 00000000000000000002d1a04ba866954f942392079f6befb2b5453ac4eaafb7 2,884 1.00/1.00 vMB 12
773,916 773,916 0000000000000000000483943b4b7405f25797c39bf1f93e25f1f83f969e4a90 2,200 1.00/1.00 vMB 9
773,915 773,915 00000000000000000005e61ee5f444f490a1977ebccfb24bc3fb114e43fac9ac 3,139 1.00/1.00 vMB 18
773,914 773,914 00000000000000000004e35b76dcc603043bb87918dc840aac048b9aa1694d50 2,880 1.00/1.00 vMB 17
773,913 773,913 000000000000000000037c9e9fe86ee89f13ca8624f61103fc6009cabc072c2f 3,088 1.00/1.00 vMB 18
773,912 773,912 00000000000000000005d3de8bcbc938842ace7950cd68bff202752cd1103100 2,182 1.00/1.00 vMB 17
773,911 773,911 00000000000000000000d78fa0395e353dd3160c47af53306d7c8eaf894f84ae 3,571 1.00/1.00 vMB 24
773,910 773,910 000000000000000000074fbe7d3b464f5c13d382f5a1c35f8df8cf3db7c2476a 2,345 1.00/1.00 vMB 24
773,909 773,909 00000000000000000006bf61890c8031674efab0814b1e7e57768c86a2ec1429 2,794 1.00/1.00 vMB 11
773,908 773,908 000000000000000000055c376b49206203098e57bc107dedefdb2be31e17fb6f 3,516 1.00/1.00 vMB 15
773,907 773,907 00000000000000000006775408f7b258cc0de4141cf93d6c27f6c367b6443e2b 3,787 1.00/1.00 vMB 16
773,906 773,906 0000000000000000000221eb1e96e49321b69dc8b9498bea813c44d926ce3a34 3,429 1.00/1.00 vMB 23
Previous 10 blocks ↓
Total Size: 781.72 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: 629.93 GB
    • Received: 11.96 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.