Loading Tool

Explorer IconExplorer

Memory Pool

77,155 transactions
28.65 vMB
0.06563880 BTC
Random Selection Loading Transactions
Max Size: 173.87/200 MB

Candidate Block

Mining Attempt 348972c9d454a0084b2257c52e2268e8c22ba59b862aebd9dac67b2b82a68598
Version 20000000
Previous Block 0000000000000000000047dfc430ec3ea755e869eaa3ed01b8a4b83beba66d58
Merkle Root c773421aeeef1d2252ddb086aec79f9134711c8c9516303a08e5488d3bfa02a8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,610
Size: 1.00 vMB
Total Fees: 0.00619564 BTC
Feerates: 20.01 > 0.62 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,102 (731,264 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
183,838 183,838 00000000000005735e82c8ad90b6ba6ee906f89e29954cea2812980f3bab3c8e 105 0.03/1.00 vMB 67
183,837 183,837 00000000000005b6a69eb04667012c1d0eef63f71c5d0d27060948500342bea0 64 0.03/1.00 vMB 72
183,836 183,836 000000000000020d6c5e2568e7b190e5b5e085939fa25b7be9ce5060d41aab08 13 0.00/1.00 vMB 172
183,835 183,835 00000000000006a7623774bc33d3b834e2bf21e06f4d20a4290afd2d99872320 190 0.07/1.00 vMB 195
183,834 183,834 0000000000000122f747ce5b34cf8490c0d5a74d93bceee1f20ae9734ced8023 135 0.05/1.00 vMB 213
183,833 183,833 000000000000007f79f0ec113bbd3fff007f9e122b3494d747b5e4c9e28a77e6 107 0.05/1.00 vMB 128
183,832 183,832 00000000000009686c8db5ffb2e278db7ea0553230944a77c402c65c8563196d 317 0.13/1.00 vMB 170
183,831 183,831 000000000000012a851c9792866cd6389531065c3bf56ad1e2658450bd2d18e1 7 0.00/1.00 vMB 0
183,830 183,830 00000000000000776ba20c2af8d94b954ec9870e53ff4ab7ad754afe62f363a2 283 0.17/1.00 vMB 113
183,829 183,829 0000000000000a65c24531670662483844e98017c62ef0b6db88a6fc66ebb0ef 43 0.02/1.00 vMB 122
183,828 183,828 000000000000088b2bc332040dcc235f920239af8f0e13286241841b716b535a 82 0.05/1.00 vMB 114
183,827 183,827 00000000000004640fb501ed4ea3be8df0a239216f32c775fdffbb7da0144acb 1 0.00/1.00 vMB 0
183,826 183,826 0000000000000a0125cd12e4b110dc549624206e1383dfe11b78fc8550fcb48d 30 0.01/1.00 vMB 133
183,825 183,825 000000000000059773ad0b138cd04103bcd13963372270c5311ae060f20986cd 220 0.08/1.00 vMB 161
183,824 183,824 000000000000083bfb3eeaf1fa8245ff58d4c301776d5e68a498e1b2cfb2868a 233 0.09/1.00 vMB 175
183,823 183,823 000000000000039abf78e1c6b4540ae8a465d0a4491bcf8dcd3a0b029f8d9264 14 0.01/1.00 vMB 18
183,822 183,822 0000000000000a73ef7f73a15446ef03a79076c3d93f4af093405e0f2fb473ca 202 0.17/1.00 vMB 127
183,821 183,821 00000000000003265838493eb03efbc139ed2336d3aabfbca6e50572a00f6df1 106 0.06/1.00 vMB 137
183,820 183,820 000000000000010d38c794f1f0e66cc686d40e7469578e3796ccf06c7e302774 1,045 0.42/1.00 vMB 223
183,819 183,819 000000000000083d7a5faf47058ff5e7aad24d0add833995f9e674aa39b87266 11 0.00/1.00 vMB 29
183,818 183,818 0000000000000378335a8c7f5b1494b0bb5768e2c4787e9f2fdbf49b1990172c 105 0.06/1.00 vMB 440
Previous 10 blocks ↓
Total Size: 782.57 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: 670.85 GB
    • Received: 15.85 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.