Loading Tool

Explorer IconExplorer

Memory Pool

18,180 transactions
12.37 vMB
0.20243074 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 64.37/200 MB

Candidate Block

Mining Attempt d72e9c5d79da1a9bbcdbebed2351ff4f79ea5555a26e82188140aa4eab72a7db
Version 20000000
Previous Block 00000000000000000001f91042d8ccc53bfa3e0054d161055438edcb4a81b245
Merkle Root 6c1a6f1b19bb2ada115f84be70aad87a1c59afa5bd466c4c9613acdbc6111513
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,142
Size: 0.997914 1.00 vMB
Total Fees: 0.16293154 BTC
Feerates: 502.64 > 16.33 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,814 (716,069 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
197,745 197,745 0000000000000253913230745a0cd6680598a1e691cffdc87b380344c412a94a 719 0.24/1.00 vMB 155
197,744 197,744 000000000000032b0ebf46fb46b2eaf5c4fa7debb9a872a75fbe4f9e358f0fd4 136 0.05/1.00 vMB 157
197,743 197,743 0000000000000292d8d07483726f375abb09ccb8a8c07be84f0092b4b317c918 1,024 0.33/1.00 vMB 66
197,742 197,742 00000000000001dfad6eece68ce52f105ece53599d8081c625cc25ef15cc68a7 385 0.15/1.00 vMB 288
197,741 197,741 00000000000004cb68461fbd24aea9120e9aa79f9ee440c03aea511cf8e65aa9 537 0.23/1.00 vMB 560
197,740 197,740 000000000000013d5237a8ae615d701c2eace6defce049fef403adde07e3d3be 75 0.03/1.00 vMB 156
197,739 197,739 00000000000001bc734372dca4aa83fe4cb85ffd84602193cd1f04309a927ea8 92 0.04/1.00 vMB 116
197,738 197,738 00000000000001fe4faa4f52175902b3b256ae6eee093ef81ab56912d82318ee 466 0.17/1.00 vMB 176
197,737 197,737 000000000000024f02846464bec7fb2f4e67f77adddc302599532d39e2f932af 11 0.00/1.00 vMB 14
197,736 197,736 000000000000015bfe976cbce0053da94f65efb8b2350facc5e828169fa7a6f6 336 0.16/1.00 vMB 171
197,735 197,735 00000000000002049694beda7a652b55a9c1a8d4e2ebdf5fc722dd402a8b8349 50 0.01/1.00 vMB 147
197,734 197,734 00000000000000be7e5741e3d2ba34d458260721b0605882749e25cd44732a5b 258 0.09/1.00 vMB 137
197,733 197,733 000000000000061a1b2c956cbd1efd8a7d2840d79a12cc93b9ece9a3d82c5c05 60 0.02/1.00 vMB 168
197,732 197,732 000000000000061d48fc59f8db0da7149481d76ea555583875c382d7b92d47f4 11 0.00/1.00 vMB 86
197,731 197,731 00000000000002bd54291c9e210d0e0aafad7d203a9f97ad9ba1b4599bed0018 166 0.06/1.00 vMB 167
197,730 197,730 000000000000032fea67f4c75edb30a49b6dca6e9012eeeef209b8fd882f51b2 37 0.01/1.00 vMB 11
197,729 197,729 000000000000017d231953cd4b664d422df0420cc2c019f85b0e3cb7f37724c7 203 0.11/1.00 vMB 367
197,728 197,728 000000000000028cbcbf8f662d4f5e3747ffcd632fbf1686ff93f65d178f55fb 152 0.05/1.00 vMB 180
197,727 197,727 00000000000005c93721885989dec554f4ec2833dd56953f39de2b6df8dc0bf5 172 0.06/1.00 vMB 139
197,726 197,726 00000000000002ac8bccffc019b97dbd12c2122824d48dcd2966a034018fc501 95 0.02/1.00 vMB 0
197,725 197,725 00000000000002f328aaada41d3112c3b1f0886c249b372f6dd2160d91720ba6 256 0.11/1.00 vMB 141
Previous 10 blocks ↓
Total Size: 780.29 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 517.26 GB
    • Received: 4.52 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.