Loading Tool

Explorer IconExplorer

Memory Pool

47,543 transactions
29.02 vMB
0.09072420 BTC
Random Selection Loading Transactions
Max Size: 154.45/200 MB

Candidate Block

Mining Attempt 5aa637c2b4cf96576fb1e67170e231a428703e89b5ae36218b6ecf53eb135ff3
Version 20000000
Previous Block 000000000000000000016a44f35d7af0f77f48ef2bc636d8a12c01afb38d3a85
Merkle Root a5f46773be3dbaf4860b7d6ee61a54d9eb23f48cda3c8f9aed20f2ddbabbdbdd
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,087
Size: 1.00 vMB
Total Fees: 0.03418513 BTC
Feerates: 151.16 > 3.43 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,843 (803,191 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
111,652 111,652 000000000000019c911c25aa9684090539ad8bd5d9c6130f081ce815074eb726 31 0.01/1.00 vMB 76
111,651 111,651 0000000000010dc6859416debe759611dfdcdade61b78ce14a4998706ae4e14b 8 0.00/1.00 vMB 0
111,650 111,650 00000000000049d1246557126ccd1dd0b9c24b66ed5b028790fa31eba553856d 7 0.01/1.00 vMB 0
111,649 111,649 00000000000125e258fd13e9cc2123bf6ec5b2378e7467172a0f5695dea8d8b8 12 0.00/1.00 vMB 0
111,648 111,648 000000000000dcfbd0289100340e88c53c4ff5d57404597d90a8f206b5b0fb90 11 0.00/1.00 vMB 3
111,647 111,647 000000000000c4a7bfb0e1d1c0ac8a0269db662b16ddec14ab3bb575fd9e4381 12 0.00/1.00 vMB 0
111,646 111,646 000000000000d5b4e7e3d8f10a43adee5abb74c6defedcbaa3b26566e8cda806 9 0.00/1.00 vMB 0
111,645 111,645 0000000000012a3f2eca08091173ee940be01211c60ccfefe683bbb4adc0d44c 12 0.00/1.00 vMB 0
111,644 111,644 0000000000000f7f0e1d3773e9c66f12fd8d1fa798164d9cb6c7378af6c79a82 12 0.00/1.00 vMB 0
111,643 111,643 000000000000030d6d4a3f40d67ebc67253a604089d6e1ea2d8a5e6767920c0a 7 0.00/1.00 vMB 0
111,642 111,642 00000000000119726c05f72fca852129b00584184cc20622ddf95a0dd1ac1812 12 0.00/1.00 vMB 0
111,641 111,641 000000000000c7091fcf02be4499254dc3e5aad9c0a5fd425b70b845a94d31b1 13 0.00/1.00 vMB 0
111,640 111,640 000000000000575bf7e06faaa639da016bbfef31590fd2b8a563ef92890cbbd5 6 0.00/1.00 vMB 0
111,639 111,639 00000000000019eca726f1be9001063ffd559d6a1b3e205f63728b869def6214 1 0.00/1.00 vMB 0
111,638 111,638 000000000000644d3158c1561221095f390429c9ee2488f2cbdc983d306614a7 13 0.00/1.00 vMB 333
111,637 111,637 000000000000346d493555686f4833fe94f72da38c8cc0bdf6ab61e9f17df275 13 0.00/1.00 vMB 0
111,636 111,636 0000000000009ae37edebddb1230de3f01484ff440dae971fd4a1d9dd9cc0c8a 10 0.00/1.00 vMB 0
111,635 111,635 00000000000082e9b04ac46cecbaec39533ee706b18038607745381264a96ddb 12 0.02/1.00 vMB 52
111,634 111,634 0000000000000e2c5c6d2a3da4f3e944e43f4f4cdf92ceebe8beecbe9651f643 1 0.00/1.00 vMB 0
111,633 111,633 000000000000714341fe5b21ac2acede0e2070d01ab3a7464fa19d30109f556b 11 0.00/1.00 vMB 0
111,632 111,632 000000000000f2f1db4bc6353b255ecbc5853225106a457afb59038b342ab76d 9 0.00/1.00 vMB 3
Previous 10 blocks ↓
Total Size: 782.11 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: 652.00 GB
    • Received: 13.67 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.