Loading Tool

Explorer IconExplorer

Memory Pool

73,828 transactions
27.30 vMB
0.06563537 BTC
Random Selection Loading Transactions
Max Size: 166.67/200 MB

Candidate Block

Mining Attempt a8ef5ac4c7fcb07d42d7d8ea4eaa859bcf03ecd72a0d3c44c6a81b8429bdc3fe
Version 20000000
Previous Block 0000000000000000000189a5f20e878121d89bc785969cccc1ec619f95e896c3
Merkle Root 72b45f3eeed8469f85941de47cca5cc31326360b2f47999576473190dc09d608
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,529
Size: 1.00 vMB
Total Fees: 0.00753211 BTC
Feerates: 73.20 > 0.75 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,281 (231,225 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
684,056 684,056 00000000000000000002a1f855c3281a6e04229b7ef3d709af42b4d7e3e64eca 1,952 1.00/1.00 vMB 55
684,055 684,055 0000000000000000000b368c28e8e696471331fa357de1467ae1cf5a22f5d5b3 540 1.00/1.00 vMB 62
684,054 684,054 000000000000000000001ac5c3f7e53099abbe720ea8ac6f9d4b19837013ad1e 2,999 1.00/1.00 vMB 82
684,053 684,053 00000000000000000009666bf568eb04c830e3a1888bc0e0ecb50bd74cf0e0ce 2,180 1.00/1.00 vMB 55
684,052 684,052 00000000000000000008911e117f2440ea9b17f65c929708aa3aa896669156ff 2,035 1.00/1.00 vMB 23
684,051 684,051 0000000000000000000503114c73398ade1bbfb37139c8ef71f533d64791cc79 2,108 1.00/1.00 vMB 59
684,050 684,050 0000000000000000000b3cd85718962678f84a35e5d4b9b1272825a84679b238 2,843 1.00/1.00 vMB 29
684,049 684,049 0000000000000000000a169894cd38b7b691c5e9d238cacbfebdd160defdab78 2,091 1.00/1.00 vMB 38
684,048 684,048 000000000000000000089f90601c633139e80efad0a6752a06ecbc9ce2c5ef8f 2,081 1.00/1.00 vMB 53
684,047 684,047 00000000000000000002f4d337bae63f051cdde91d0dff391f06ebe012eec173 1,433 1.00/1.00 vMB 71
684,046 684,046 00000000000000000009787c705b0eac9494e70c80c1cc2f8cc55a2e2d2d2b87 765 1.00/1.00 vMB 59
684,045 684,045 00000000000000000006f76f12bf4d978f2b62dc386cc66a66563ff2fc237ba9 2,624 1.00/1.00 vMB 83
684,044 684,044 0000000000000000000a9dce192d52b06d698d408cc369cb125194d417a00f88 1,991 1.00/1.00 vMB 30
684,043 684,043 00000000000000000000ac971e49bc0170bb44f2c8cf70d92e4f0c3fc273f8f0 2,331 1.00/1.00 vMB 55
684,042 684,042 000000000000000000068e13cba2d06a74c095b1276fe6d9004940529941d708 2,106 1.00/1.00 vMB 84
684,041 684,041 000000000000000000027790e3fea3d369a6eb8e80117bf10e7e7e961d380649 2,316 1.00/1.00 vMB 50
684,040 684,040 000000000000000000044693b7f21c02f60c8b046a4eef23e584a2629af66f46 2,036 1.00/1.00 vMB 58
684,039 684,039 000000000000000000064ea6fd88ddeea8fe51c7e1e1604e72ad5502bed44a32 2,051 1.00/1.00 vMB 47
684,038 684,038 000000000000000000090b6d33ffb09d0de30ab3b8a4cbec925d0372dcb6d2da 2,159 1.00/1.00 vMB 41
684,037 684,037 00000000000000000001aec57ab666811a5a8a6ec39afeb4a189724446efe2f1 1,841 1.00/1.00 vMB 53
684,036 684,036 00000000000000000004a91c90f68f01f8ab4f7ed3d6447339b2b9649c9cd997 950 1.00/1.00 vMB 68
Previous 10 blocks ↓
Total Size: 782.88 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: 713.23 GB
    • Received: 17.33 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.