Loading Tool

Explorer IconExplorer

Memory Pool

82,870 transactions
30.41 vMB
0.14801261 BTC
Random Selection Loading Transactions
Max Size: 184.18/200 MB

Candidate Block

Mining Attempt 7348d749217e49f68d4ea2da4cf9c6309983d8fbdeaf2f88a19139e7e043cb27
Version 20000000
Previous Block 000000000000000000016a81c5974205d8be7825f3436d4fbbaa2e3ded369b8d
Merkle Root a225e56f89ea59eb51521c0f3bc0b9813613981afc4696585dceb35929b29473
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,726
Size: 1.00 vMB
Total Fees: 0.06700985 BTC
Feerates: 150.61 > 6.71 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,138 (732,278 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
182,860 182,860 00000000000000e212cd4e987ee822c0a425261c123cbb92eb3f07608cac914a 8 0.00/1.00 vMB 295
182,859 182,859 00000000000001af06bfe4baa3bbad29a4373cdd5cb99b72af6ecd8bbbf5a614 88 0.03/1.00 vMB 111
182,858 182,858 00000000000001018a7ffac031d33d8bb5676a4ef2930ba3266552a2beeae626 739 0.34/1.00 vMB 112
182,857 182,857 00000000000002dfd6ee922883f8e43a484c9773a71e9fab8791ebf6a94cd726 143 0.05/1.00 vMB 64
182,856 182,856 00000000000009c915a2260757d5f400ce5a4f99d8317909835515da5e54a026 512 0.22/1.00 vMB 190
182,855 182,855 0000000000000594e7c4a76f5461bc9bf8c8ee9e9aa35403b91e32a7081f891b 239 0.10/1.00 vMB 297
182,854 182,854 00000000000002c3bec597dee124aac3600ad48026f3779df9b2b0068f79b10e 596 0.25/1.00 vMB 233
182,853 182,853 00000000000001dcb3c08290982c6fa4c9660c5946184a786b19a45998293fd4 113 0.05/1.00 vMB 172
182,852 182,852 00000000000001706e46f7b0cabaa2fd58cb31a7fe67d9de0d2d3ae43c76591e 652 0.25/1.00 vMB 133
182,851 182,851 00000000000000681090bc987542085f1e9a7e30748e4a501993729028741dba 153 0.05/1.00 vMB 73
182,850 182,850 000000000000030d0215b6576c0d004ab6ce4f9e5e1a4d022de05ed62fc73833 577 0.25/1.00 vMB 129
182,849 182,849 0000000000000747e41c489ea0b3ef9885a08c43a6e67122065a0496628faf72 11 0.00/1.00 vMB 63
182,848 182,848 000000000000085e15c1394c4723a038fc3448ecb2e3f13cfca5b063f911c360 131 0.05/1.00 vMB 107
182,847 182,847 000000000000005c8cbd8e5b86d9a566409380d1e4f042d2e12858fabeb1ec6e 97 0.05/1.00 vMB 71
182,846 182,846 00000000000000d303f17d540eeba126908acb01c723842e929e29bd1b8afc4d 26 0.01/1.00 vMB 310
182,845 182,845 00000000000000034b5d5430c32bd2d86c31c3f3b0abaa5b3f39483d57737a38 148 0.07/1.00 vMB 90
182,844 182,844 00000000000008271e65fbfcaa11208a7d1376fa3bf42e2e0d71661767b5d9a7 577 0.21/1.00 vMB 124
182,843 182,843 000000000000033945c1baf11fcabe02248dc4dc70d03b2865f610c8f91dddc1 549 0.25/1.00 vMB 130
182,842 182,842 00000000000006768d3d4a6fd5d7c2e29caaa094fc9f99cfe9860e7e1a026c24 11 0.00/1.00 vMB 14
182,841 182,841 0000000000000780d24b42d164f4b39f583dcaeccd23b43dd17b8cd2bcef050d 13 0.00/1.00 vMB 66
182,840 182,840 00000000000001c8cf85812f23c6e4f10c72aab0eaf3f8f0f27c12f6a05b88de 653 0.25/1.00 vMB 134
Previous 10 blocks ↓
Total Size: 782.63 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.32 GB
    • Received: 16.20 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.