Loading Tool

Explorer IconExplorer

Memory Pool

76,965 transactions
28.69 vMB
0.07314516 BTC
Random Selection Loading Transactions
Max Size: 173.76/200 MB

Candidate Block

Mining Attempt 6c4bd10bb32692d9c82331756380472f176833c1d58645942f42285174fdf7a2
Version 20000000
Previous Block 00000000000000000000544e2a5709c56f805c54fbee81fbb0c5aeb0fdb502da
Merkle Root 8cea249c0c3938c968ef2914ed2002cab3c07de64ab028dfc5ca66c4b2c851e6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,239
Size: 1.00 vMB
Total Fees: 0.01348361 BTC
Feerates: 71.79 > 1.35 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,160 (213,321 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
701,839 701,839 000000000000000000039908996442ed60bba2d38c1c7984b8eaf2d19faaf9d3 2,432 1.00/1.00 vMB 3
701,838 701,838 000000000000000000020b8c87b72caef412c2796174d1dd2e12fd825f15549d 1,982 1.00/1.00 vMB 24
701,837 701,837 0000000000000000000b3b16c43096ca8f6a6d5ea61732a7d987952c6a2c2714 2,684 1.00/1.00 vMB 10
701,836 701,836 00000000000000000005a9710ef18d26b8d3d89cdc621eedaff4908a183d2c10 2,362 1.00/1.00 vMB 41
701,835 701,835 000000000000000000084c1f582821baf7b8c6337a0bc4f3972ca33d442e6de0 1,285 0.53/1.00 vMB 7
701,834 701,834 000000000000000000086fc2b3f459fbd5abd077c099aa7bb1a29383bbefa3c8 2,851 1.00/1.00 vMB 5
701,833 701,833 000000000000000000078f3c56f3bcca91307bc5da90c556c350251ddd1d64b6 2,583 1.00/1.00 vMB 20
701,832 701,832 00000000000000000004aa5085280cc16550a0b7489ed0c01be6deb28b014bab 677 0.21/1.00 vMB 11
701,831 701,831 0000000000000000000433e2c48e99994f0d8021d0ac4a40cd53a86f0960404d 1,179 0.35/1.00 vMB 3
701,830 701,830 0000000000000000000bd69e2f16db6fd3a367397b03e9ed517d3c28a9f0f68a 1,785 1.00/1.00 vMB 12
701,829 701,829 0000000000000000000eb2a2297d7f3deef3f29602d4fcfe49b6d91fc8ce53e8 414 0.57/1.00 vMB 18
701,828 701,828 00000000000000000005e577b0028d48b74740085f681a3cd612135175726c55 274 0.08/1.00 vMB 8
701,827 701,827 000000000000000000057ea7789fbeae2fda9c29bd7595f0e0a68a4ece54ea61 152 0.04/1.00 vMB 12
701,826 701,826 0000000000000000000eae31c89bcd87513595c86eccfec0b8b8c4d1aad7434a 430 0.11/1.00 vMB 12
701,825 701,825 0000000000000000000a31e755e68016197e564659fefd462fe3d6a93ba321a9 745 0.56/1.00 vMB 2
701,824 701,824 00000000000000000005f0c6cf837b78823fad46bcf604af8f85d3bd9b4c7976 2,023 1.00/1.00 vMB 7
701,823 701,823 00000000000000000008011f684e59596350d8d58e17e1d75f50c0c168ed3ad0 3,156 1.00/1.00 vMB 15
701,822 701,822 00000000000000000009d6bd3197379b23efe5c01cd0197d805ab826e4159ad1 130 0.03/1.00 vMB 11
701,821 701,821 0000000000000000000a38b930adc25739e59915420b819b8fb4fc324b9b78b5 587 0.56/1.00 vMB 3
701,820 701,820 0000000000000000000bd9f2ef5c8abb536cf1179c69a9c49cbf8aac2c277e1c 2,638 1.00/1.00 vMB 11
701,819 701,819 0000000000000000000c9569a466d2cce552c46735a0e2237ad5fb4018111d82 142 0.05/1.00 vMB 9
Previous 10 blocks ↓
Total Size: 782.67 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: 673.13 GB
    • Received: 16.41 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.