Loading Tool

Explorer IconExplorer

Memory Pool

75,437 transactions
27.81 vMB
0.07415706 BTC
Random Selection Loading Transactions
Max Size: 169.72/200 MB

Candidate Block

Mining Attempt d48737b150ca8be763825a65fc7b1f68e2360fa246f4e8b9b9ca4f9b9243e283
Version 20000000
Previous Block 0000000000000000000091529ee73241fad69118a73730bb9cb3c6a9b21d667b
Merkle Root 31044a06770529db615a9df53287e3374d1a1ee068d444fc0d45264953b0373c
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,465
Size: 1.00 vMB
Total Fees: 0.01455649 BTC
Feerates: 150.93 > 1.46 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,297 (460,194 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
455,103 455,103 000000000000000001c8e4f31305b4ed6809c3c3c040a49c0ca0ac3f6d94c100 966 1.00/1.00 vMB 128
455,102 455,102 00000000000000000082193eae5c9283e75293c26b36079825a9b3d3f23ff987 2,259 1.00/1.00 vMB 121
455,101 455,101 0000000000000000008b95318a69d8ca0e8b6d2cfc83dfc37fdaa3612333a541 2,466 1.00/1.00 vMB 179
455,100 455,100 000000000000000001419a77f67ff640977fd15680d3774fff5713842ddea95c 2,290 1.00/1.00 vMB 132
455,099 455,099 0000000000000000005d33ddfa1d04726e5cc2bf2dbda504061408af840cfe96 2,234 1.00/1.00 vMB 181
455,098 455,098 0000000000000000025b2c82013f3678821f0604d61c032ac97df6a62a11bdad 2,147 1.00/1.00 vMB 126
455,097 455,097 0000000000000000012bff77b984f0c27b808c3aa153d0e514ac3bd75d938684 1,914 1.00/1.00 vMB 155
455,096 455,096 0000000000000000018a6ff6c758e9ae18f0a0e77d0e4adb72c1157e4573db0a 956 1.00/1.00 vMB 122
455,095 455,095 0000000000000000020f40bad7803134b6de285c9cf13de8c6b968e93a85425b 2,215 1.00/1.00 vMB 144
455,094 455,094 00000000000000000071ea191b88ad96e77d4d221ae7bb3714c11d4c058b879f 1,439 1.00/1.00 vMB 122
455,093 455,093 00000000000000000093f4196e9e5a0b4797402f6529c473ebe5108aa1a5c822 2,030 1.00/1.00 vMB 120
455,092 455,092 0000000000000000013f3f59c7051907d13320547c6ff432ff1cde46412cba9e 2,010 1.00/1.00 vMB 123
455,091 455,091 000000000000000001f0d2bb3f05a1ed5ea55bce5a9c83c20f4bc45cbb090072 1,931 1.00/1.00 vMB 164
455,090 455,090 000000000000000000a9e3132629421f8c426df57a76e4c56f4b004527dc3976 2,340 1.00/1.00 vMB 146
455,089 455,089 0000000000000000007c41aa6b5b5a8e4175502dc7f837a73f5ab90a2002e7fe 2,050 1.00/1.00 vMB 167
455,088 455,088 000000000000000000025b6eb04d058d3847cd95de2fb3bf7302b1160ae18fd6 1,678 1.00/1.00 vMB 146
455,087 455,087 000000000000000001875b46db296e86703f94c90ad97597e1c039d67220df5d 1,619 1.00/1.00 vMB 136
455,086 455,086 0000000000000000000a8690d9f9476674bd8e10e3c846e10b17910709068de1 1,858 1.00/1.00 vMB 143
455,085 455,085 00000000000000000104443d4e52fb6293de7e1f92721fe95a01e7cf7fdc40f7 1,972 1.00/1.00 vMB 148
455,084 455,084 000000000000000000ec1126c209a76027b8a3eae50a9feb68801b97fae0dc8a 1,719 1.00/1.00 vMB 128
455,083 455,083 000000000000000000d12de97ba2025b2967393500538e4e7d50453410bbc148 1,146 0.37/1.00 vMB 124
Previous 10 blocks ↓
Total Size: 782.90 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.71 GB
    • Received: 17.44 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.