Loading Tool

Explorer IconExplorer

Memory Pool

80,726 transactions
29.83 vMB
0.06795398 BTC
Random Selection Loading Transactions
Max Size: 180.05/200 MB

Candidate Block

Mining Attempt 5f8c402d6b62ab9053a9ae6efa6b6a4e3a957aa9c50ff63a5b66b1892759e19b
Version 20000000
Previous Block 000000000000000000017c2946f942e619550ccc2727f15be648c71ce8591f72
Merkle Root 216448bb68a6fbd38113336ce4327c972bcab6ee8a34ad2f721966a6c20d1b15
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,562
Size: 1.00 vMB
Total Fees: 0.00712653 BTC
Feerates: 34.33 > 0.71 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,977 (170,254 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
744,723 744,723 00000000000000000005a98531deacdfd5f47b77ad3452f5c63d403a8ff47444 2,077 1.00/1.00 vMB 21
744,722 744,722 0000000000000000000034b0d313ff57ea28fa8cc427c2b7b44db20e128aebbb 940 1.00/1.00 vMB 5
744,721 744,721 0000000000000000000886f65afa4b404b006a9d06bb3eab3773cd0d7f47ecfc 2,122 1.00/1.00 vMB 11
744,720 744,720 000000000000000000094d0188f827cf47157185f3a8d9e8c6bec032ae0bc007 2,638 1.00/1.00 vMB 13
744,719 744,719 00000000000000000009a49c690d19dbb3187352ebc670e7715217cd21f2f3d2 2,523 1.00/1.00 vMB 18
744,718 744,718 00000000000000000008d3bf3c3d23d1210f31a0770ab0961cfd4c512fad9e49 2,581 1.00/1.00 vMB 16
744,717 744,717 00000000000000000008b4ab35ec540ecc6847f53fd370c3ddeaf2abd9f2462a 2,849 1.00/1.00 vMB 25
744,716 744,716 00000000000000000006778a7fb1adf22b4fe6ae58401ae1e61baa4394397ae0 2,059 1.00/1.00 vMB 6
744,715 744,715 0000000000000000000541b2feab08313d0703fd8a720b779fbb6518b44a93c6 1,831 1.00/1.00 vMB 5
744,714 744,714 0000000000000000000969540e5ddebebdbbd6dbc1ab78a31cf5003bb51cd42f 3,081 1.00/1.00 vMB 11
744,713 744,713 0000000000000000000336d16456bb0b2ddee41bb12250251f18a34fef45bedd 2,595 1.00/1.00 vMB 12
744,712 744,712 0000000000000000000689c29ac2606c3a39101a19eb567320c6e3c1e7911833 1,799 1.00/1.00 vMB 10
744,711 744,711 000000000000000000036766a4e79468b0b9ca022ccac91eaa3631c400d6833c 2,117 1.00/1.00 vMB 20
744,710 744,710 0000000000000000000099726387523d7f5c084919a3b43db1241cabce0312d8 2,879 1.00/1.00 vMB 23
744,709 744,709 00000000000000000008d4f1ef0f79146802fc9b8597a5d542fe2acb5316e2d8 2,014 1.00/1.00 vMB 20
744,708 744,708 00000000000000000005f821331390fc6cabd85cc0e0c6d4c126da6f9f8d7e34 2,505 1.00/1.00 vMB 15
744,707 744,707 000000000000000000093d026b34237c9e879d6bb4b94b75276950200eb5a1a9 2,680 1.00/1.00 vMB 14
744,706 744,706 0000000000000000000379fcf03e22867b22af89146633fcd64fab834a2e7bae 2,682 1.00/1.00 vMB 23
744,705 744,705 000000000000000000095703760cca57c3052e39d2ac3b9736789e0760d89c4d 3,372 1.00/1.00 vMB 19
744,704 744,704 000000000000000000062225e51e29bb77cd1048861b1afae917b34c4b1a3534 2,322 1.00/1.00 vMB 33
744,703 744,703 00000000000000000002714f3669463a0f65da30327180bd72c4fa5865fc5192 3,288 1.00/1.00 vMB 21
Previous 10 blocks ↓
Total Size: 782.35 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: 662.19 GB
    • Received: 14.84 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.