Loading Tool

Explorer IconExplorer

Memory Pool

81,277 transactions
34.27 vMB
0.13826561 BTC
Random Selection Loading Transactions
Max Size: 194.67/200 MB

Candidate Block

Mining Attempt d2e2f9c9790f99da7f8ea47375f90d58ecc32983303c9b2d6b8339e59fe0c605
Version 20000000
Previous Block 00000000000000000000a60bb9585cbc73cfc26a5aa21cd61127adc30e701127
Merkle Root 82ea8a810187f3ebbf91b20a444b416a31361dda16798210024c3fba8772ec9f
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,348
Size: 1.00 vMB
Total Fees: 0.02504656 BTC
Feerates: 384.62 > 2.51 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,411 (317,518 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
597,893 597,893 00000000000000000000b383896082bb28a6cdeae366e47b3f0818ef185c23c6 4,056 1.00/1.00 vMB 14
597,892 597,892 0000000000000000001350a21c298d9af4139b2e910598bb488b29643d2bd2e8 3,127 1.00/1.00 vMB 21
597,891 597,891 000000000000000000125bcb1b2d4dd6afb2c177fa7ee26b49d90774599dd4da 700 0.21/1.00 vMB 16
597,890 597,890 0000000000000000000537f1d25c958cae5cf67c7f0a177563af72b9a841aed1 1,354 0.40/1.00 vMB 17
597,889 597,889 0000000000000000000c142d0f5b56ec9ea80b726778cbf49674c958a1561867 1,874 0.68/1.00 vMB 31
597,888 597,888 000000000000000000001e88e2448524d4ac8b3e8463fd116e96564b4f41235b 261 0.09/1.00 vMB 15
597,887 597,887 0000000000000000001298a9e76ef8e2362bd8db674d91c88208f77dbd89c9fd 1,960 0.68/1.00 vMB 12
597,886 597,886 000000000000000000057e546bfc4aba73a665ff7631bafd1d894950f0a0638c 1,631 0.45/1.00 vMB 22
597,885 597,885 0000000000000000000db563600881091d6c7c2dfc5a5e72695c1f713846225d 3,013 1.00/1.00 vMB 14
597,884 597,884 0000000000000000000d9ec9c7629a91ccef3fd8c8c66579917dcfc4757a53c3 245 0.06/1.00 vMB 13
597,883 597,883 00000000000000000003509dfa2c5ecccce8e177bcece540064eeaa946620c03 2,967 0.78/1.00 vMB 15
597,882 597,882 000000000000000000082c808c3a7ba0395c009e8eb2b87c443b6d9945f7c36f 1,734 0.46/1.00 vMB 14
597,881 597,881 00000000000000000004d48bb1fd937ca66dd8157f18fbace79f8ba845508136 329 0.08/1.00 vMB 16
597,880 597,880 000000000000000000071443c3210c1e7a130db0ef035775039cd16d1c30471a 1,912 0.47/1.00 vMB 16
597,879 597,879 0000000000000000000d8eeba50e1460d2db82589e340c33e271d0cef9d713f6 1,426 0.39/1.00 vMB 18
597,878 597,878 0000000000000000000f3c9450cd293f4d4f09ff1af01fa6e21a11d16dbc79dc 3,165 0.90/1.00 vMB 19
597,877 597,877 0000000000000000000650a823c5b4562a64286237ad0f17f92cf06c17a30236 2,992 0.82/1.00 vMB 17
597,876 597,876 00000000000000000009e10230eba5ae3636bd6e0caf968e123dfb701342f3a9 2,683 0.98/1.00 vMB 10
597,875 597,875 0000000000000000000de0979fab2468bdf53ea9624050f732547180c7a4bd6e 1,983 1.00/1.00 vMB 10
597,874 597,874 0000000000000000000172a09d47c390f19c8e7ffbe8bff728114cc1d3a8e992 1,741 1.00/1.00 vMB 7
597,873 597,873 0000000000000000000d3aa9b953a663d3f1469c499735ecec2ea044e255ad84 1,454 1.00/1.00 vMB 4
Previous 10 blocks ↓
Total Size: 783.10 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: 729.70 GB
    • Received: 18.49 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.