Loading Tool

Explorer IconExplorer

Memory Pool

44,804 transactions
27.31 vMB
0.08035918 BTC
Random Selection Loading Transactions
Max Size: 144.26/200 MB

Candidate Block

Mining Attempt e0d4580df3d0e26363f4b1bb9c9bb5bead42b3735f7df6c6648c77c4c5957894
Version 20000000
Previous Block 00000000000000000001f5a331a027bc0be29c9295c200059def10bd81bfe125
Merkle Root 3012fc82a926854837b7cfeec634a023f9f49a5fd855079d62802cba3bb40692
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,821
Size: 1.00 vMB
Total Fees: 0.02946574 BTC
Feerates: 200.83 > 2.95 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,801 (325,032 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
589,769 589,769 00000000000000000010760b754a05520463b3a8f0243fe0505f6330a3fe8c71 3,037 1.00/1.00 vMB 68
589,768 589,768 0000000000000000000535dda54e729bf8b3d3363dac0911df39efd95cddd083 3,087 1.00/1.00 vMB 72
589,767 589,767 00000000000000000013d8562b20afe039c9569be3741e9d8ca320077499b23a 3,129 1.00/1.00 vMB 61
589,766 589,766 000000000000000000156e5c1806982538621f2e23ebfaad2cc256caecef02ef 2,647 1.00/1.00 vMB 47
589,765 589,765 0000000000000000000fba6e33308c14c3d68d05079b2ff931b9fdeddd4fd7ab 2,055 1.00/1.00 vMB 43
589,764 589,764 0000000000000000000df7630a53e8469b4e58ce4b6b472604f120b44c6e4323 2,262 1.00/1.00 vMB 59
589,763 589,763 00000000000000000012906327913ac668bb4005cf7d0589338e958c67edaf0d 1,793 1.00/1.00 vMB 64
589,762 589,762 0000000000000000000a48dab7dc2a11d2a1c1c2a9cd4c6e32f4458e2f993706 2,588 1.00/1.00 vMB 96
589,761 589,761 0000000000000000001839a26ebbd4b54f29b28eefecf40b1e8174546c99f315 2,031 1.00/1.00 vMB 23
589,760 589,760 0000000000000000000af9aabdeeaa28b24f5128e56c55b5a28609935520afdb 2,780 1.00/1.00 vMB 35
589,759 589,759 0000000000000000000e9d60bc13fee0dc652783d4e71ad13b28c2e27b68a358 1,872 0.58/1.00 vMB 5
589,758 589,758 0000000000000000001ab8b3d043cded6503f9458fc47f6b734bd66ab279baca 2,810 1.00/1.00 vMB 34
589,757 589,757 00000000000000000016c058439698a9df4ebc529a5706eba142502d3c81087e 1,587 0.59/1.00 vMB 23
589,756 589,756 0000000000000000000fc5620b729f2b76eb74f0fa2f38cf01488171215be1aa 428 0.13/1.00 vMB 31
589,755 589,755 00000000000000000018c32d87e7139253c25a1870eaf1d2e701c40c4251e155 610 0.27/1.00 vMB 21
589,754 589,754 000000000000000000148dd07e6af93505118f42a5f158f17f01257f5cd506bf 1,689 0.59/1.00 vMB 22
589,753 589,753 000000000000000000166f6a038cbb5ecd8b935acb2263c5527b5f6b8724ee38 2,334 1.00/1.00 vMB 23
589,752 589,752 00000000000000000010c4ef5efb9f67f1fe95cba0db63df7dce2d18b90c540e 1,532 0.59/1.00 vMB 23
589,751 589,751 000000000000000000019606d5616cc1658b022ad12acdce3da3b17087f82d87 2,673 0.90/1.00 vMB 13
589,750 589,750 0000000000000000000308c9f5fd1d595ad964e04c982b5d6cbe80f0f6882445 2,392 1.00/1.00 vMB 18
589,749 589,749 00000000000000000000bc4fc788e2808fa41025cd8ecac1ff6eeed5ca5047b0 2,977 1.00/1.00 vMB 37
Previous 10 blocks ↓
Total Size: 782.03 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: 650.41 GB
    • Received: 13.28 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.