Loading Tool

Explorer IconExplorer

Memory Pool

76,999 transactions
28.70 vMB
0.07356883 BTC
Random Selection Loading Transactions
Max Size: 173.82/200 MB

Candidate Block

Mining Attempt 89630eb7a1e7917f1792ba4f0e6511bbf762d2b8bf537ab7f2586ed4d4892083
Version 20000000
Previous Block 00000000000000000000544e2a5709c56f805c54fbee81fbb0c5aeb0fdb502da
Merkle Root cd058638dffcf719a7ea174d2b3914feb027404340f7a4ec386d55bec9b93a15
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,143
Size: 1.00 vMB
Total Fees: 0.01399862 BTC
Feerates: 71.79 > 1.40 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,160 (393,067 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
522,093 522,093 00000000000000000024249404860973dbb481b4cca843fc4d66c518bd069c57 696 0.33/1.00 vMB 31
522,092 522,092 000000000000000000174af1101a0c16dfafe4eaed5a6051e19088faf8a94b76 1,388 0.45/1.00 vMB 20
522,091 522,091 0000000000000000001b52103c9bdad7ea091dee15d8d4a3e33069cc1b3748e5 1,751 0.83/1.00 vMB 28
522,090 522,090 00000000000000000000022e7a595abee58621a090c8076dac4a1c3a041079af 934 0.40/1.00 vMB 24
522,089 522,089 000000000000000000269c3d4350bf9a7855de38d48a7f665a912b500a9ef664 924 0.59/1.00 vMB 15
522,088 522,088 0000000000000000003791926903c1725d8218b38322fe258862d1d8790768a3 2,484 1.00/1.00 vMB 10
522,087 522,087 0000000000000000003bd1830a4e653cf5429ebb9449174c3fb0c75568fcd525 2,131 1.00/1.00 vMB 22
522,086 522,086 00000000000000000028b59b11e16e60627b4282beb0aa98bfecdbee2b43d4b9 2,532 1.00/1.00 vMB 52
522,085 522,085 0000000000000000001b87b1311b2c84998093e72205dca6122b1fecdd35b378 282 0.10/1.00 vMB 25
522,084 522,084 000000000000000000362a679f8d91488a163d9761a968b5aafe086cf9a2d6f4 1,025 0.44/1.00 vMB 7
522,083 522,083 00000000000000000043515d39b766b3129687761f5bdc09aab8eaf74b53166b 2,052 1.00/1.00 vMB 35
522,082 522,082 000000000000000000156e4fb880dc3f7c233779f35a7d8ec82ad2b458f6c998 1,603 0.83/1.00 vMB 6
522,081 522,081 0000000000000000001eace12dcdc73b1e6c9456e2085aa54fb27f9e50010867 2,365 1.00/1.00 vMB 42
522,080 522,080 00000000000000000025ac3987eef58cee7807606a0e432a063e4c4c1b83d3e7 797 0.41/1.00 vMB 34
522,079 522,079 000000000000000000325d1736c9a61f5d7d064a6cfe4690de12f50d0cc79f6e 66 0.02/1.00 vMB 35
522,078 522,078 000000000000000000205e9570aa338b2d96eb638f82e58e4cba699d6cfc82aa 1,707 0.97/1.00 vMB 23
522,077 522,077 00000000000000000030faae4f4a12b070e79dfe33b07792758a0e40ec5d1c4d 2,016 1.00/1.00 vMB 10
522,076 522,076 000000000000000000277297453e042403a93f43dfbc0de858e06252a23487d8 2,699 1.00/1.00 vMB 43
522,075 522,075 00000000000000000041b380b4d8e9aa63dffa71d4723bf04db0d7b8c8a74486 1,360 0.67/1.00 vMB 7
522,074 522,074 00000000000000000000e80d4013be137c1dded8234765e1a33f447135c176d0 1,608 1.00/1.00 vMB 23
522,073 522,073 00000000000000000032ea1c5af4da422ce83156cac75e48b6c4f2e390f8e09a 1,156 1.00/1.00 vMB 35
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.