Loading Tool

Explorer IconExplorer

Memory Pool

91,697 transactions
17.62 vMB
0.06891262 BTC
Random Selection Loading Transactions
Max Size: 136.79/200 MB

Candidate Block

Mining Attempt e701fc2a3814622a6ff95064cb9cf05dce1f61a8ec3813e071dac8f2faec62b3
Version 20000000
Previous Block 00000000000000000001e732f6714879bae186b71c0e39b25d31e0309db0985a
Merkle Root c9cb67c990832679f5f75e85fbcbeb0deec50105c1205aa734cb7db00d413f67
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,187
Size: 1.00 vMB
Total Fees: 0.02668322 BTC
Feerates: 150.86 > 2.67 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 916,993 (1,048 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
915,945 915,945 0000000000000000000084d6adcfe5d735bf1899de95bbe3893ed0bbad903652 2,852 1.00/1.00 vMB 3
915,944 915,944 0000000000000000000086f730cf326da93f23f9113445333b2c0f51a0a3e7a7 3,526 1.00/1.00 vMB 2
915,943 915,943 00000000000000000000ad2048a30a24c8b83e088b9ffaaa00e3c1e6620b2293 5,740 1.00/1.00 vMB 0
915,942 915,942 000000000000000000016dd2519daf81f26057c9ea50780e6195357cb479fecb 2,996 1.00/1.00 vMB 0
915,941 915,941 000000000000000000008b9285100f3ea9d719f9776e930c9e7cecdca64af531 2,116 1.00/1.00 vMB 0
915,940 915,940 0000000000000000000110551ad9c55bb1b3a3d526990d0a5cea62ad120cb79d 4,794 1.00/1.00 vMB 1
915,939 915,939 00000000000000000001091d51bc0ca417a1f75cfc600435bb2095a019637d7a 2,991 1.00/1.00 vMB 3
915,938 915,938 0000000000000000000028cd08501180eb0c74f9361bf7d7c79fc844d0e1a216 2,778 1.00/1.00 vMB 2
915,937 915,937 00000000000000000001111339e4707274b3f17e2b9120b299ce38ec334c3616 4,905 1.00/1.00 vMB 1
915,936 915,936 0000000000000000000197b96757ad5837080c94193826017b88f62d2fcd1fc4 3,080 1.00/1.00 vMB 0
915,935 915,935 000000000000000000019b15dd3df5873793f1ef71f6efb2e2231f27480e29e6 2,182 1.00/1.00 vMB 1
915,934 915,934 0000000000000000000179c6376f99208d77c213b6d8390368d43c7371efa328 296 0.06/1.00 vMB 2
915,933 915,933 0000000000000000000149b53c4991cbcdbfb97f7b19ebd9a226dfd93aef3a55 1,497 1.00/1.00 vMB 0
915,932 915,932 00000000000000000001987cf0f81417395cce6fa7e566da5305ba9bc4c7e797 2,731 1.00/1.00 vMB 3
915,931 915,931 0000000000000000000019570199f8bd8fb48e7b071d4e0db87090d054c4b1e2 1,725 1.00/1.00 vMB 0
915,930 915,930 0000000000000000000180d5f3d694884c496eaaed3e409a9277221c5e9e087b 2,542 1.00/1.00 vMB 1
915,929 915,929 000000000000000000004d0a7f77ec8aac04f124c9891486d63cc8da8435c5f7 4,226 1.00/1.00 vMB 4
915,928 915,928 00000000000000000000592cbd258a30306b072cdd56b193aa5d698c613cca4b 2,292 1.00/1.00 vMB 2
915,927 915,927 00000000000000000000dad463deb432e0a7caa6b27720872b18803e2f3366ea 2,645 1.00/1.00 vMB 2
915,926 915,926 00000000000000000001da35436587095a9de9f8f82172f1f122159403b0b6c3 3,084 1.00/1.00 vMB 2
915,925 915,925 00000000000000000000a46b2499fadd0b7457a73292bd20d07af3707f1608ae 3,803 1.00/1.00 vMB 5
Previous 10 blocks ↓
Total Size: 785.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: 975.99 GB
    • Received: 30.51 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.