Loading Tool

Explorer IconExplorer

Memory Pool

73,769 transactions
28.87 vMB
0.07083188 BTC
Random Selection Loading Transactions
Max Size: 174.72/200 MB

Candidate Block

Mining Attempt 8e3f3a1c6d73329d88504e20fcc64c00ff463222412d1768296cf1f9ad208619
Version 20000000
Previous Block 000000000000000000006ad2cd61f9f953da3e0595499548edf2e4ab20c1cc23
Merkle Root 9b14c665f2cf0326afb49042656f83694fed1ce02ec818885fe3044a5752f7ad
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,901
Size: 1.00 vMB
Total Fees: 0.00704071 BTC
Feerates: 73.20 > 0.71 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,433 (532,486 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
382,947 382,947 000000000000000002d5183e72da044bc7f5d7900c4c30e51ef3d0c0d3b211c9 312 0.17/1.00 vMB 31
382,946 382,946 000000000000000010122194b735210f2cd9fd6f52ffbdf40329c070612b51ab 1,268 1.00/1.00 vMB 25
382,945 382,945 00000000000000000e80cbfc4627a85be8cf5ba2b04be2860c0e926e17a032c3 686 0.42/1.00 vMB 30
382,944 382,944 00000000000000000563acd3dd0aeffb3a1efa24fb7a34c331c2a3ce6c6e7c09 1,199 0.90/1.00 vMB 25
382,943 382,943 000000000000000010abdc15dc23065d64bb11f13ac80a1bd9e45e7447c0c68e 752 1.00/1.00 vMB 21
382,942 382,942 00000000000000000d6948489b7ae27858e5dce7f7b980fc17c7939b31a79c6f 1,134 0.99/1.00 vMB 22
382,941 382,941 000000000000000011595e3d4234765d231c22c2d16c1d2a0440b25d00fa0eb8 1,251 0.75/1.00 vMB 29
382,940 382,940 000000000000000000f27ca8120fae4fcd2fb5a3385ab3a3cf2db4b8be7a29cb 1,477 0.99/1.00 vMB 24
382,939 382,939 00000000000000000f19d83f485daf204df6a10fd7d91641b928b84137fff09c 1,125 0.95/1.00 vMB 23
382,938 382,938 00000000000000000b4999659636ba275994a55452e4fd876a11c8fc73a18571 1,793 1.00/1.00 vMB 35
382,937 382,937 00000000000000000b54a60767f278c11443fd305a29fa0e9a51173c9c2134aa 2,096 0.99/1.00 vMB 44
382,936 382,936 00000000000000000df560300985fa5b6766f2e9c64e087eaedec2e9b78ecbb2 1,616 0.99/1.00 vMB 28
382,935 382,935 0000000000000000055ce88747a50fea1c0c04b078e16bd1cf33403c5e63dc70 2,708 0.93/1.00 vMB 50
382,934 382,934 000000000000000010aa712f75b8a72f4578c1074ebcf1a9f61c64c52c8784ce 569 0.99/1.00 vMB 15
382,933 382,933 00000000000000000066a421d05e683fd16e09b3cec302bb6a9f9521e1352a68 637 0.93/1.00 vMB 17
382,932 382,932 00000000000000000502184bd1bac97966d7186c9549b5d57ffe10676de0198f 916 0.99/1.00 vMB 16
382,931 382,931 000000000000000007273f19f3fdc811b3d7ce7fb2c1d3a39fa387bd8e371cae 2,220 0.95/1.00 vMB 45
382,930 382,930 00000000000000000ba104d9713714933778641bad4a61aa8407e628a25400d9 1,420 0.93/1.00 vMB 22
382,929 382,929 00000000000000000dbdbdbabc5cb9a3c97ff7a1a07aefcff87e20b800694641 1 0.00/1.00 vMB 0
382,928 382,928 00000000000000000fbe92e50b37f5f76f0fc17e43fcc097ccea868ac9344b54 1,814 0.75/1.00 vMB 39
382,927 382,927 00000000000000000df909c4f8bb15d637d49a6685f63efae3dad09500dd934f 2,716 0.95/1.00 vMB 63
Previous 10 blocks ↓
Total Size: 783.14 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 742.94 GB
    • Received: 18.67 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.