Loading Tool

Explorer IconExplorer

Memory Pool

75,401 transactions
27.72 vMB
0.07509000 BTC
Random Selection Loading Transactions
Max Size: 169.13/200 MB

Candidate Block

Mining Attempt 948d742e3c4d5e719692103c2b6f515aabc8ff213454e514508950365b5d94cd
Version 20000000
Previous Block 00000000000000000000eb6f61bd9defd18e41bcd69e7e89dae8b0fff50507e2
Merkle Root c10c47e4762f2cea483ddbe74e3afb441ee5d4a86580dac7bfaf2c69390405f8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,179
Size: 1.00 vMB
Total Fees: 0.01560093 BTC
Feerates: 99.50 > 1.56 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,259 (59,168 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
856,091 856,091 000000000000000000004278cdda96c376429d8e16ebfc384735a0c94dd2a704 2,385 1.00/1.00 vMB 9
856,090 856,090 000000000000000000028bf06dde600aaed346c2d331701ee28b5f00b4231a0c 3,067 1.00/1.00 vMB 11
856,089 856,089 00000000000000000001227f87c92f516f9254d569e52b53a115769f788d5444 2,147 1.00/1.00 vMB 6
856,088 856,088 0000000000000000000076510ec4d604fe41bf80dfe023c511b7af4abc73431a 2,918 1.00/1.00 vMB 7
856,087 856,087 00000000000000000001e6e1a9e28c2ca74241ba5da2d5478f041338021dbf0f 4,643 1.00/1.00 vMB 4
856,086 856,086 0000000000000000000314a2836f7d1edf68270ad0d3ab0919365e314c7728dd 1,374 1.00/1.00 vMB 3
856,085 856,085 000000000000000000005c27097d503c41ac39e65e878ca6b29c3b7dcaae7acc 691 1.00/1.00 vMB 4
856,084 856,084 00000000000000000000acb5e3bf4bce189c7b1ae0ea1413d77f2b5123e9134e 2,462 1.00/1.00 vMB 6
856,083 856,083 000000000000000000016f7298955602cbcfc6452ebe3e9276630aaa04a81dd8 1,341 1.00/1.00 vMB 4
856,082 856,082 00000000000000000002624304e194fc7c00174733236bd781b1de27c4446ebe 2,074 1.00/1.00 vMB 5
856,081 856,081 00000000000000000002f3b4717b726f1e7cf446c13870be35ac44f0293bf12c 2,155 1.00/1.00 vMB 8
856,080 856,080 0000000000000000000073d1b9195b63b31c138ded2cecff59b4271bb8824a65 832 1.00/1.00 vMB 4
856,079 856,079 00000000000000000000514baa2640bb044e9775bcb0838ece2de7c2f4e31f35 2,953 1.00/1.00 vMB 6
856,078 856,078 00000000000000000001ef968c9371033b5b688a2b5095e82ea95b715f381c8c 2,801 1.00/1.00 vMB 10
856,077 856,077 00000000000000000000f59e0630516d7f78a401b8743607d8d5cdb59a766bea 1,438 1.00/1.00 vMB 4
856,076 856,076 000000000000000000011777e364658cc3d98a83db199b6339fddff1a0749d94 2,762 1.00/1.00 vMB 7
856,075 856,075 00000000000000000000f96c0b6641ebbfd10e4014a0635fc7912e0ecf2d79c3 2,493 1.00/1.00 vMB 5
856,074 856,074 00000000000000000001981c484367afd6519ba8430cb4e2b6cd2d49b8874d6f 3,390 1.00/1.00 vMB 7
856,073 856,073 000000000000000000018e3c9eb62842167c6913bbd4de1145848f7ee45c1468 4,330 1.00/1.00 vMB 6
856,072 856,072 00000000000000000000c1fe45760ae8d61e2172d887f62c8e9e291ce4bfd69e 5,968 1.00/1.00 vMB 4
856,071 856,071 000000000000000000014b7aced632ce4fbeeaa6d87b3da5a880647faa03ea8c 1,825 1.00/1.00 vMB 5
Previous 10 blocks ↓
Total Size: 782.84 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: 712.18 GB
    • Received: 17.16 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.