Loading Tool

Explorer IconExplorer

Memory Pool

34,224 transactions
25.32 vMB
0.05398111 BTC
Random Selection Loading Transactions
Max Size: 128.76/200 MB

Candidate Block

Mining Attempt 011842c8113d15b464119547c222a07f3e03971bba774c2258f53cd0f458cb6a
Version 20000000
Previous Block 0000000000000000000074bf840b18a4cea5fa4231ffd406f8a6d64d5e33982d
Merkle Root 9af8170878385759f79ae36f78b991019e0b1e816a77df9393ddc5e0e4b0226f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,115
Size: 1.00 vMB
Total Fees: 0.00750456 BTC
Feerates: 93.93 > 0.75 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,669 (452,945 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
461,724 461,724 0000000000000000008847e2d05face74c317a2bf86f1db2fc18bc5cdfbc7fa4 1,980 1.00/1.00 vMB 146
461,723 461,723 0000000000000000005c3e2b7e8e073ea20361dce5131cc148d11d21f48dd418 2,353 1.00/1.00 vMB 179
461,722 461,722 00000000000000000166afaa8360e5e78e1765633c7e9043edf07d0b1b250156 1,664 1.00/1.00 vMB 150
461,721 461,721 00000000000000000055205990263111fe0a54930e3eec80985c8a251cf7baa3 2,385 1.00/1.00 vMB 142
461,720 461,720 000000000000000000011f17cd376deff3394d12be31fc99f0ed116b7ea8ca3b 2,251 1.00/1.00 vMB 162
461,719 461,719 00000000000000000151e41a0119e0b5157acb9de4dfcc167f3242efce6f194a 2,360 1.00/1.00 vMB 170
461,718 461,718 000000000000000001d4f2633954c758a48535fe99358f269203c4f74626af6c 71 0.02/1.00 vMB 178
461,717 461,717 000000000000000000d40d7d8bd64a3e3c7e06d0f0ec8a8580e0af5abb8dc02d 1,665 1.00/1.00 vMB 162
461,716 461,716 00000000000000000088ac10b77b408e0a84847e259901b01dcd892484dbb07f 1,822 1.00/1.00 vMB 150
461,715 461,715 000000000000000000a113dbbc2a9ec2c59cd8da140d3d298f26750ece4360f7 2,300 1.00/1.00 vMB 182
461,714 461,714 000000000000000000acd60ef3d8ebe440152c2b70223c04c5dfcea6d525e129 970 1.00/1.00 vMB 107
461,713 461,713 00000000000000000021810cf0ff503a842a6ad6f8393cb8cb0fe2f04ab37eb6 2,069 1.00/1.00 vMB 143
461,712 461,712 000000000000000001e69cfa10c3d4d3876a28cb0b47a88f9e36e51034bb4c0d 1 0.00/1.00 vMB 0
461,711 461,711 0000000000000000014b2d7d631bd41e65d91868f21cf504c62f223df529f955 2,246 1.00/1.00 vMB 142
461,710 461,710 000000000000000000796f992450622c2a12504f5d28166cf8513b7b182632a2 2,048 1.00/1.00 vMB 170
461,709 461,709 00000000000000000127c118c4c12087d73eac4d9453c5847ea4934744d6c63f 1,773 1.00/1.00 vMB 128
461,708 461,708 000000000000000000b22c8ee9ad86d17eb07424b6eaafa60d616a41f48f7ea4 2,058 1.00/1.00 vMB 139
461,707 461,707 000000000000000000dbc50d2c2ffd5fbf1dff90f1c4e67b342ae54c8eb1a3d1 2,031 1.00/1.00 vMB 107
461,706 461,706 000000000000000001281f5e366301cbf424c00e48a91b70eb7974e66443dd20 2,376 1.00/1.00 vMB 124
461,705 461,705 000000000000000001ff949955ecd42c5a27639b02a9f4047ad587707ee83e0f 2,100 1.00/1.00 vMB 128
461,704 461,704 0000000000000000004ca2232cdccb65f7b4381fb3d703dfa55907a9469b011c 2,357 1.00/1.00 vMB 155
Previous 10 blocks ↓
Total Size: 781.80 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 634.69 GB
    • Received: 12.26 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.