Loading Tool

Explorer IconExplorer

Memory Pool

78,792 transactions
29.25 vMB
0.07912156 BTC
Random Selection Loading Transactions
Max Size: 174.93/200 MB

Candidate Block

Mining Attempt 0d6719f88e1d6de0c87daa02baa1a02e25a30b4743beb5f373f7e2da00715a73
Version 20000000
Previous Block 000000000000000000005646862e45d7bc5b4c4a3d16e7119254b51a14f51fdb
Merkle Root 7461ccfbd440c2c7893f81938bbeaf2809a5926aeac67179b1501786eea27ec4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,588
Size: 1.00 vMB
Total Fees: 0.01971374 BTC
Feerates: 150.77 > 1.98 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,069 (296,971 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
618,098 618,098 00000000000000000009a9a2fc81350ffe1dbb3a9a4e4fc34f34af84f11b2d16 2,982 1.00/1.00 vMB 37
618,097 618,097 0000000000000000000e5acdf4ec134b930608ef5a1df45302451ef8fb33cc4f 3,138 1.00/1.00 vMB 34
618,096 618,096 00000000000000000005395a32f94f460f08706bd29ad5381e673d0f2b04ad7a 3,086 1.00/1.00 vMB 34
618,095 618,095 0000000000000000000fb4fcc3d305d277f75dab0762e582eaf694153295b602 2,855 1.00/1.00 vMB 36
618,094 618,094 000000000000000000008c94fcdf6c9d4950c50cd52c8278c7c150efebf2c565 2,658 1.00/1.00 vMB 27
618,093 618,093 00000000000000000003873ee9f1ba498bf8b1e3296e68dc22eb038a8f4f2b0f 2,565 1.00/1.00 vMB 24
618,092 618,092 00000000000000000008eca34c62c9e9fc3056eccc032365162cea483e4327f4 3,082 1.00/1.00 vMB 32
618,091 618,091 0000000000000000000b6c2da244a0c5a1d904a37305ae90ea91f8a6ed4aec39 3,047 1.00/1.00 vMB 28
618,090 618,090 0000000000000000000e2a9d7ec85b5839f9fd0246098582beeb7d90037f6a94 3,066 1.00/1.00 vMB 36
618,089 618,089 000000000000000000070b9bba029fa1751a868ae84dad57d04181dff96c0be2 2,244 1.00/1.00 vMB 40
618,088 618,088 0000000000000000000c7abdf365015ffb2217a3e8df3b8b2c0a65b14c0b6abd 2,767 1.00/1.00 vMB 28
618,087 618,087 000000000000000000066c7d14b3573e4e4c8e14c0a930a370a1c422f84b8401 2,544 1.00/1.00 vMB 24
618,086 618,086 000000000000000000026e3fd061dbe227c30cdac5eeeab9560af977d0f88568 2,592 1.00/1.00 vMB 33
618,085 618,085 0000000000000000000ceebd77977b99a840c3a93f1da87da46b008bf880ce55 1,610 1.00/1.00 vMB 34
618,084 618,084 00000000000000000002b8c701e8bb1a515360a8b5a17ad80f8ffc40886559fc 2,416 1.00/1.00 vMB 44
618,083 618,083 000000000000000000073eef2a3f2ba317802e3d0e4f0e03ce4e909f30ff0997 2,291 1.00/1.00 vMB 68
618,082 618,082 00000000000000000007e3a0de759798fe9593775ca0d561965869f2e0baf8fd 908 1.00/1.00 vMB 87
618,081 618,081 00000000000000000011ab887d5323008d1857bb04de6ce4660975fcaf703d82 2,675 1.00/1.00 vMB 27
618,080 618,080 0000000000000000000b6594ceac097dbada1ace3b90dde3ef067d22d98266db 2,727 1.00/1.00 vMB 31
618,079 618,079 0000000000000000000183dd3cd65ab0785826e6a06c673812ef21277d0fa139 2,900 1.00/1.00 vMB 16
618,078 618,078 000000000000000000076d1f3c3c31df483ba43c38f127dfb90f9afc0f942234 2,940 1.00/1.00 vMB 14
Previous 10 blocks ↓
Total Size: 782.52 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: 668.75 GB
    • Received: 15.56 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.