Loading Tool

Explorer IconExplorer

Memory Pool

26,574 transactions
26.79 vMB
0.04223922 BTC
Random Selection Loading Transactions
Max Size: 144.49/200 MB

Candidate Block

Mining Attempt f4cd3c1bf4c4b8da6465d2b55a75850f9b7a3608063e1902b0610aeebfaec403
Version 20000000
Previous Block 0000000000000000000153a8aa57936c5894ec2dfe06bc1e379419ea4abe5763
Merkle Root 9e3c8662378558c4fd534b9b62572b9809ac49cd819f90d85af7772ff4f40001
Time (UTC) ( ago)
Target 00000000000000000001f0cc0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,336
Size: 1.00 vMB
Total Fees: 0.01223551 BTC
Feerates: 150.68 > 1.23 > 0.13 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 940,089 (740,342 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
199,747 199,747 000000000000014ea67db19c73e06a9fc6718e761f51b701b71ffc027f54a9ce 10 0.00/1.00 vMB 163
199,746 199,746 000000000000004d3ea10c5f6adc640bcb20d2d7acfd9b33c74e3cc77d414627 438 0.19/1.00 vMB 139
199,745 199,745 00000000000001fe15361e74f2ae0a8ccbe659d029fc4e11af4ac60cca72c8e0 32 0.01/1.00 vMB 0
199,744 199,744 0000000000000580aa0046a2e79c8fd3e3e4dd1929c88ebcf17a2f1c4eddc067 8 0.00/1.00 vMB 22
199,743 199,743 00000000000000f80d835cfe8ce8476c46be180d782612a077b3fa3d4d00fc4d 94 0.04/1.00 vMB 59
199,742 199,742 00000000000001bd7ac0d521641a7d37b340b87b17e3066565cdc347e34c0ffa 481 0.19/1.00 vMB 210
199,741 199,741 000000000000035d9e664ffe109cd05994de4d28e140d1f6fc3ea42d107e45dc 10 0.00/1.00 vMB 314
199,740 199,740 000000000000046bacd407e404c4ed6fb3d1444b50f5d9d0d4b9338e36d68755 184 0.08/1.00 vMB 136
199,739 199,739 00000000000001c361e6052bcb05f49484660e4f884fc2869bf7cc5e257133e5 8 0.00/1.00 vMB 171
199,738 199,738 00000000000001249f1f3406d5757d5f588e7b5ed263fbcc0f778d8b31becca3 347 0.14/1.00 vMB 206
199,737 199,737 00000000000001d3025ed39c9d07ae643da5be9d1b262b9d71d9fd045f9a9fa4 277 0.09/1.00 vMB 155
199,736 199,736 000000000000000c2038fc45233a31a3df9c0b97a1b5e0632572afbf6c6a594f 172 0.25/1.00 vMB 72
199,735 199,735 000000000000048903e31cb514d8f42aed1e5fbcb020d9e3b76384f560cbc490 140 0.05/1.00 vMB 460
199,734 199,734 00000000000001348e3d36e212f8ffdba2ad79a33666ace36f4a162261886d3d 60 0.02/1.00 vMB 62
199,733 199,733 0000000000000104ad04965e198f2d4f241e18cac585fe70b136a401d1a13590 110 0.05/1.00 vMB 111
199,732 199,732 00000000000001eb71da1bb088df9b0790205195a92660f2b94dee7c78828f1e 523 0.22/1.00 vMB 105
199,731 199,731 0000000000000159bf4b943a5da073ee6b259597e02a71555049d7af15a2bc42 139 0.05/1.00 vMB 92
199,730 199,730 00000000000002b5f818ffbdeab0230a4f3acd235ec9330b360c46f72dfb25b2 118 0.04/1.00 vMB 180
199,729 199,729 00000000000002e9866babc1d3e72b77163d825c261d32380433d24980317eb6 224 0.11/1.00 vMB 48
199,728 199,728 00000000000001f66eb63e46b6ac2ce590778340b3d3de9a5f93102b284b7eb6 311 0.12/1.00 vMB 172
199,727 199,727 000000000000013a5c050092bdb3c117d7e31b635fd81c9622961312ff2ff26e 277 0.13/1.00 vMB 133
Previous 10 blocks ↓
Total Size: 826.88 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: 4,436.39 GB
    • Received: 240.20 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.