Loading Tool

Explorer IconExplorer

Memory Pool

74,371 transactions
27.45 vMB
0.06958407 BTC
Random Selection Loading Transactions
Max Size: 167.58/200 MB

Candidate Block

Mining Attempt b5c97694599f7ff193c6cb5a2244c8231cd55c32f3c4b9ba2382dbd6c378ca8e
Version 20000000
Previous Block 0000000000000000000189a5f20e878121d89bc785969cccc1ec619f95e896c3
Merkle Root 8d139ad4f9d57f4d096674235a27a715dc01ed95cf7486b998c7088fafe5f96e
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,031
Size: 1.00 vMB
Total Fees: 0.01091716 BTC
Feerates: 84.71 > 1.09 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,281 (235,580 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
679,701 679,701 0000000000000000000b64630a26af7554f65337e59cc5aa73d5dc54a0a7299c 2,647 1.00/1.00 vMB 140
679,700 679,700 00000000000000000004b6fdeda8a2dc1dfe066fad2172713ba45427eccc9d2e 2,821 1.00/1.00 vMB 158
679,699 679,699 0000000000000000000413d4d96c932efa2200e4da4fd0d59adb5595ec0c8f82 1,808 1.00/1.00 vMB 201
679,698 679,698 0000000000000000000321fcba68897088c8465473a52af96cd0588e29690282 2,353 1.00/1.00 vMB 207
679,697 679,697 000000000000000000040e00c9b64f75fdb965360874b11123b38afda3144989 2,441 1.00/1.00 vMB 121
679,696 679,696 0000000000000000000bd3d37bf3dab9b95f31226699e2d881bb6c79ae7ff347 2,642 1.00/1.00 vMB 163
679,695 679,695 0000000000000000000496cab57785fca8543780767e02fd74722dfd69bbd5b8 2,968 1.00/1.00 vMB 141
679,694 679,694 00000000000000000001ab93e33f93d92951b64075b1f3f991fbba47a24bbcc6 2,811 1.00/1.00 vMB 92
679,693 679,693 000000000000000000049ff41f1c3167ec43dff64ce5bddfd4ae473ba2d4d4d5 2,504 1.00/1.00 vMB 114
679,692 679,692 00000000000000000006e7ffb563b0947f5af57497d158093edcec32308e2af3 1,902 1.00/1.00 vMB 148
679,691 679,691 0000000000000000000bccaf003b98d285c8bf39f82e48cbbe92114029f4a9b1 1,874 1.00/1.00 vMB 201
679,690 679,690 00000000000000000004a2c0a7819a3519693c1784ce9ba42bfecb7c830fe4ba 2,642 1.00/1.00 vMB 129
679,689 679,689 000000000000000000022469031b8c81b5f2587afc5dc6b707a1329e100e421c 2,655 1.00/1.00 vMB 147
679,688 679,688 000000000000000000081462a8868627413b0af933b05c9c7d97bb5542ecf40a 3,025 1.00/1.00 vMB 192
679,687 679,687 000000000000000000075d317b7ee99d8b0309064559596315c428d7ebbd8ac0 3,104 1.00/1.00 vMB 122
679,686 679,686 00000000000000000009d0103515f1e402d65eca3aaf92eca549b785fa38a644 2,672 1.00/1.00 vMB 123
679,685 679,685 00000000000000000009aa78e599862c7ad6f7ee13ae0ccdcce6d61064e4e26a 1,728 1.00/1.00 vMB 138
679,684 679,684 00000000000000000000a46194c1c4a62a31d8d21cb7aa7ed58d891b1c6681b6 2,210 1.00/1.00 vMB 123
679,683 679,683 00000000000000000003e8a29a28cb81e63d85809a084b3d2aeba464c2f8e662 2,546 1.00/1.00 vMB 126
679,682 679,682 000000000000000000070786e4c45078e6967a70cdd4df8dd5e086cfa672e2df 2,585 1.00/1.00 vMB 127
679,681 679,681 0000000000000000000a89883303ed92e6357c9b62bbcd78b98fb2fc4244c426 2,742 1.00/1.00 vMB 192
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.