Loading Tool

Explorer IconExplorer

Memory Pool

79,180 transactions
29.37 vMB
0.12479781 BTC
Random Selection Loading Transactions
Max Size: 176.83/200 MB

Candidate Block

Mining Attempt 1d4fc9d8dad390261086a3605a96a4d0d2898adb6d65ce1c020fd4ff4d86cf54
Version 20000000
Previous Block 00000000000000000001f873e39d3bb4b1b1f8f188d03b2d69bf31ecf3df5d44
Merkle Root 59ba473f126fffee063f09128f1e0324b678692240b79bfa86346c80f6662b94
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,351
Size: 1.00 vMB
Total Fees: 0.04517493 BTC
Feerates: 150.80 > 4.53 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,265 (314,741 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
600,524 600,524 0000000000000000000293a0195ee72963f0e8dd8f2709ea3fdff77732768c17 2,783 1.00/1.00 vMB 3
600,523 600,523 000000000000000000027d79cb8e0e0e9cff2984ce058f47b888b3d1bc643f31 2,333 1.00/1.00 vMB 9
600,522 600,522 0000000000000000000d3d210a1e286e98c105398ac4045e3033ed5a7e3b2ffb 2,239 1.00/1.00 vMB 4
600,521 600,521 000000000000000000001f546aaf06b85263b1475d1a5eca6c5f131bfdf323ec 1 0.00/1.00 vMB 0
600,520 600,520 00000000000000000010d97e5b5e577b46440a6166bcf1b26532fb3f3e4e1b46 2,900 1.00/1.00 vMB 17
600,519 600,519 0000000000000000000445aba5f4b3948c0abdbc310eb44e18cd9254d212a092 2,807 1.00/1.00 vMB 25
600,518 600,518 0000000000000000000c72846bfe3a9f651da726fb8adac6421ef1dd155f1faa 1,863 1.00/1.00 vMB 9
600,517 600,517 00000000000000000013a79ccedf57916b50872a3fa367aeb0df83c8a71627cc 2,580 1.00/1.00 vMB 27
600,516 600,516 00000000000000000000e77333e5a88b4a1ad10fb41a57d383d2466f11c4b407 1,927 0.99/1.00 vMB 13
600,515 600,515 0000000000000000000c4329b47f06555b1ee5b2f4cd1c5db1f812662443aaa7 2,469 1.00/1.00 vMB 23
600,514 600,514 000000000000000000132aa3c167d2bb5745bf216a2556fff941e18652c5ab1d 2,825 1.00/1.00 vMB 38
600,513 600,513 000000000000000000097ed4fea6aaa14a3b65eb9464cc86630ba8a43c6d6eb2 1,674 1.00/1.00 vMB 9
600,512 600,512 00000000000000000002ce0d868e9045d066fbfb2468f1a79ebd234fe2c90698 2,500 1.00/1.00 vMB 24
600,511 600,511 000000000000000000132e37db8de2bd32306d7fd01604cd3de68cc3c3ca7695 2,557 1.00/1.00 vMB 17
600,510 600,510 00000000000000000003a118e049be535411ef70234d3911741968115da22c09 2,727 1.00/1.00 vMB 39
600,509 600,509 000000000000000000046ea1bdbba4d8b90510784b439b211bd4b9c5d5ba637f 2,593 1.00/1.00 vMB 52
600,508 600,508 000000000000000000014c44c9fa5f397d3a3ce48c761cd196e554b8cdf14286 2,821 1.00/1.00 vMB 20
600,507 600,507 00000000000000000012271e6360c526cfb60ad00aea59384fcaad73e9b2da3f 2,801 1.00/1.00 vMB 48
600,506 600,506 00000000000000000014c26ff2a88ec88bf20eaf2c8aec75888e604b3b919c43 3,102 1.00/1.00 vMB 16
600,505 600,505 000000000000000000048f1943195ac8ea759458826e4322d63a587652a377cb 1,120 0.90/1.00 vMB 8
600,504 600,504 000000000000000000002c6a8b433d76bbc1b5a1f319b1287b849236e1e5113f 3,014 1.00/1.00 vMB 5
Previous 10 blocks ↓
Total Size: 782.85 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: 712.79 GB
    • Received: 17.21 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.