Loading Tool

Explorer IconExplorer

Memory Pool

73,487 transactions
28.34 vMB
0.07834390 BTC
Random Selection Loading Transactions
Max Size: 167.73/200 MB

Candidate Block

Mining Attempt d50038811bdf130c3aa7466e92bb236538c681831dd3c818d3336e9351f64ff7
Version 20000000
Previous Block 000000000000000000018bcb117043bb0bec5ab8ec9250252a12dc0c5414dc38
Merkle Root ab39762a08c6e98d82ce8181ecad5b3432a3dcb8c0465a50b16ebfc08780922f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,561
Size: 1.00 vMB
Total Fees: 0.02120840 BTC
Feerates: 152.31 > 2.13 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,035 (471,901 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
443,134 443,134 0000000000000000023b5196d6598703119212ece91c908afa55ead0dda8149e 1,864 1.00/1.00 vMB 117
443,133 443,133 000000000000000003b28d3b589dea2cd96dad5ebd390491fd948e7b16468909 1,348 1.00/1.00 vMB 82
443,132 443,132 000000000000000003760a31e14e7b5e1fa47f8716c1a422e9de70016eae0927 2,168 1.00/1.00 vMB 84
443,131 443,131 000000000000000000be026723428a303cd72c7037da2d0f002a1e4d8781c600 2,502 1.00/1.00 vMB 75
443,130 443,130 000000000000000003a0c553e3876c439d5edc2781b6d762466d0222350f78de 2,089 1.00/1.00 vMB 88
443,129 443,129 000000000000000001a1bd9db8c1f90be311b2554a725f218a7657aeb9e71e12 2,748 1.00/1.00 vMB 70
443,128 443,128 000000000000000000d533aaf59b4e5f3fe70e465b3b605995299b3984398b6e 2,621 1.00/1.00 vMB 89
443,127 443,127 000000000000000000dce332d9aefdd228a2734b33199688f268260f7be2ecbf 2,369 1.00/1.00 vMB 78
443,126 443,126 000000000000000002626600e0b44f186ca6cc8ac6b64c3ce44b1fee57a3a543 2,777 1.00/1.00 vMB 123
443,125 443,125 000000000000000001f14ba6517fc850ae74848da3e66038263046a99499a308 1,696 1.00/1.00 vMB 66
443,124 443,124 000000000000000000603eed360ed6850ec2241e3836bf137d4cf114a155b403 3,194 1.00/1.00 vMB 73
443,123 443,123 000000000000000000e284ffd32f82e30e9efcceb486686da72b0a71e35f25cc 3,021 1.00/1.00 vMB 77
443,122 443,122 0000000000000000034bb90a4e9552d7c95ab0ffeca6e35a3cb18ab2af0d1e24 2,297 1.00/1.00 vMB 81
443,121 443,121 00000000000000000214b54f2bfb3e1bca674c876d213247c9d6fa384f9e1f87 1,366 0.99/1.00 vMB 102
443,120 443,120 000000000000000000d0d4b18bd8398d1b9b6960d6b0da3c434492085ba5ed74 2,003 1.00/1.00 vMB 93
443,119 443,119 000000000000000001f77b32f72a48a3062ba806fea373ea5c04b3c01a40ce2f 2,619 1.00/1.00 vMB 90
443,118 443,118 00000000000000000200fd13b50b9971f4711452dcaf4a6463d4a854f9e6e085 1,845 1.00/1.00 vMB 76
443,117 443,117 000000000000000001df1d4ec566ccb3ba020159aa2f135d9460ab9568c148b7 2,034 1.00/1.00 vMB 72
443,116 443,116 00000000000000000144899231836a2bd3421db8468e3bb34decaf858abc6307 1,037 1.00/1.00 vMB 79
443,115 443,115 0000000000000000034bd6db9c3b30cf6fbcad5cd6e229e0a917f6676bdc438a 1,977 0.75/1.00 vMB 88
443,114 443,114 0000000000000000005598730238fc382c20c5181fa3ca692981b3fe73561dd1 3,092 1.00/1.00 vMB 107
Previous 10 blocks ↓
Total Size: 782.45 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: 667.47 GB
    • Received: 15.25 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.