Loading Tool

Explorer IconExplorer

Memory Pool

37,075 transactions
26.99 vMB
0.05666570 BTC
Random Selection Loading Transactions
Max Size: 136.98/200 MB

Candidate Block

Mining Attempt bc769a9cbf24ba0dfe60b79516eb1939529595286a9a9160414c278236c4f2eb
Version 20000000
Previous Block 0000000000000000000205a7754b9683bd3803bdf38e1a942268db63b46eb04a
Merkle Root 48264de0524eb68b0c42fbb85a91f7da281c437a721bf35107478d05ec85a8b5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,520
Size: 1.00 vMB
Total Fees: 0.00586607 BTC
Feerates: 40.21 > 0.59 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,637 (339,993 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
574,644 574,644 0000000000000000000f7fbfa333562a4552860ac5246be841fa5b12369cb8b3 2,988 1.00/1.00 vMB 55
574,643 574,643 0000000000000000001b9686b128a1b911f2af5098657a40cad2a4efd9788d9e 2,605 1.00/1.00 vMB 28
574,642 574,642 0000000000000000000a90c79d848e4c03d1e5e386c2a181d718547f21212ea3 2,782 1.00/1.00 vMB 34
574,641 574,641 00000000000000000009a425f48b754fd5f1eab9d54c7ed520e74f709c2e189d 1,560 1.00/1.00 vMB 18
574,640 574,640 0000000000000000000d5b1d368f15d7fa9e43d9ae0e22ec8fa38440f4f81868 1,767 1.00/1.00 vMB 8
574,639 574,639 000000000000000000000f9fba4faee45e7c876bc73287a590a2e72950ffc3bb 2,753 1.00/1.00 vMB 25
574,638 574,638 00000000000000000010c85282837567bba3184ed3b4f71c4c79be2faf7cef9d 2,240 1.00/1.00 vMB 5
574,637 574,637 000000000000000000014d1b352a70646620ccaf81e85d9888f08987b9bc4ce0 3,008 1.00/1.00 vMB 23
574,636 574,636 000000000000000000035a07480e55688dbc4682ee95074b95e2734207538bf0 2,479 1.00/1.00 vMB 58
574,635 574,635 00000000000000000026003c658b7f581d7032c41ed01f82e0d9c786ae3b7821 2,153 1.00/1.00 vMB 4
574,634 574,634 0000000000000000002081542f5bc1afcfb3526b7d896385d7bf106da6e2cbc8 2,857 1.00/1.00 vMB 23
574,633 574,633 0000000000000000001045ea895c0acc57d4f8a86218066edd53d6b51900a1a5 3,496 1.00/1.00 vMB 21
574,632 574,632 00000000000000000017f4ad90c36d0bace9e580985cacd507c3b4c2206b1770 2,891 1.00/1.00 vMB 48
574,631 574,631 00000000000000000020795dc71479074c28c049458e3e5a9912adfbb0f4f7f5 3,164 1.00/1.00 vMB 64
574,630 574,630 0000000000000000001f996444c9304c79185af02a1bd53f767cc3366a2ad989 3,203 1.00/1.00 vMB 15
574,629 574,629 0000000000000000000a99bd3920ff2bd6a4235106e0a23ad3a2d562d8384633 3,083 1.00/1.00 vMB 56
574,628 574,628 0000000000000000001fdd20f56b6ed27b60f860a0d39168cee63ce42fe74ca5 2,680 1.00/1.00 vMB 75
574,627 574,627 0000000000000000001ae9a406a0b72be73aef7758504c241624fce53b86a251 2,783 1.00/1.00 vMB 14
574,626 574,626 0000000000000000002004469205153c85c0fef08198e5098293a8954fc95f1c 2,534 1.00/1.00 vMB 13
574,625 574,625 0000000000000000000590468d21ec4f22847e10757873c8b407ca3f99afcd9b 3,205 1.00/1.00 vMB 23
574,624 574,624 0000000000000000002936f2bfc0b1fcc7dff762117aa27e73ed4494c56421c1 1,516 1.00/1.00 vMB 55
Previous 10 blocks ↓
Total Size: 781.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: 630.81 GB
    • Received: 12.05 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.