Loading Tool

Explorer IconExplorer

Memory Pool

85,132 transactions
32.06 vMB
0.13049347 BTC
Random Selection Loading Transactions
Max Size: 194.49/200 MB

Candidate Block

Mining Attempt 20720a049965d6b3e46ca34cdf0cbc3f4c74465b0c57a07412fb0726ba21309a
Version 20000000
Previous Block 00000000000000000000d54ae1f901c1782dfc3a366574883d3ffd6b49db3d43
Merkle Root 8de322cc5ecdef10623551a213a5512d6a97d6197b48364907516a266f4e3ebd
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,918
Size: 1.00 vMB
Total Fees: 0.04149961 BTC
Feerates: 405.89 > 4.16 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,384 (23,431 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
891,953 891,953 000000000000000000015e2a2f3ca2ac4bc06314a2b4f5df019382e1ab0983cf 3,221 1.00/1.00 vMB 4
891,952 891,952 000000000000000000003d9a1a59f93a992c0858d3d15627a87fe5649b76563e 3,712 1.00/1.00 vMB 5
891,951 891,951 000000000000000000017e827433c75df939feb0d4d31b85444f4209b6284d99 2,585 1.00/1.00 vMB 3
891,950 891,950 00000000000000000001d82e3c1eebe257efcd436e79b48c5e5454e8b9500ff0 2,366 1.00/1.00 vMB 1
891,949 891,949 000000000000000000000f3fb8d06582c94b73dff6e3a7a8e5e254524c9a27c2 3,561 1.00/1.00 vMB 3
891,948 891,948 00000000000000000000560d88e48cf15ea4c0ff2a16bae578df44cce4f77fdc 3,776 1.00/1.00 vMB 4
891,947 891,947 00000000000000000000993a630fc9a2b79f1e0629215a74ad6f6916a3fa869b 3,561 1.00/1.00 vMB 8
891,946 891,946 00000000000000000000348aee18df9e66b408e96f420e562fda731465043791 2,803 1.00/1.00 vMB 4
891,945 891,945 00000000000000000002061c55f94a63751e8b7c60b20cc8cc95e85438ba0a7f 3,455 1.00/1.00 vMB 5
891,944 891,944 000000000000000000000f4949397020a6247df655a056b74c38120fd666efef 2,414 1.00/1.00 vMB 3
891,943 891,943 00000000000000000001f36c433f616ce4885bd6fdf3ce3e2e26141071028f87 3,413 1.00/1.00 vMB 3
891,942 891,942 0000000000000000000004e19eaa1cf26eac9843e75f56e6da4d887203d73962 3,341 1.00/1.00 vMB 9
891,941 891,941 0000000000000000000109316a46ed0e6d4a565915eb05453e71461a9a9f206f 2,981 1.00/1.00 vMB 3
891,940 891,940 000000000000000000017ff7d202e7ccd25c73c1cd7e003c615087e909695aa0 1,751 1.00/1.00 vMB 1
891,939 891,939 000000000000000000014482619e454cad14c9fbb02d4f1134aaa5d88518d3ad 3,247 1.00/1.00 vMB 5
891,938 891,938 00000000000000000000e3a10f254fe50f93bbfdd69a081bcb94c7598abdf8b7 4,027 1.00/1.00 vMB 9
891,937 891,937 000000000000000000014f08ca3bc1d35d15a69687cf47e6cc71e2d4b110cd8f 3,605 1.00/1.00 vMB 10
891,936 891,936 0000000000000000000229b5186461ed98593c9136412080bf6dff4353d6ed3c 2,934 1.00/1.00 vMB 1
891,935 891,935 0000000000000000000061ad90dc6a79a02d16e855654cebbf258697dffcb0eb 3,701 1.00/1.00 vMB 5
891,934 891,934 0000000000000000000090015b7d3009259ca99e11fddc4033e338f9ca02126f 3,191 1.00/1.00 vMB 11
891,933 891,933 0000000000000000000176068d2127a47fd2e4088c47e1fcb73374ad878bb9a8 3,617 1.00/1.00 vMB 12
Previous 10 blocks ↓
Total Size: 783.06 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: 720.76 GB
    • Received: 18.24 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.