Loading Tool

Explorer IconExplorer

Memory Pool

36,431 transactions
26.14 vMB
0.06975821 BTC
Random Selection Loading Transactions
Max Size: 133.48/200 MB

Candidate Block

Mining Attempt 239c88247acd205a7b0ffd55b89008da11dbb4679ab121c6e684c2ccb02818cf
Version 20000000
Previous Block 00000000000000000000d48a01c3ed8f61c1c06ca18e9a1143cbde3caba3340e
Merkle Root 0d8bc2fd4e74f700471e4249ba36f80e3e68f52cec5bec16bc433a1d697a3bd7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,139
Size: 1.00 vMB
Total Fees: 0.02141160 BTC
Feerates: 152.71 > 2.15 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,688 (641,880 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
272,808 272,808 0000000000000002f1a60bab08841eda20addaabdff6d09ab6505a80d0e7c452 273 0.11/1.00 vMB 54
272,807 272,807 0000000000000005975a9c82fd7505db844f7e644e87b9f259345a9e9c41babd 27 0.01/1.00 vMB 6
272,806 272,806 0000000000000004aa6e0b81eeffdfbc91a3a9a72f044f0e153385f187408352 199 0.08/1.00 vMB 41
272,805 272,805 0000000000000003a309f56cafba8d4907f152573232a4e164313054386db6b2 201 0.12/1.00 vMB 51
272,804 272,804 0000000000000000cd91d58125ec154ad85ebe188e7d248d1928f35b1e1c5383 549 0.25/1.00 vMB 36
272,803 272,803 0000000000000005fc9d01aba8d306fe3dab4565b249c167a6ad876b046309fd 689 0.25/1.00 vMB 82
272,802 272,802 000000000000000169f62f029bf43d69affe0484a8884b30d6caded55bd107b8 146 0.07/1.00 vMB 47
272,801 272,801 0000000000000005cdb96e6cf6b0a1b275d15c80068e059e54d815b0852d9c11 47 0.01/1.00 vMB 100
272,800 272,800 0000000000000005b7c79d0527f61138bd162bb7d79f08608a7bb874437712c1 256 0.16/1.00 vMB 42
272,799 272,799 0000000000000001e3272be1f65ace72f4f1031c15d078193567a8254bd79760 217 0.12/1.00 vMB 46
272,798 272,798 000000000000000416398973e4aff567c719942072b929f4d6bebac3efbdf8eb 178 0.07/1.00 vMB 39
272,797 272,797 0000000000000004722b3e18aa5d90cde97de4c0883ecb72023e58f09990e857 354 0.17/1.00 vMB 60
272,796 272,796 0000000000000002515a31cd922dc79de60372988f3c8add1b0bcbdfae8e4fe2 64 0.04/1.00 vMB 23
272,795 272,795 00000000000000015ae21d710847e7aa5a10123a8431ead226a9fad5805f97a6 498 0.22/1.00 vMB 44
272,794 272,794 00000000000000041fd09ba17ba4f5df4aa7e0c5dd44276cd9d9c8c25390e06a 470 0.25/1.00 vMB 42
272,793 272,793 0000000000000001dcbe109ea0d8bf92ff480da5744c485f6eb74a3c9ac3a575 26 0.02/1.00 vMB 32
272,792 272,792 0000000000000001c9429023741afad8fabf1f830c0c64cf4702e41e771c055d 568 0.25/1.00 vMB 135
272,791 272,791 0000000000000002e4da8d6f1600b653269b377cfbb6be6b4a9cdb4853e0ea92 171 0.06/1.00 vMB 52
272,790 272,790 00000000000000009176a6a0759a829610d0f31bb3a5b75255ee3d34ccf52a55 90 0.04/1.00 vMB 44
272,789 272,789 0000000000000003a6dfd5d6004b4ca69cb24f96b4e03d9d392b6680391582a1 62 0.02/1.00 vMB 34
272,788 272,788 0000000000000000c6a17bc5a7a7b0a4bbbf16835b57d4e1837b16af21ac5fb9 133 0.23/1.00 vMB 14
Previous 10 blocks ↓
Total Size: 781.84 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: 637.34 GB
    • Received: 12.42 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.