Loading Tool

Explorer IconExplorer

Memory Pool

45,652 transactions
27.66 vMB
0.07541896 BTC
Random Selection Loading Transactions
Max Size: 144.94/200 MB

Candidate Block

Mining Attempt 72cbe86fa69469e385b3c36c913df9616084bbb2ce96289d83ab96ec4cf534ca
Version 20000000
Previous Block 00000000000000000001ea5ca94f36eab03be1e198193b179a4c6d49b9095493
Merkle Root 8acced1f9441be46cc0e52da0f06e6c0365476bd1e0e644e28e5ca6244c474a0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,574
Size: 1.00 vMB
Total Fees: 0.02036707 BTC
Feerates: 124.00 > 2.04 > 0.39 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,888 (104,074 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
810,814 810,814 0000000000000000000497d6381a7558a9d070a2941de4758bb1b69decf6ef5c 3,007 1.00/1.00 vMB 10
810,813 810,813 0000000000000000000443ae77e6d49f6cfd76cac1eb641ac54b0c2ed014fa51 2,630 1.00/1.00 vMB 29
810,812 810,812 000000000000000000033b8366f810946dbc4dcbb2554a0df47a065ace7f3276 2,500 1.00/1.00 vMB 17
810,811 810,811 0000000000000000000079dafaab513cf75b6220c684509d181d5ec0a638679e 1 0.00/1.00 vMB 0
810,810 810,810 00000000000000000004e0b996cacaab308732de595ea0124a6b1e519d9ab64c 1,161 1.00/1.00 vMB 4
810,809 810,809 000000000000000000000f94dca5a77e323dea2ce2e50fa1ad9265663a888d2c 2,896 1.00/1.00 vMB 17
810,808 810,808 000000000000000000044600990c40dac472a32db34c11a1e70354833f0c4a00 4,240 1.00/1.00 vMB 13
810,807 810,807 0000000000000000000042ff1c8be3c7f989d34f1b1f91f2838666079dc6377c 2,669 1.00/1.00 vMB 8
810,806 810,806 00000000000000000002a31b8834a2cc7fe96588703dfffc69849c9bcaf6ab95 2,032 1.00/1.00 vMB 13
810,805 810,805 0000000000000000000142b3248fcb441b6d8cfc1ee9439c659298feeb151ab3 2,618 1.00/1.00 vMB 18
810,804 810,804 0000000000000000000336cc3e7a4f110e454f98e914127eaa0e203706f41846 2,324 1.00/1.00 vMB 8
810,803 810,803 000000000000000000037e0eb652b000d81abb4ddcf5700e7daae34482a84397 2,795 1.00/1.00 vMB 18
810,802 810,802 0000000000000000000128b2661f13f45532fcdac3ad17a31cb30c215598eabd 3,622 1.00/1.00 vMB 13
810,801 810,801 000000000000000000002342ab3bc3fcca00187eb2e3bb7913dd59c2c4b3b07c 2,691 1.00/1.00 vMB 22
810,800 810,800 00000000000000000004e5751ce03c1e51d5fe6e65e27c1297dce0d62c4326fe 2,817 1.00/1.00 vMB 12
810,799 810,799 000000000000000000012aa28e1dc69aac147f380886e7cc32f9f48f4fdf7602 3,075 1.00/1.00 vMB 20
810,798 810,798 000000000000000000002373d08c32129eb56e4b1320d8ff1782886d4218442f 2,277 1.00/1.00 vMB 16
810,797 810,797 00000000000000000000fbec84dc3f702a281be8b3e45f0ebb42e363f82c2f83 2,832 1.00/1.00 vMB 20
810,796 810,796 0000000000000000000127d9d450456707e6e50e49b27df2d4786fd50ea7e519 2,176 1.00/1.00 vMB 19
810,795 810,795 00000000000000000004a795b9559c4604df23240c94defcac9f6ac6622a382f 1,610 1.00/1.00 vMB 17
810,794 810,794 00000000000000000000f3426ae122e176d3f36e87f9e4a11d02c61e9ed8d054 3,120 1.00/1.00 vMB 30
Previous 10 blocks ↓
Total Size: 782.19 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: 653.73 GB
    • Received: 14.03 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.