Loading Tool

Explorer IconExplorer

Memory Pool

42,555 transactions
29.69 vMB
0.08966112 BTC
Random Selection Loading Transactions
Max Size: 150.99/200 MB

Candidate Block

Mining Attempt 111be8225c7a6f2521dd860086c0e92d7355673256b0fd10765d2da4a72002b5
Version 20000000
Previous Block 000000000000000000020406347aaf6e4d01835962e34f5aebaf3a79a389541a
Merkle Root 42e804e48acf9f1cc2e885da57e8f0c98df36b747830d9113275eab789790fec
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,441
Size: 1.00 vMB
Total Fees: 0.03042530 BTC
Feerates: 150.97 > 3.05 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,578 (306,880 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
607,698 607,698 0000000000000000000d148b43fe72cdc4dfdcbab717286e7d84d39f06504a28 1,500 1.00/1.00 vMB 13
607,697 607,697 000000000000000000055850e887982ccbffa38e079107bcce9f8b3fa92f00cc 1,013 1.00/1.00 vMB 15
607,696 607,696 00000000000000000011b424021f7842d69b931e8d9296532529f5bde517166f 2,020 1.00/1.00 vMB 20
607,695 607,695 0000000000000000000b3a1276528af761c3115c885b0e50335c890655017e39 3,242 1.00/1.00 vMB 23
607,694 607,694 000000000000000000048778974e3f2ea7d453711d0b2103147c1bd43c9b72a2 2,797 1.00/1.00 vMB 29
607,693 607,693 0000000000000000001055382bff194e01c8a2669184503df5c320d5c3782dfc 3,183 1.00/1.00 vMB 17
607,692 607,692 0000000000000000000b0de3c02ced687fc1bf7886c1b27f81f54a8a105730ad 2,857 1.00/1.00 vMB 11
607,691 607,691 000000000000000000017541b17397c9a143f2387bdaf731c20df231dca57683 2,517 1.00/1.00 vMB 22
607,690 607,690 0000000000000000000684818b8a797f6cb9dc3a841a72a821d1c91400d974eb 1,763 0.63/1.00 vMB 16
607,689 607,689 00000000000000000006c9578c9bdbebf2077854d9e1f9dccef75248a074e675 1,017 0.27/1.00 vMB 13
607,688 607,688 0000000000000000000dcda2185a9e104fed802878215040a41d1e60bf6cfb70 1,989 0.68/1.00 vMB 5
607,687 607,687 00000000000000000013a46f5de47f76ef32fe8c137c03bc508856873bec2819 2,090 1.00/1.00 vMB 16
607,686 607,686 00000000000000000010a83cf52d28b2726dbc7d6a70dfd5f1297b40aa3d5a62 1,477 1.00/1.00 vMB 19
607,685 607,685 0000000000000000000627ae89c57f8656cb6e09f1e89cc7c625aac2b6e1edb0 1,575 1.00/1.00 vMB 19
607,684 607,684 000000000000000000083586a3d1679a5f07b5fd69130a748eaff0de4e345d36 622 1.00/1.00 vMB 4
607,683 607,683 0000000000000000000afdbd38d9f95021714efeb54c093a0ae52b5397d9fcb8 1,431 1.00/1.00 vMB 3
607,682 607,682 00000000000000000014c07d92fc85570e6c6c347600daadcdfd0304489a7f2c 1,509 1.00/1.00 vMB 17
607,681 607,681 00000000000000000004028560d556142515f8b3728511d8fb25a1e73e234e04 1,443 1.00/1.00 vMB 23
607,680 607,680 0000000000000000000d784767d5f22758ba810ea845a4ce40f52ec7a6ce2e08 2,503 1.00/1.00 vMB 12
607,679 607,679 000000000000000000152002ee035c8a37a959e2f9d8bbb45bcd70f8ba3c1231 2,262 1.00/1.00 vMB 8
607,678 607,678 0000000000000000000168ddcee6e0cff96b2e4101fdd621bc09d5131e6d43b8 2,400 1.00/1.00 vMB 20
Previous 10 blocks ↓
Total Size: 781.64 GB

Node Details:

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