Loading Tool

Explorer IconExplorer

Memory Pool

77,843 transactions
30.08 vMB
0.07181821 BTC
Random Selection Loading Transactions
Max Size: 182.47/200 MB

Candidate Block

Mining Attempt 353f6db3919e375d74d6db013f813ff35c16ec66c34859ad46d551e3e0ea7b96
Version 20000000
Previous Block 00000000000000000001ba71b7469b64db1b81f795f06fef5c8de15c97c7831e
Merkle Root 77b5781351b17161102d8327249f8c7e44db0d8e84076abcb3e50529241d10eb
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,383
Size: 1.00 vMB
Total Fees: 0.00786768 BTC
Feerates: 45.66 > 0.79 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,193 (259,121 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
656,072 656,072 000000000000000000108b0428ff2eda8573a8fde9b8d7f2e759deee85df2936 1,452 1.00/1.00 vMB 43
656,071 656,071 000000000000000000046a6bbb41638e439b38838b343c8b61999de55be1f6f4 714 1.00/1.00 vMB 29
656,070 656,070 00000000000000000005067077b3b2b065709d4589a4bba8238d8eae0f468043 577 1.00/1.00 vMB 20
656,069 656,069 0000000000000000001064e3bf7ec403b85dc6744bbd5e60d791ec4631e80c9f 1,462 1.00/1.00 vMB 96
656,068 656,068 0000000000000000000783b8b2c5d5e1163524aa667f9d8a704168e8aea01cbb 941 1.00/1.00 vMB 26
656,067 656,067 000000000000000000032a6d9159364fa6ca06f7f3c2ccb96fa0127003c39539 622 1.00/1.00 vMB 12
656,066 656,066 0000000000000000000b08e9d3b4b25ebf06f3e8df6c0bf9f63842e9a8fc05a0 1,887 1.00/1.00 vMB 62
656,065 656,065 0000000000000000000ba5383f3e52826e0b42ea0eb33fc2c468ab9dc2df0b83 306 1.00/1.00 vMB 2
656,064 656,064 000000000000000000035ea78d252c24cdc6718deac5953039fff09edc7e5184 2,209 1.00/1.00 vMB 84
656,063 656,063 0000000000000000000b75f426fed21131848471bc91acf3c204ac9c47e1749f 391 1.00/1.00 vMB 12
656,062 656,062 0000000000000000000e6619289d9ffe019173b18adb0957bcaf5f4e0e4baf7d 1,059 1.00/1.00 vMB 5
656,061 656,061 0000000000000000000b8319170ac2dd084b83c579f39bd3039c0690b08d886d 1,442 1.00/1.00 vMB 48
656,060 656,060 0000000000000000000533ce5a088a732f5d09cd6a90486132c655daecb8df09 2,324 1.00/1.00 vMB 121
656,059 656,059 000000000000000000108cef60ffdb1ce2af332f1ee0f6798e35927864597be9 354 1.00/1.00 vMB 17
656,058 656,058 00000000000000000005659ffd98745619cf1afca297beef28a52ec7a7b9ab27 1,346 1.00/1.00 vMB 44
656,057 656,057 0000000000000000000dbb61e24553b4b40f7bcc270156367ba2b48318b1e92f 1,599 1.00/1.00 vMB 66
656,056 656,056 0000000000000000000dcbfd0de730957b0d46fb43a55fde10f5982eaea5a9eb 1,894 1.00/1.00 vMB 100
656,055 656,055 0000000000000000000d4ca3debe326d85b5b8cfd7477ed5256d097745371e9c 589 1.00/1.00 vMB 58
656,054 656,054 0000000000000000000baf2bd858ec87188603d6932a14e1db69643f46d1ece9 972 1.00/1.00 vMB 70
656,053 656,053 000000000000000000032b3e948a406ec1657577fe5644331d5eda54c7c9c4d1 1,248 1.00/1.00 vMB 66
656,052 656,052 0000000000000000000e980bc3df6b7fd81c5cf757cdf2464c02001dbccf94cc 97 1.00/1.00 vMB 2
Previous 10 blocks ↓
Total Size: 782.73 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: 707.31 GB
    • Received: 16.67 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.