Loading Tool

Explorer IconExplorer

Memory Pool

55,169 transactions
32.40 vMB
0.16068013 BTC
Random Selection Loading Transactions
Max Size: 173.26/200 MB

Candidate Block

Mining Attempt d9e45fd5db4bf2a4b75abc533c3d1373193eb4a543345fe70409ba791fb3927e
Version 20000000
Previous Block 00000000000000000001313720cdab0b96a52eb599aa00254522f99d726b53eb
Merkle Root 94a21532b4fdc40061fc1e5d12e08cb182933eafc5d6923d346383b4948d867b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,394
Size: 1.00 vMB
Total Fees: 0.05394362 BTC
Feerates: 301.66 > 5.41 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,821 (298,808 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
616,013 616,013 00000000000000000003958d6a89160ae25138d5c21030564cb32478edc9bdef 2,698 1.00/1.00 vMB 28
616,012 616,012 0000000000000000000c8dd91051420aa8c01881f0c5a652926f5195bb05c599 3,353 1.00/1.00 vMB 29
616,011 616,011 00000000000000000004c0a5f40f683bdbc6caf64ddd81266263a3d781efda6d 2,084 1.00/1.00 vMB 17
616,010 616,010 0000000000000000000fce3dda4cd5e3a46b3cbb09051ba5d5fbafe1c5ea39ff 1,660 1.00/1.00 vMB 7
616,009 616,009 00000000000000000000fce2fb05497757c7a1149dcbf242903e0ab81e0019be 1,906 1.00/1.00 vMB 4
616,008 616,008 00000000000000000006d6e37ed7eeab3bf0e344a9a53f5f2769af5aef06a2a5 3,102 1.00/1.00 vMB 19
616,007 616,007 00000000000000000009c813480ded58bad023fbca5ca5b7b494d5646a4988e5 3,522 1.00/1.00 vMB 19
616,006 616,006 00000000000000000006cf303428f60257a08dd83deb07450efe52a44921a59c 2,983 1.00/1.00 vMB 7
616,005 616,005 00000000000000000009119bb9a133150abc9d16c5c4ca8f1c9c9a3a72098e49 3,126 1.00/1.00 vMB 17
616,004 616,004 0000000000000000000c5708bb2032ce228c21849c5aef22a577028fd7913d8a 1,937 1.00/1.00 vMB 17
616,003 616,003 000000000000000000041bac941628d05b4f3a1978c9c868964c1d1fb24b4764 3,093 1.00/1.00 vMB 22
616,002 616,002 00000000000000000010d7ad3467cd85628167ec6ea7094cdbf766d16c601430 3,183 1.00/1.00 vMB 24
616,001 616,001 00000000000000000002ce076d01657b8d01ec996baec411627a7e42de0e9a79 2,849 1.00/1.00 vMB 24
616,000 616,000 0000000000000000000f27d904c8694af2ec1f4b5bab12331e32e52a5d80f33c 2,871 1.00/1.00 vMB 35
615,999 615,999 000000000000000000094101db4cef9ca039bf115f1ceae7647efbb9162e9966 2,418 1.00/1.00 vMB 27
615,998 615,998 0000000000000000000891c5792a6477ab3616b4f967f0cff0f3495d3c4321ef 2,521 1.00/1.00 vMB 17
615,997 615,997 000000000000000000122eaff5690a2c2fe01bdb201cddc215bd102a02155bdd 2,311 1.00/1.00 vMB 20
615,996 615,996 00000000000000000002d9392e5c91ddb212a158bd85734df00dd3a43872c6bc 2,141 1.00/1.00 vMB 13
615,995 615,995 000000000000000000057ad87c34861af153362d1cbeec69c8123942d02d0c40 1,939 1.00/1.00 vMB 7
615,994 615,994 0000000000000000000ef1826e61a3ce285b528a1b8a4c171ce27db235822c53 3,174 1.00/1.00 vMB 23
615,993 615,993 000000000000000000027ea3534eefc97a18b567cce5362f302023b33a6dd381 1,734 1.00/1.00 vMB 15
Previous 10 blocks ↓
Total Size: 782.07 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: 651.26 GB
    • Received: 13.52 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.