Loading Tool

Explorer IconExplorer

Memory Pool

37,554 transactions
17.32 vMB
0.12480473 BTC
  • 1 sats/vbyte = 18 blocks ()
  • 2 sats/vbyte = 7 blocks ()
  • 3 sats/vbyte = 3 blocks ()
  • 4 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 93.01/200 MB

Candidate Block

Mining Attempt 1cd044cf4eee5274592d33150801d50e40de6899673c6027f969200ab2ee409f
Version 20000000
Previous Block 00000000000000000000ecf9a9cf9e3e078d69ac3f46812a91eff376f6e1729d
Merkle Root 7549c0d8f54e844338595eb6b139156554fb8db0fe1c3682426550a9705471e1
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 918
Size: 1.00 vMB
Total Fees: 0.02782940 BTC
Median Feerate: 3.99 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,333 (698,402 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
214,931 214,931 000000000000057ec612f0ab54e9d815dd8cbb06b628141c29439007091d95a0 605 0.28 vMB 188
214,930 214,930 000000000000027a255ec177f2743e077926f58d87b7df8c8a81de30ade91e2b 189 0.09 vMB 155
214,929 214,929 000000000000014ef86c330dfea14e186b8aa65ba8718a146aadb63a5b4a2720 623 0.25 vMB 189
214,928 214,928 000000000000024836d4b4814342e64d16599cbabf3f42fe6ee8868bc5ea93f7 85 0.03 vMB 132
214,927 214,927 00000000000000d9e9cf8f605e54fbace71c720b0c90491b1f6fef81c0f7de9b 11 0.00 vMB 196
214,926 214,926 0000000000000309c4c364d0a80847f009cf90b240c95eca86b5a340bd662991 163 0.07 vMB 147
214,925 214,925 000000000000054305303644ccbd0fdc1c31a955cfca9e9c226c91ddc0c8717f 667 0.25 vMB 236
214,924 214,924 000000000000041f78f6c97b4cf59e87a3f18c5f1d6573ce08fc7e9783757053 7 0.00 vMB 185
214,923 214,923 000000000000020bc27ca12612494baa3cea6eb2605bd53cc717c30801dfdba9 609 0.24 vMB 194
214,922 214,922 00000000000003c36b9efc0c7f3cb3f2dce29613046efd15eab5cd28fcbc7c74 7 0.00 vMB 142
214,921 214,921 000000000000046c76169590154d719afc1a56e8c60a98e70db6eb22fcf1844d 364 0.13 vMB 186
214,920 214,920 00000000000001e9868eba7cd5a9a2398b61b80ff55aac6f3172cf224c14d571 121 0.03 vMB 176
214,919 214,919 00000000000001b8c77eb519a2c6bf2af4b8f4db97c20bae9384cadbec60ebdc 789 0.29 vMB 104
214,918 214,918 000000000000003de4902e223b1dd5e68aa95448d897e878db6c565542a0a492 289 0.11 vMB 254
214,917 214,917 000000000000025c5328910145482529a146a2f6f3ffbac895c1e9000427259b 362 0.17 vMB 155
214,916 214,916 000000000000018809532a27073be3d0bc4dface33150139328255d77e63ad9e 563 0.25 vMB 145
214,915 214,915 00000000000001bf91c9901fc53722adff78e40d41fd8168ddd988dbb6c01ca3 578 0.26 vMB 177
214,914 214,914 000000000000047e498ef523f2a02aa4291c659215ad2aee47bf59e4515c3ecf 106 0.06 vMB 116
214,913 214,913 00000000000000dc75dc1585e813a029186237610f451920a59d29c6d829d09d 492 0.21 vMB 172
214,912 214,912 0000000000000193389415f4818a4bd77dfab604896bae1891d85d47d4b8a71b 889 0.43 vMB 170
214,911 214,911 000000000000056cfb4b625e25d0255d61a157cd5d18146525274080d8690a22 836 0.25 vMB 284
Previous 10 blocks ↓
Total Size: 779.44 GB

Node Details:

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