Loading Tool

Explorer IconExplorer

Memory Pool

77,726 transactions
28.85 vMB
0.07305010 BTC
Random Selection Loading Transactions
Max Size: 174.99/200 MB

Candidate Block

Mining Attempt ffc8c141aa48dbb1e8972fa27e46b6115fcce69f275f7e8261cf1b3a550a8f8e
Version 20000000
Previous Block 00000000000000000000a3d0f5c6cfeed8adce1f3d87a1319020a3e5786a42ed
Merkle Root d886f972dcfd1356dd134530c0b2ac16da66a97fde1818f2240b358491f1ef36
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,867
Size: 1.00 vMB
Total Fees: 0.01285084 BTC
Feerates: 299.43 > 1.29 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,092 (468,961 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
446,131 446,131 0000000000000000029eab96e9a254274166eba4a195f1b01ad2f6000ce35429 1,287 1.00/1.00 vMB 46
446,130 446,130 0000000000000000022dc508f7a050582100bf53037f7ec6011901cee8c1237e 234 0.10/1.00 vMB 86
446,129 446,129 0000000000000000008361775953ab9b5d9baec562e62c83b279d465380ac07c 1,427 1.00/1.00 vMB 44
446,128 446,128 00000000000000000050c9e18dff918d92827270fdf4d77e07055af1352d04e9 1,760 1.00/1.00 vMB 53
446,127 446,127 000000000000000002f36fccf7f5d4db1eacfc6c85af3d48648698cdd5902f6d 2,126 1.00/1.00 vMB 73
446,126 446,126 000000000000000000109bef87dc81c0413a3655d16c0ecfa960cafcc98611db 2,219 1.00/1.00 vMB 96
446,125 446,125 00000000000000000260b6c5c7f47cf1a6bf2fb1a9d417c650bdc759eb4b5916 2,000 0.93/1.00 vMB 85
446,124 446,124 000000000000000001a37472c57b24968e8e5038ca87b4eb1b52c1dc0f9ac742 1,192 0.79/1.00 vMB 45
446,123 446,123 000000000000000001e01ed6a04c8156bbd5fb53f7714db1d3124ffb319bcb2b 2,441 1.00/1.00 vMB 82
446,122 446,122 000000000000000000c3eea6c889b6fa82393ce8b5a482a1ba7778325fef86c8 175 0.08/1.00 vMB 82
446,121 446,121 000000000000000000e7912953543c12923fc0fd649cd200274bbcb559fa2b6f 1 0.00/1.00 vMB 0
446,120 446,120 000000000000000001ea9b5a14dae1dfa89521a22ba6922ab1bf233c2a982558 60 0.03/1.00 vMB 60
446,119 446,119 00000000000000000125fbcf1c7fb4354e355a44fee5ce587fe0734a19c9a7b2 1,785 0.90/1.00 vMB 70
446,118 446,118 0000000000000000020e0f293bd1895215cd4dc2eeedd18bfb1b1b45d4abe69b 1,383 0.65/1.00 vMB 71
446,117 446,117 000000000000000002f4005b97efc81698a5bb9609c79d4c225af113e870821e 463 1.00/1.00 vMB 15
446,116 446,116 00000000000000000087f43fc84a2b46bbc00a545b1b8a03fae8044030732c5a 393 0.35/1.00 vMB 49
446,115 446,115 00000000000000000011b5539dba18c866bdb21100902dfcb49ce4aa184887d9 1,002 0.71/1.00 vMB 53
446,114 446,114 000000000000000001a78abbac311e567bb724f8ff0118fbc57b4a0f7f4d3ce2 1,025 0.59/1.00 vMB 70
446,113 446,113 0000000000000000019b6e447f6968ae23dfd034045364aab44dcb9d5172e1d7 119 1.00/1.00 vMB 1
446,112 446,112 00000000000000000375208490d30a7372e19862579e17c3247e6a426d2f5867 182 0.20/1.00 vMB 22
446,111 446,111 0000000000000000017a1b6e6ba19e5ce1ca1708ce41f9ac0ab8517c47ea04a5 1,218 0.98/1.00 vMB 55
Previous 10 blocks ↓
Total Size: 782.55 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: 669.88 GB
    • Received: 15.78 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.