Loading Tool

Explorer IconExplorer

Memory Pool

86,105 transactions
32.07 vMB
0.21660322 BTC
Random Selection Loading Transactions
Max Size: 191.76/200 MB

Candidate Block

Mining Attempt 85971d18715017b53beb509a0fd2474eb741586f4abb4f704020e8a2d5edfa92
Version 20000000
Previous Block 00000000000000000000056fab688ddf67ad8d7a1620fa9f28be0953d6e5a38f
Merkle Root 4a05e8194e3dc5fa9125fcb906ce0c563d9003dd0248d241a77d8467dfea69a6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,882
Size: 1.00 vMB
Total Fees: 0.09746850 BTC
Feerates: 529.10 > 9.77 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,147 (233,524 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
681,623 681,623 000000000000000000032fa886a89bafe32d5fb40d99aaf21aba2a49796ea6cf 2,640 1.00/1.00 vMB 73
681,622 681,622 0000000000000000000aad895d356609ec96207c0f2e065e993cf855a2cb8939 2,088 1.00/1.00 vMB 57
681,621 681,621 00000000000000000009954314a0ca6077ebbf3c42588f421569a6478ce840fd 586 1.00/1.00 vMB 21
681,620 681,620 00000000000000000003aaecbb7d7d2c7f7694d9d16c1d44d28bba5205b991e0 529 1.00/1.00 vMB 75
681,619 681,619 00000000000000000007dff5a01a2d0058e47c1d7b95097efaff7d2cfb626416 691 1.00/1.00 vMB 18
681,618 681,618 00000000000000000007a5c72cde3a12e2c21b8c42539c89e2352c945cffc89c 738 1.00/1.00 vMB 23
681,617 681,617 00000000000000000001495405e3a6f05ced66d57205bfe076e79f4677d53b0f 1,104 1.00/1.00 vMB 29
681,616 681,616 0000000000000000000490cf37e6dce54800d55e1501b539f9ea14a59ce61887 1,231 1.00/1.00 vMB 14
681,615 681,615 0000000000000000000a07ba4659b64f1e078fa5850e60fee6a7c144041538bb 2,496 1.00/1.00 vMB 101
681,614 681,614 000000000000000000048a7cb9651f373c681245db4d16dad1f60dbae181dc15 1,852 1.00/1.00 vMB 70
681,613 681,613 0000000000000000000cdb8c9f6f71485838d6266c0cb3ece8bfca6bb0163fc6 960 1.00/1.00 vMB 17
681,612 681,612 000000000000000000055a4e25e385f889e197cf4f1b18be01cdb4a475659959 1,936 1.00/1.00 vMB 20
681,611 681,611 0000000000000000000b4eafdb7f8a9a08abc2333e1b1c364940b2cc29169007 1,250 1.00/1.00 vMB 47
681,610 681,610 0000000000000000000d4e4ca791832f9eacc12fd7e23b77fbe4897fdbefed92 2,426 1.00/1.00 vMB 89
681,609 681,609 00000000000000000000efe49126972910d77b0f5ba64a0e2b8805870ade1b87 1,874 1.00/1.00 vMB 66
681,608 681,608 0000000000000000000a1a6702449cf374091dfff8d2a53d1b3b9187abaadcdd 1,805 1.00/1.00 vMB 53
681,607 681,607 000000000000000000081726d5a16aa598318914b670242d131c4852f194d3fa 1,823 1.00/1.00 vMB 137
681,606 681,606 0000000000000000000d937b5906a77ffe23abcb5c9ff3a5a153e4bb58bac95f 489 1.00/1.00 vMB 18
681,605 681,605 000000000000000000027f81438cd8f24f1058fe0586a82f14e0d1b2d0e20325 389 1.00/1.00 vMB 17
681,604 681,604 00000000000000000009bcafc3a14d90f4cb87bd0011813593b43f007da86e2c 181 1.00/1.00 vMB 8
681,603 681,603 000000000000000000000b78f38552ba44b1fba5ef37a9df201f982baa6b7cfc 200 1.00/1.00 vMB 12
Previous 10 blocks ↓
Total Size: 782.65 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.70 GB
    • Received: 16.31 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.