Loading Tool

Explorer IconExplorer

Memory Pool

26,096 transactions
26.40 vMB
0.03897001 BTC
Random Selection Loading Transactions
Max Size: 142.80/200 MB

Candidate Block

Mining Attempt e37735f260bba30ee9b42296b52eec430203bd45d53849ab58f3a418e8a66676
Version 20000000
Previous Block 000000000000000000019972d48e48dc10e0f0cc67d15cc70b6cb168992cb973
Merkle Root 956f1b6a1338fa56905e2c43672c655c2b4eed19d6d3744214e491e7e625ab5a
Time (UTC) ( ago)
Target 00000000000000000001f0cc0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,926
Size: 1.00 vMB
Total Fees: 0.00939707 BTC
Feerates: 150.75 > 0.94 > 0.14 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 940,032 (110 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
939,906 939,906 00000000000000000000d07b50faba6e5f250d21ce64a1c558cba08ef38a47d8 3,775 1.00/1.00 vMB 0
939,905 939,905 000000000000000000013697fa31d69ef62236affc8452b04bbf111365eb9213 2,856 1.00/1.00 vMB 2
939,904 939,904 000000000000000000009eec322dce8dde1ffa0e8d4d44f72173074d2cb786c9 3,382 1.00/1.00 vMB 2
939,903 939,903 000000000000000000000b52b77460af5f127e6ad59bb1a88d427f86ecd955b0 3,937 1.00/1.00 vMB 5
939,902 939,902 00000000000000000001eb10f0a8d34559257ab43552602c5d030c75ff95bd86 3,079 1.00/1.00 vMB 1
Previous 10 blocks ↓
Total Size: 826.77 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,434.33 GB
    • Received: 239.74 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.