Loading Tool

Explorer IconExplorer

Memory Pool

34,697 transactions
10.87 vMB
0.19843581 BTC
  • 1 sats/vbyte = 9 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 68.74/200 MB

Candidate Block

Mining Attempt 98a9868a4e8104310f918baff647c5bfe88bddf564ae45407b9377181288a6ab
Version 20000000
Previous Block 00000000000000000000e448b44b50758fd2fc9d6ddeba585dd0b192dcc101ed
Merkle Root 55373b514d2eb4b91c9c3ad1367216334c2389f728442501549653b60c5ee980
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 3,292
Size: 1.00 vMB
Total Fees: 0.08418838 BTC
Median Feerate: 5.99 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,216 (768,271 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
144,945 144,945 00000000000001cd8aaab9c229a034b3201939be0fc759a0e6baf348bd39ac6f 122 0.05 vMB 212
144,944 144,944 00000000000006ac474e7fb400fa7971a1003fbc38f970507d65d77c25582922 101 0.05 vMB 329
144,943 144,943 000000000000042f4cca33fdc6d5c6d0302f5b3e6d73f1cb5be91de17fbd5636 47 0.03 vMB 322
144,942 144,942 000000000000001d5e8cd5ca418fa9f2385e7dba7ad29518f71b4d325487b3a4 92 0.04 vMB 391
144,941 144,941 00000000000009128d17f5d0e10ba44da6af4209be31c4efd86c07fb69a5de26 16 0.00 vMB 206
144,940 144,940 00000000000003c6bedb8b3ad09d3e97960a54d6014cd4de3eec9dc730f93548 22 0.01 vMB 73
144,939 144,939 0000000000000056a743e4eee3fa42e60612b055d445e0a96208ef2d79568fc9 75 0.06 vMB 52
144,938 144,938 00000000000004846044d55a89924bb8e0118c10ccfd0adc2d00f15d680a3e5a 11 0.00 vMB 789
144,937 144,937 00000000000008464a1d819805918c3aeea026139c9d59b8d483da211eab7c4d 75 0.04 vMB 476
144,936 144,936 0000000000000475da936e766d0e3ebf8eb41f0f21f6bcdc7f8a03d80bd495a5 147 0.06 vMB 175
144,935 144,935 00000000000006954d4db832328e6d481fd69b5062e8a0376d6d1cec0538fd0f 15 0.01 vMB 91
144,934 144,934 000000000000005b8de383939a6eb8360b7b31c9fe8150df7857901e50c1f14d 91 0.04 vMB 125
144,933 144,933 0000000000000788d5b1f9af7d17b9ba1e9f4ba5ac98befe092d46c7e4e86336 65 0.02 vMB 12
144,932 144,932 000000000000029e60124b4ad948ff7d5a714fb8400c300d626838c0b9c6e391 84 0.04 vMB 241
144,931 144,931 00000000000004a2205cac6bd62c6b6c761600e51be02eb26ba611ada360442f 87 0.04 vMB 137
144,930 144,930 00000000000002472c296bb7e42bc05f1561d1f55266e122bc2b13ecbf8654fc 100 0.04 vMB 348
144,929 144,929 000000000000040efeb76a901b26c08ea9cf0aae30af69dbe2b71e371522384c 96 0.05 vMB 271
144,928 144,928 0000000000000219d00520a25e12307ae572f7df9ddf86f7f1db82a6a5460ccc 154 0.04 vMB 8
144,927 144,927 0000000000000363ee23a0e6575f7b598fb9ac499f5d2fd1d756021049380a2f 11 0.01 vMB 226
144,926 144,926 00000000000003f83acf769d3b4507b2ae3e851948e6ebf48648f5cc0b7ea3c9 23 0.01 vMB 42
144,925 144,925 000000000000028f575e0137f816119a24d1f660b08e60acf5eaaa61455f0f94 60 0.02 vMB 114
Previous 10 blocks ↓
Total Size: 779.23 GB

Node Details:

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