Loading Tool

Explorer IconExplorer

Memory Pool

80,079 transactions
30.06 vMB
0.09762030 BTC
Random Selection Loading Transactions
Max Size: 181.18/200 MB

Candidate Block

Mining Attempt fd7df7229c9e8459c943ca0069884bc645188c222fd1ae56a17967c34bc2a062
Version 20000000
Previous Block 00000000000000000000199f724f1ef29eab80f2f04d88a242934c5235274752
Merkle Root 2890e8838fa506166b2feb94d8c8ca3d5af5d4cf1eed27e597ad8616f01fb278
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,316
Size: 1.00 vMB
Total Fees: 0.02784991 BTC
Feerates: 180.34 > 2.79 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,142 (785,551 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
129,591 129,591 00000000000004ef87e0f6aef429e75550e55624733db26deae2aa4cf693f331 12 0.01/1.00 vMB 1,233
129,590 129,590 0000000000000e39b5305228960787060bf90f033dd61ad5e769749c34d48446 19 0.01/1.00 vMB 1,619
129,589 129,589 0000000000000ac13035c78c87e4dfc353c518beb9a5d6651d83203185b67c94 136 0.05/1.00 vMB 526
129,588 129,588 00000000000016d9e338f04f3361038e4b8a387ddb1a492e83de5fefca6cb6c1 1 0.00/1.00 vMB 0
129,587 129,587 0000000000000eecbbacdae565b85a8aa8ce6b57fc1eb154696f498fd52dc122 86 0.04/1.00 vMB 900
129,586 129,586 00000000000010b9833aa0093269f4627ec34815ff80c740e7528efb788e1f54 76 0.05/1.00 vMB 1,063
129,585 129,585 0000000000001839c39ceb5dcd090c1649eba29843ac86e6a9d12a57860d7719 71 0.03/1.00 vMB 50
129,584 129,584 00000000000006a8fc85e94fdc2b8a4013683bcd4a52cc84d08e7d685feebd60 102 0.05/1.00 vMB 1,276
129,583 129,583 0000000000001b75e05a82d774b0e3a821676d9f33e519b7a365395843669bb1 49 0.02/1.00 vMB 885
129,582 129,582 00000000000003bbafce9288998bc1575e29189bb469f2bfab1c37b48f509279 27 0.01/1.00 vMB 1,271
129,581 129,581 00000000000005fff796241037c8922ed84409cf8dd92be457ddf4bf0c13793e 152 0.05/1.00 vMB 487
129,580 129,580 0000000000001bd3622c349d340c1cff3c541b6ea813828a3ec05082f0ff4d49 130 0.05/1.00 vMB 204
129,579 129,579 000000000000084edd35c67dae14105cca537d1e125d935077db96ff30a2c7f9 64 0.03/1.00 vMB 1,715
129,578 129,578 000000000000116123904a907f9c0b725978a8887c0cbf137a3e294c19436a85 133 0.05/1.00 vMB 798
129,577 129,577 0000000000000d92b326f74f105c339d0a3f2c0471280c19ca1604149146206b 26 0.01/1.00 vMB 1,128
129,576 129,576 00000000000015ec6c43b6c8643dfa7ad04a104ffa1b807deff68b71f9c954cd 71 0.02/1.00 vMB 2,096
129,575 129,575 00000000000016a9c271b4d67c9b32a80035328c55e78a85b295f7f9393f7f04 74 0.03/1.00 vMB 970
129,574 129,574 0000000000001823d5cf7ee3895bf7a9677e1bccf4069ad184dbe5371308ddcd 62 0.04/1.00 vMB 921
129,573 129,573 00000000000019a789a3c72668c5560b7adc66da7ef7d6d1d9f06db7f272ab29 29 0.01/1.00 vMB 1,213
129,572 129,572 0000000000000bc893d69df77327b6dd882e518c89eade157b8728aff76ee3bc 33 0.01/1.00 vMB 1,412
129,571 129,571 0000000000001c864a706f2ed9009b5a79d12f2d7548e83fc4b7b1a8a0f6fb42 26 0.01/1.00 vMB 1,228
Previous 10 blocks ↓
Total Size: 782.64 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: 672.41 GB
    • Received: 16.23 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.