Loading Tool

Explorer IconExplorer

Memory Pool

31,465 transactions
9.93 vMB
0.11729372 BTC
  • 1 sats/vbyte = 10 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 63.16/200 MB

Candidate Block

Mining Attempt 62ddec91226089f09d075975391bcf77c33f8a65dabf46cac4772425a9cf2dba
Version 20000000
Previous Block 00000000000000000001ae806ffbb20a37afceb8c324178acedfa24b5fd1da9a
Merkle Root 700632f45bb34a81b0b35c53e743c84379fd0aabb38636e5754a75a1ec0c7d82
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 3,612
Size: 1.00 vMB
Total Fees: 0.03538836 BTC
Median Feerate: 3.10 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,217 (772,368 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
140,849 140,849 00000000000002b8042604c0b5635ebd08784d3868ddd9da327cca7aedacebb2 68 0.02 vMB 72
140,848 140,848 0000000000000424f113ab5324f6fcdad7afe3d5e7fe2cb6c005d27e9e2101ee 3 0.00 vMB 193
140,847 140,847 00000000000005f9df5b0d415ea0d340f21ef5a563bf56433dd7e3eab11f8209 89 0.04 vMB 172
140,846 140,846 00000000000003d440d4286c33e4d7e4db30059f876865cbadb2803e72e06329 111 0.05 vMB 81
140,845 140,845 00000000000007d26fc72901585723fe0df3048592a749e832268f98392cdc5f 13 0.01 vMB 1,079
140,844 140,844 0000000000000604ef45d1f5f2cee14de90fa7244dc62b25f3cbcc34323aa23e 68 0.04 vMB 116
140,843 140,843 00000000000003317b1607348367706116ffc9c536eca52679573b05e4dfd11a 115 0.04 vMB 162
140,842 140,842 000000000000068c711b31ae595009b7550f0b0db5db08e25897257c903535fe 93 0.04 vMB 220
140,841 140,841 000000000000064e1be018da99b281b79a8409dc42409416b9806ea4aa8ce77a 26 0.02 vMB 198
140,840 140,840 00000000000006eea6d84e20bb6459dcd6bebfe28cd2dad305d103ea7dc80223 130 0.04 vMB 91
140,839 140,839 000000000000039e6d29f1b2f7ee07db88042244bd56dbf144e0951d4d4c6444 22 0.01 vMB 339
140,838 140,838 000000000000028b289e45d267dffe10d22aba9564f69a023cd500c8b2104f98 24 0.01 vMB 158
140,837 140,837 000000000000008b3af546ecf5e485beff09cd7d14ec7351283060ed1179aece 144 0.05 vMB 223
140,836 140,836 0000000000000006ee9597253676b9efc093c7fda4f9b1b213df3af04d19bdf5 87 0.05 vMB 205
140,835 140,835 00000000000003e63ef4ed9dce01ca83263dc163b1b8af31c69f7e71cf445b6a 153 0.05 vMB 60
140,834 140,834 00000000000003ca5fb1f8bd949af0c11e9d5c94120abcb03781483374de2029 144 0.05 vMB 91
140,833 140,833 000000000000007288dfeaf1ffed476f4df903fb88259875055fd00c41c39ae6 72 0.05 vMB 117
140,832 140,832 0000000000000574b87624d961e1b932c0ee7f12d5016a6c91738a32c6c21cea 18 0.01 vMB 1,434
140,831 140,831 000000000000062858dafc46576c4c7864d6feb4b8bf3af7b6ae68bb42127ee1 119 0.05 vMB 306
140,830 140,830 0000000000000570ad28eef6670459bfdd57512bc8100fa6238b1111517cad62 170 0.07 vMB 196
140,829 140,829 000000000000046eb4f7563ef2dde94dc4ebddf227bd9ac9c2c6db5610af5445 98 0.05 vMB 103
Previous 10 blocks ↓
Total Size: 779.23 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 71
    • Outgoing: 10
  • Data Transfer:
    • Sent: 22.64 GB
    • Received: 0.45 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.