Loading Tool

Explorer IconExplorer

Memory Pool

80,920 transactions
30.29 vMB
0.15442433 BTC
Random Selection Loading Transactions
Max Size: 182.56/200 MB

Candidate Block

Mining Attempt ec9c29be5988b17bde565f516d5cc20e0c382919722c0802503b75d62e4fbc49
Version 20000000
Previous Block 00000000000000000000bed9e82db9db72d1b18bb335810616975b81723d85a6
Merkle Root a937ab1c5cf6133c50f28ab85c14a4c48252ad81c997f1f4c7f2560b63e2a434
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,040
Size: 1.00 vMB
Total Fees: 0.07996348 BTC
Feerates: 251.00 > 8.01 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,130 (279,411 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
635,719 635,719 000000000000000000013dd6071af5ca0c85aa0a5a6e6a709772fce7b07c4a97 1,068 0.44/1.00 vMB 22
635,718 635,718 0000000000000000000fe1319478a45bbe7f8ce716800a5940c8d4ea6d1d3f2d 1,479 0.52/1.00 vMB 9
635,717 635,717 000000000000000000095331c12e63b899b7b1643a47a179b21318d5a96352f0 2,709 1.00/1.00 vMB 12
635,716 635,716 00000000000000000001859d6d2d9bb26da3b744104e79c80315d6db0e545c5d 2,444 1.00/1.00 vMB 23
635,715 635,715 000000000000000000093d5f008c3f58de2771c7c2b7ccd5911d6dde7da9f5b3 2,258 1.00/1.00 vMB 31
635,714 635,714 0000000000000000001160efba319ae365eee93466d632ea4b13345af32f0d3d 2,281 1.00/1.00 vMB 52
635,713 635,713 00000000000000000000866bb536132536d05e0dde0d8cf1e85236393e8ba473 2,554 0.94/1.00 vMB 26
635,712 635,712 0000000000000000000b6c073a8052798879bd71db6c7b2b34067422eaf8ed96 501 0.20/1.00 vMB 20
635,711 635,711 000000000000000000017844593d30a7e8ddc5956483ea8196c7a96e58b8334d 2,718 0.91/1.00 vMB 24
635,710 635,710 0000000000000000000eb2e8f0ff8692d5c4ae4784cdb502d3622cdce9de5eab 2,102 0.80/1.00 vMB 22
635,709 635,709 00000000000000000000f938e1ccf76c457bc62c87fa38347922ddf4eb2c4b0a 1,996 1.00/1.00 vMB 9
635,708 635,708 00000000000000000009449ea05783c2c68bbecd0ed43a8836999798030f3b42 2,554 1.00/1.00 vMB 36
635,707 635,707 0000000000000000000266e1220963414e581f714c3bf3bf5142b800d582dd5c 677 0.33/1.00 vMB 19
635,706 635,706 0000000000000000000c55edcc535261b75e34ca5cd2ede59f3ce81c780ae467 2,574 1.00/1.00 vMB 22
635,705 635,705 00000000000000000008b4e2b69362e9858ce0111892845225447c04599756fd 2,942 1.00/1.00 vMB 23
635,704 635,704 00000000000000000000a246ecb018622d0909a70ba7b0953fd7ec87a396e0a7 2,873 1.00/1.00 vMB 22
635,703 635,703 00000000000000000000eba91aad78007fed11720ee5e121246abdcaeb0bf8d9 2,255 1.00/1.00 vMB 41
635,702 635,702 00000000000000000003f038321e26ac71e11d22b4f0ceeb3579d3074c20f547 1,792 1.00/1.00 vMB 24
635,701 635,701 00000000000000000004e79504f676a393bdd71cb3aa48fdf0aa617f63c017d9 1,973 1.00/1.00 vMB 31
635,700 635,700 0000000000000000000c83f0595105a7efe7aec4797d223d29aa3ef5e5f2f0db 1,791 0.60/1.00 vMB 12
635,699 635,699 000000000000000000054377a9c508e0eacc517ec2da3ac9fc0408ca4148d61c 798 1.00/1.00 vMB 6
Previous 10 blocks ↓
Total Size: 782.62 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: 672.03 GB
    • Received: 16.11 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.