Loading Tool

Explorer IconExplorer

Memory Pool

73,814 transactions
27.31 vMB
0.06623542 BTC
Random Selection Loading Transactions
Max Size: 166.81/200 MB

Candidate Block

Mining Attempt 65edb368d12b63949a4ea102ff1421151f32beeb242623b3e08d7efd334caa6c
Version 20000000
Previous Block 000000000000000000019f01622aa9ccac55b505788f3310454eb40145b7d73a
Merkle Root 9f7b7178bd56794ad352e9f6d4aed7e5e1be5cf2bb28d575b898290d84acdea8
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,585
Size: 1.00 vMB
Total Fees: 0.00789803 BTC
Feerates: 480.19 > 0.79 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,263 (286,267 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
628,978 628,978 0000000000000000000b9bc070c56d326f79bb212cc41303bf8ab88777c8d12b 1,302 1.00/1.00 vMB 80
628,977 628,977 0000000000000000000bfffddc1f9def3df6f4f222e7f88220e42d058c4fcab7 970 1.00/1.00 vMB 72
628,976 628,976 00000000000000000001eee16abc5ed9f1cf2d5be7ea923abf14d5ca76edbbb0 2,103 1.00/1.00 vMB 62
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.55 GB
    • Received: 17.19 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.