Loading Tool

Explorer IconExplorer

Memory Pool

90,503 transactions
24.05 vMB
0.06124131 BTC
Random Selection Loading Transactions
Max Size: 161.72/200 MB

Candidate Block

Mining Attempt f406e47f73a232efdcb613923266c72cae3cb3bbfa8371eed9f54906e5bdb2ce
Version 20000000
Previous Block 0000000000000000000141068b6de90114c3918e2c7fbfc38a37c3ba63315214
Merkle Root fe93cfae4838b0cf610c070a041ad74ed220ea38188c5eb1ac21ee70795ed830
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,714
Size: 1.00 vMB
Total Fees: 0.00469165 BTC
Feerates: 49.42 > 0.47 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 916,097 (878,393 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
37,704 37,704 000000004c2ebbd44d656a7c2f68eabbeef91a1fdf2dcdf6850d61fe45f3597c 1 0.00/1.00 vMB 0
37,703 37,703 0000000090e7f1b366950e166fc4d072b4dda3e771c12b4c079b2e93241b9fc4 1 0.00/1.00 vMB 0
37,702 37,702 00000000624abbf019daf504f40237a0443805187a69c3809edf6e50039ad691 1 0.00/1.00 vMB 0
37,701 37,701 0000000021069f36c6cf664f54e0a3557307adcd63bba94566ffccfec6dec834 1 0.00/1.00 vMB 0
37,700 37,700 00000000478c70fcfca141ee6d94f0776de7cee06f7e3ea8a1e324d743f17b29 1 0.00/1.00 vMB 0
37,699 37,699 00000000951fd1c80dcd0cb9e67d0c533a7e2a8a31d18d491a3ef254136136f7 1 0.00/1.00 vMB 0
37,698 37,698 000000005fc788877ead4741bb6996773c51d0a5d5fcf423837684e83dfef412 1 0.00/1.00 vMB 0
37,697 37,697 000000000892d5f49bb1bc5ec89719deb87dc8416b3b67de77c267ee26c22dc4 1 0.00/1.00 vMB 0
37,696 37,696 000000009b08d1a4fde2c4f974e21c1691111bc773dafe826d0456bd3d228880 1 0.00/1.00 vMB 0
37,695 37,695 0000000097566623e5c089c3f57197f5606fb8d07b7f350d642956c9b6feedea 1 0.00/1.00 vMB 0
37,694 37,694 0000000076e4bd99d76f59f211647619a187172b0a56f61eb8e296c03eb79b96 1 0.00/1.00 vMB 0
37,693 37,693 00000000b2efeb28793e2dff69255cfd7cbea937a3855abafc7f8c46b863de1c 1 0.00/1.00 vMB 0
37,692 37,692 00000000b4fe0964f57d7b5487634a1af23bee7f46c37ec95687551b6b39d9ff 1 0.00/1.00 vMB 0
37,691 37,691 0000000045bebed9250eac32d2d8a202e9aadcc7f0f03b33dd56061bb650b3b2 1 0.00/1.00 vMB 0
37,690 37,690 00000000965fc9d2b6a3882b27a41ce586517397c896775a7b45fb1be0497b7e 1 0.00/1.00 vMB 0
37,689 37,689 00000000b1470ed21493238a215a38a322ce89479af3f2babdc409e43f707795 1 0.00/1.00 vMB 0
37,688 37,688 000000003dae41d79d64826a69a5a7d3bb0de0a06e85fbb47a162743e20456c3 1 0.00/1.00 vMB 0
37,687 37,687 00000000a9587344d4340f3b06597689ba375d2da930233b3a1eb5be0992e039 1 0.00/1.00 vMB 0
37,686 37,686 0000000039148ac3ae8a9ab76cbe5341448d6bf2f1cf38ed9916591fee687367 1 0.00/1.00 vMB 0
37,685 37,685 000000005de665fd8f88e4f13e2faba682f4f5e5814394c1fb4e25d40c4cbb5e 1 0.00/1.00 vMB 0
37,684 37,684 00000000b7b00abc93e6275763580eb64de4dc0eafa917864e9950630185d303 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 784.29 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: 815.24 GB
    • Received: 24.15 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.