Loading Tool

Explorer IconExplorer

Memory Pool

82,116 transactions
30.53 vMB
0.13491449 BTC
Random Selection Loading Transactions
Max Size: 183.72/200 MB

Candidate Block

Mining Attempt 71f9153863e4a4b30fd1d00efb2c1b75d4472f4028a39a0dfbdb7674e9211461
Version 20000000
Previous Block 000000000000000000016243f6155663ea56aeb617e220dfe372214395a7d65b
Merkle Root 31494ff6be05736ec6f76918d5a9b78ad87a721a2a99ca889b5b0958658642d5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,088
Size: 1.00 vMB
Total Fees: 0.05259542 BTC
Feerates: 302.06 > 5.27 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,129 (279,413 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
635,698 635,698 0000000000000000000e441bfc72732f1cf97c79e5986da19ec042151277ebd8 2,493 1.00/1.00 vMB 25
635,697 635,697 0000000000000000000b8eab2f1f98dd3ff219e1724e7e819183908f97112b55 1,665 1.00/1.00 vMB 20
635,696 635,696 00000000000000000000ac52693bd2527d719e737e4a909de1a4e17291ad3494 1,561 1.00/1.00 vMB 51
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.01 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.