Loading Tool

Explorer IconExplorer

Memory Pool

66,416 transactions
30.45 vMB
0.07763520 BTC
Random Selection Loading Transactions
Max Size: 172.57/200 MB

Candidate Block

Mining Attempt 59be4d4113119898f05b4f6628e0c6acfc649a21a7abbe3423e88a8bbe6a0b44
Version 20000000
Previous Block 000000000000000000014ab2be0566cd20fccff9187da3853a74af3e86f6d6dd
Merkle Root 4eaeba982eea8a9aaac3106d46236bf30069bdc034bea202f411d9371751583f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,266
Size: 1.00 vMB
Total Fees: 0.01835297 BTC
Feerates: 150.93 > 1.84 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,944 (324,806 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
590,138 590,138 00000000000000000013f4c709d5b9986bc546cc8bb96e5364fdb8ee654001a5 2,394 1.00/1.00 vMB 18
590,137 590,137 000000000000000000089aafb117593296b9888ef8e66b9605f3e3e8e309b848 2,689 1.00/1.00 vMB 65
590,136 590,136 000000000000000000065b9caddc3b1776ae93882720d2fdf4b809084474a102 188 0.05/1.00 vMB 16
590,135 590,135 00000000000000000014f2ec3ee9bf48d6a65f67750e06c3551876375e47264d 2,871 0.90/1.00 vMB 25
590,134 590,134 00000000000000000015d3db45cf534f86d060d21ff9b14b0c7812b2891c9024 2,555 0.96/1.00 vMB 9
590,133 590,133 00000000000000000017e5749b2495c43c9a61076ddbbf4d57bd4d659ea7326b 3,139 1.00/1.00 vMB 60
590,132 590,132 00000000000000000002be905ece6fff67e3ac33a08a69b4bc68b9c0fc48a73f 453 0.14/1.00 vMB 46
590,131 590,131 0000000000000000000216d9531938b2a7e80f1c2cc9c1763474ffe886efb336 2,302 0.92/1.00 vMB 39
590,130 590,130 0000000000000000000b142fa57a257b5333052a9ce9dc45556cfc46605d9bff 1,771 0.99/1.00 vMB 8
590,129 590,129 0000000000000000000adb8844937f97960f8af48e8ead697dfbf27e3cb24008 2,863 1.00/1.00 vMB 32
590,128 590,128 00000000000000000014e6fc6c5f624b6dfd213599a83723526ee1cabcb5f03a 2,483 1.00/1.00 vMB 11
590,127 590,127 00000000000000000014e07c7c73f4ebc5b3d552155097786404abfc0e6bc9dd 2,471 1.00/1.00 vMB 40
590,126 590,126 00000000000000000018934da48914682d57a65978e4ef35a67cf26e50850b06 3,145 1.00/1.00 vMB 72
590,125 590,125 00000000000000000006be460f88dfda3d0c9cc589839ddc20265d40f12145bf 2,376 1.00/1.00 vMB 34
590,124 590,124 00000000000000000016a3152f9a5295ecbd2a67b9cae2e49ff79292063a3497 1,813 1.00/1.00 vMB 25
590,123 590,123 0000000000000000001475547831a53914db414c293dffb74eef723abeff1b7d 2,861 1.00/1.00 vMB 37
590,122 590,122 0000000000000000000a86713328f0335e222fa16f4fcffa8b088c328b1d5a41 3,002 1.00/1.00 vMB 17
590,121 590,121 0000000000000000000c927363e68d3c85d2591b4c8f87b96ab4145202fb6299 2,715 1.00/1.00 vMB 40
590,120 590,120 0000000000000000000a19f65d907bcc0d42c0aecdba639ddd2057ec0e8dd256 1,623 1.00/1.00 vMB 62
590,119 590,119 0000000000000000001561a8f66498e029f4621ed6833d84a1e8288dedf41b63 3,533 1.00/1.00 vMB 83
590,118 590,118 0000000000000000000b17ebb56509fa031c851d787de499f3882bdca0cdde81 2,072 1.00/1.00 vMB 3
Previous 10 blocks ↓
Total Size: 782.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: 657.08 GB
    • Received: 14.48 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.