Loading Tool

Explorer IconExplorer

Memory Pool

81,184 transactions
26.07 vMB
0.07718878 BTC
Random Selection Loading Transactions
Max Size: 164.21/200 MB

Candidate Block

Mining Attempt 88b2ea803a67427d67e7e51d811d817f59bfac4ae4ffce99bec21cd032eeb000
Version 20000000
Previous Block 000000000000000000018fab786bfab2b239003d0042e6c00ad6e63c89572539
Merkle Root 50f87651ca42934f8441e459b6b1176d5122ed83142bdbd6765a1714ec526e9b
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,894
Size: 1.00 vMB
Total Fees: 0.01938123 BTC
Feerates: 70.37 > 1.94 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,951 (911,012 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
4,939 4,939 00000000aac6a74f87d6f947ad42540a8696154a968d11b6f87c024991ad51ca 1 0.00/1.00 vMB 0
4,938 4,938 0000000034c9ed54db29752d200cbcec1ac0ea811f810a959238a952486ad76c 1 0.00/1.00 vMB 0
4,937 4,937 00000000ff39488efbda526e1a1eb49f9c97a570b1519982b7c580711053f5c3 1 0.00/1.00 vMB 0
4,936 4,936 00000000e62c4e2da549427e3283e7fcb97f74c26d4c2ce71f7b89a0d3509d67 1 0.00/1.00 vMB 0
4,935 4,935 00000000e71e95ab631cb898b73385749f28556f9a6d3205c12c056d2c708d22 1 0.00/1.00 vMB 0
4,934 4,934 00000000b6ef2f53bef81c9c04a010e5ac99fc586c421fab2957926b127edc86 1 0.00/1.00 vMB 0
4,933 4,933 00000000e3e9f616676fc2d12c188eed257f5300593723445a3c551fb57787a0 1 0.00/1.00 vMB 0
4,932 4,932 000000006c354dbdf9335c68073941e5d7a7a223f5de5200bdcc4957a7b374dc 1 0.00/1.00 vMB 0
4,931 4,931 00000000641e79528630c80390c83e2a9d70b0ae8c7d3d4c4091f73754eee564 1 0.00/1.00 vMB 0
4,930 4,930 00000000696b0f25ca63595ee901c059ca94ebb99ce16a84c421a8565f86c77a 1 0.00/1.00 vMB 0
4,929 4,929 00000000a0fa43da5b739b04bf5b561acab1e19617d28b334853101f59e0fc90 1 0.00/1.00 vMB 0
4,928 4,928 00000000780a852aa74c8ecf8efa643f89b5a4bceebc667077fead3d7068870a 1 0.00/1.00 vMB 0
4,927 4,927 000000000c9a17ee88c2f75e0327150ef799177df050d55d12ba4bfb536b83b3 1 0.00/1.00 vMB 0
4,926 4,926 00000000c2603f07ad141c6539dad67ec9afc62ffe29853f7da077aa80505dde 2 0.00/1.00 vMB 0
4,925 4,925 00000000f8dc3d57135d86bd5e82957e07ab709eab5dc965fb4385714c77a182 1 0.00/1.00 vMB 0
4,924 4,924 000000005844a754a5040a46b1fafc21d245446652e010f878bee8a5e5b5fabd 1 0.00/1.00 vMB 0
4,923 4,923 000000009417874accc99f06451effdbf7378093fd6fc85d726fff584fca013a 1 0.00/1.00 vMB 0
4,922 4,922 000000009921191d67470d126d1e4957849aa909b4f14c9ddd228b35db08e2b4 1 0.00/1.00 vMB 0
4,921 4,921 00000000bd8f46dbdec0d53e9587f240ac60eb01473663e9526d21692172c8d3 1 0.00/1.00 vMB 0
4,920 4,920 000000008ade7f7f12bd85d04ffe6fdab4cb22c02cfaef5650469bec1e2a289d 1 0.00/1.00 vMB 0
4,919 4,919 000000001028aa59a2fe098db8628eb784d71f852b16d06a1651a87f2a056b69 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 784.03 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: 800.70 GB
    • Received: 22.83 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.