Loading Tool

Explorer IconExplorer

Memory Pool

18,021 transactions
18.49 vMB
0.02472356 BTC
Random Selection Loading Transactions
Max Size: 95.20/200 MB

Candidate Block

Mining Attempt ed9d0d29d4c9f5a9ce65c36971f3d6917a78c95b86edd7dd369d73fbee40dde1
Version 20000000
Previous Block 00000000000000000000c4eabdfc40e1217ba6a9cccc922fdb5ba45f512471a0
Merkle Root 059519a6a10bf93b868a05e4c6cf09cfd50dde8b0de5a43d9dc40a3be03a04eb
Time (UTC) ( ago)
Target 00000000000000000001f0cc0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,782
Size: 1.00 vMB
Total Fees: 0.00473579 BTC
Feerates: 469.97 > 0.47 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 941,138 (1,211 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
939,927 939,927 000000000000000000007c72e6c292e249602215b556e50d56b0953a68320ddd 4,163 1.00/1.00 vMB 0
939,926 939,926 000000000000000000018cc6b4c200885147db2c93a77b02ab7b4991bd1ca516 701 0.21/1.00 vMB 1
939,925 939,925 00000000000000000000e7381e0ed9531d35da179998680a486abd800f1b9d13 2,867 1.00/1.00 vMB 2
939,924 939,924 00000000000000000000bb50805b56fdb3aac0441d40da0b6a2e8e6bc520d303 1,365 0.34/1.00 vMB 2
939,923 939,923 0000000000000000000028d44d095559aea872351369d89ad52ef0340f7294ac 1,405 0.43/1.00 vMB 2
939,922 939,922 000000000000000000000d9107acfc4a381d898e473df7dc1d87e3b4b1b708f9 3,257 1.00/1.00 vMB 1
939,921 939,921 000000000000000000005238f45a99eaf8dde05e45a9ab533403f032409f109e 3,675 1.00/1.00 vMB 1
939,920 939,920 0000000000000000000161f7b61d2d97503b79823a8e5c4c94f58475db09a689 3,832 1.00/1.00 vMB 3
939,919 939,919 000000000000000000012e9393a30787265c4b54197ec10aa4c005af48b936e1 766 0.23/1.00 vMB 2
939,918 939,918 000000000000000000006b0b8b653581a5e360383b764b5cebad0ec7141730fa 2,972 1.00/1.00 vMB 0
939,917 939,917 00000000000000000001be3ef83731b6b3575479b72e73afdc19ed4017b56256 3,928 1.00/1.00 vMB 1
939,916 939,916 00000000000000000001bb310327634ff4e6a2c833338975a85ba108ee10d12a 4,133 1.00/1.00 vMB 0
939,915 939,915 00000000000000000000a550a10f7f2870e115e1c163967dfa4579408cc5ca0f 3,607 1.00/1.00 vMB 2
939,914 939,914 00000000000000000000cb9c7ac4a52c53bc70cc4d7cfc30f23cfcc5f5b1d487 4,213 1.00/1.00 vMB 0
939,913 939,913 0000000000000000000184a9a1251c52e1902e21d1a09c28fec7768b6d0ba05c 5,285 1.00/1.00 vMB 0
939,912 939,912 00000000000000000000d1bec19fb49c536409bbad5dc2923e2883ed49a7506a 1,245 0.41/1.00 vMB 2
939,911 939,911 0000000000000000000070961907c581a5ab0c22d6575abc95de661cde6adca7 6,219 1.00/1.00 vMB 0
939,910 939,910 00000000000000000000b08b4c0c2f4ed6dd8b405f45f62a10f628758562fb24 5,978 1.00/1.00 vMB 0
939,909 939,909 00000000000000000000357fe9fe14edf03d292a872dc8fd260f8a0c2c39a056 4,588 1.00/1.00 vMB 0
939,908 939,908 00000000000000000000180f19cc6639e52533e94f2b8c9b1ea5c023c2ca6613 1,368 0.57/1.00 vMB 2
939,907 939,907 0000000000000000000002cbd745a8099980bc998f71688865d6d7c9583ea34e 3,276 1.00/1.00 vMB 2
Previous 10 blocks ↓
Total Size: 828.80 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: 4,619.10 GB
    • Received: 248.96 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.