Loading Tool

Explorer IconExplorer

Memory Pool

75,366 transactions
27.89 vMB
0.08256712 BTC
Random Selection Loading Transactions
Max Size: 169.70/200 MB

Candidate Block

Mining Attempt 63a10e5a59f6bf8f1915a997316e1fcd6afe12c2cc89d789e964bd29dc2e6f56
Version 20000000
Previous Block 00000000000000000001dd92e066f2c7ec28252fbb6b5fa39f46ea7f85c79f17
Merkle Root 0b24a7eaac5345585c94e59f00e0dc726dfcf25b5a47916d931ffe66b3107ba1
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,382
Size: 1.00 vMB
Total Fees: 0.02276799 BTC
Feerates: 100.21 > 2.28 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,287 (286,288 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
628,999 628,999 0000000000000000000a7aa1446229edf9366bf109b85cba341348bfce7ea303 1,228 0.53/1.00 vMB 38
628,998 628,998 00000000000000000010e46e0407fd444b4b60ddae8bd4d036ceeb160960a68c 201 0.06/1.00 vMB 45
628,997 628,997 0000000000000000000bc20d9b2c13689cb25d1d11dd8756e16cbd193121ffeb 948 0.35/1.00 vMB 53
628,996 628,996 000000000000000000056639b78fa4ca69849336dcc28ccb0c545384eac40e15 894 0.30/1.00 vMB 53
628,995 628,995 000000000000000000008acc756b08bc7da80bfe3ec2f638a014ec54541c5ee8 2,948 0.97/1.00 vMB 49
628,994 628,994 0000000000000000000e83aecb5cc0845b150a476955298ad58d82e8b9200562 556 0.28/1.00 vMB 40
628,993 628,993 0000000000000000000dac9236f8bed3f1d8b1986b4926907f8a263cbcd261e1 620 0.17/1.00 vMB 55
628,992 628,992 00000000000000000008a8e850ca0b74ec52e3f31eeb04da892aa64e0dc59e45 515 0.19/1.00 vMB 50
628,991 628,991 0000000000000000001138f586983520b0de3645c0873164f4b214b90cf3aedc 1,172 0.55/1.00 vMB 54
628,990 628,990 000000000000000000105a471c5bce6bad105b1b3d82d8a603fd9ecb98cd96f7 194 0.25/1.00 vMB 9
628,989 628,989 000000000000000000051967ebacd7afeabcc09c75b62595841b5f7b0a3e86c1 2,266 0.97/1.00 vMB 35
628,988 628,988 0000000000000000000a57fd42f142015196a127d72a64e980b739c8f7d9a30c 1,587 1.00/1.00 vMB 25
628,987 628,987 0000000000000000000b24f5d82afb8c5a0f7a67724b9e972de8ca0c3d498a17 2,069 1.00/1.00 vMB 34
628,986 628,986 0000000000000000000a40fa48b0c5f60abc0c9e7821e60fe63eb8bda1387646 1,581 1.00/1.00 vMB 15
628,985 628,985 0000000000000000000cd6fc2fd359cc4125532a6058fc24aa2f8588c3855813 2,714 1.00/1.00 vMB 27
628,984 628,984 00000000000000000002c9f83c8c670a14495deb8bd0a2754dcaf0fd4a97b3f8 2,766 1.00/1.00 vMB 79
628,983 628,983 000000000000000000099b2d05bff849e61088bfd1b869f4bc63a2ec77b66ac8 2,015 1.00/1.00 vMB 28
628,982 628,982 0000000000000000000c3d7d4e68e1ba6c562f89ca6ef698cc59714250e09d72 1,853 1.00/1.00 vMB 64
628,981 628,981 0000000000000000000e626d9026a14d2a43adc045da49d7cd631f9fc897b417 2,338 1.00/1.00 vMB 8
628,980 628,980 000000000000000000053104f8caadf2373c2dc1ac5178d817d29d457a1622f3 2,008 1.00/1.00 vMB 45
628,979 628,979 00000000000000000006b30d29534f51f8b24bab8a289af8d8dcaf3f9389c70b 1,278 1.00/1.00 vMB 76
Previous 10 blocks ↓
Total Size: 782.89 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: 713.37 GB
    • Received: 17.36 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.