Loading Tool

Explorer IconExplorer

Memory Pool

73,641 transactions
20.00 vMB
0.04699882 BTC
Random Selection Loading Transactions
Max Size: 134.66/200 MB

Candidate Block

Mining Attempt 4b5dddb543b7abe4a91da3c18ce47a85a508f33184c85171f93a34379a8aff7a
Version 20000000
Previous Block 000000000000000000007c815ac8800146681c93df0e3fa7b9d8633f7618baad
Merkle Root 0a92f6888fa16bb4f7dbb1a73f117b49ed2b1f00fa99fec3af97132ce0870ea2
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 7,017
Size: 1.00 vMB
Total Fees: 0.00353382 BTC
Feerates: 52.08 > 0.35 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,986 (911,029 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
4,957 4,957 00000000c302d38b8f6e0144bd9fa64dda7a905ce476f6f49647118f0ab436e6 1 0.00/1.00 vMB 0
4,956 4,956 000000007ea90a419346464a23a7f2fe4b2f48f9415192465563c6ca9343e45a 1 0.00/1.00 vMB 0
4,955 4,955 0000000058a26c8722e6444f40e5441952b52d09c03efe759622b941e8d21e92 1 0.00/1.00 vMB 0
4,954 4,954 00000000b99441bfc61169458d0ba6a34e68285a03e16bd9ba8489f7dc7b06e7 1 0.00/1.00 vMB 0
4,953 4,953 000000007332c79e650f38f073bff41f25d01c9bde50f750ee284dd88fff06c3 1 0.00/1.00 vMB 0
4,952 4,952 000000006cc7a1898ed2c096de396926374039eea94bdc332bf4761fa22c09f8 1 0.00/1.00 vMB 0
4,951 4,951 000000001d5226224debad7de500a1d410272b36b221788ca3c0fa9a91af87c3 1 0.00/1.00 vMB 0
4,950 4,950 00000000f9c6ee4a1e9c89233de667937a6ff177b9bad74362df07e5c527039f 1 0.00/1.00 vMB 0
4,949 4,949 00000000a5bebaf3f15f2609884db5866d0a1de181c71b3e4c0f7aa0421cb6a8 1 0.00/1.00 vMB 0
4,948 4,948 0000000073da1d6157fff6fe35c9afe2802cf564e908c63e0f092371e3687635 1 0.00/1.00 vMB 0
4,947 4,947 00000000c9c89a55b2a873eca0e3cdd1bda9e3b546620aba787ead8ba7605bdc 1 0.00/1.00 vMB 0
4,946 4,946 0000000043acdce0a5ab1b6e35881aa02a18c519fb814fe6f3ea033ce68c3a92 1 0.00/1.00 vMB 0
4,945 4,945 000000009f2a2293a7b6bb25d61bebe0973d58126588228daa530a0a3f99aea9 1 0.00/1.00 vMB 0
4,944 4,944 00000000cab62442761a1de73baa2851da45fdac2e5f87c0dfebfe632631e22e 1 0.00/1.00 vMB 0
4,943 4,943 000000001f5d25207cb9c9639cfba77bed49655f354b214af03fa7673ced36e4 1 0.00/1.00 vMB 0
4,942 4,942 000000003078ecef5c32e4d4327001d58da1e263eaf63cbaf9dd6a7687cafbb7 1 0.00/1.00 vMB 0
4,941 4,941 00000000ebbf140abc6997c4a59708b81b8ddcf3d867c469d325b81946230da9 1 0.00/1.00 vMB 0
4,940 4,940 00000000af36b9118036baa7b9c82bc7d1a3017642a08f4255dd71c45c03849b 1 0.00/1.00 vMB 0
4,939 4,939 00000000aac6a74f87d6f947ad42540a8696154a968d11b6f87c024991ad51ca 1 0.00/1.00 vMB 0
4,938 4,938 0000000034c9ed54db29752d200cbcec1ac0ea811f810a959238a952486ad76c 1 0.00/1.00 vMB 0
4,937 4,937 00000000ff39488efbda526e1a1eb49f9c97a570b1519982b7c580711053f5c3 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 784.10 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: 806.94 GB
    • Received: 23.12 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.