Loading Tool

Explorer IconExplorer

Memory Pool

79,933 transactions
29.94 vMB
0.13273197 BTC
Random Selection Loading Transactions
Max Size: 180.90/200 MB

Candidate Block

Mining Attempt 9cf23adff6f514d2fae9484e202cbd25e1a25fdd9ff9ca4cf10619db1f0990c0
Version 20000000
Previous Block 00000000000000000000997246e0ea341cc7494c99602e9246f1c08e494865a8
Merkle Root 86bcd193c050941fc00761fd4b2483a4fc41fdf91a0e9a176bfa3d8cde084e56
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,845
Size: 1.00 vMB
Total Fees: 0.06396261 BTC
Feerates: 101.64 > 6.41 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,140 (846,011 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
69,129 69,129 00000000000038b590326c45134b260011c9997d9633c04415b17b13af80a35c 2 0.00/1.00 vMB 0
69,128 69,128 0000000000e7b77d3ddf71f2cb023f3c0e99ed58d2f34fd402de1389a555cf73 1 0.00/1.00 vMB 0
69,127 69,127 000000000095af98d40a6f5c8a7a03f3bafb4dd86882952a616fb7c593d08a2e 1 0.00/1.00 vMB 0
69,126 69,126 000000000163e77cba33e7ff61c2fd250b5324ce3600d73d59f4f31cc4dbeca9 1 0.00/1.00 vMB 0
69,125 69,125 0000000000bec2a78c031d03d13d6191208bc3c5a62851cd9d95a0036cab505c 1 0.00/1.00 vMB 0
69,124 69,124 000000000087d2c488cc8d78b5baf60876335ae66e675b80fbdcdc69bb2f7563 2 0.00/1.00 vMB 0
69,123 69,123 00000000003362a1de45e4ae086fb5f47592f2bbac8813bcaa353992c9ac7f69 1 0.00/1.00 vMB 0
69,122 69,122 0000000000774447dde35c2ca47ff41f6384294baca3894776b27dfeedcd9e6f 4 0.00/1.00 vMB 0
69,121 69,121 00000000002d983a9d3cb23e46862dfe2e520b592d9c04aeb47789c58d4ff9d4 4 0.00/1.00 vMB 0
69,120 69,120 0000000000d4ec13b16abe4b4e4878ac9e8623e90ae300d00c594fe1521a4044 1 0.00/1.00 vMB 0
69,119 69,119 00000000015c4308e5e2fc87c50c7c52e2e8541443c7de2b2bd0dadcac5d2b94 5 0.00/1.00 vMB 0
69,118 69,118 00000000008fd46dfd23d315eaceaafcc3d39ce79bcf7fc96f3aa1e770ddae07 8 0.00/1.00 vMB 0
69,117 69,117 0000000000fd169bf0d2b45d4e52b442615737dcfca1c403b2c39333a7ddfc60 3 0.00/1.00 vMB 0
69,116 69,116 0000000001271dbc9ee39e70fea08bdef42fc68656eea8e1d393e916e222ad18 5 0.00/1.00 vMB 0
69,115 69,115 000000000116d802aa7a5eb436982e6bdd85441b64b5ed240d55b204008892de 4 0.00/1.00 vMB 0
69,114 69,114 000000000162023e7e36528a87accd685974a8f10e24477211a38aa317bb22c1 2 0.00/1.00 vMB 0
69,113 69,113 00000000002615a153bcb533fab00fbdb4fbd2787c675dbf21d572c1ff34729f 1 0.00/1.00 vMB 0
69,112 69,112 00000000005cd0828a9b7d04cfea50945cb026353ad90abe4000f5a763809fc5 4 0.00/1.00 vMB 0
69,111 69,111 0000000000dbe47c9bc96c80644a5343bd89fcef12faaffe825e8f9f21e958a4 5 0.00/1.00 vMB 0
69,110 69,110 00000000015e4fd946ab94cf7a92d988eb31ed9965488830a3dcc01c0b2487b1 3 0.00/1.00 vMB 0
69,109 69,109 00000000002bfb1d3cb4d2aaabc9a0603233b71d8f2dbcaa9a3997475311ea4a 1 0.00/1.00 vMB 0
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.37 GB
    • Received: 16.21 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.