Loading Tool

Explorer IconExplorer

Memory Pool

77,431 transactions
28.77 vMB
0.07060561 BTC
Random Selection Loading Transactions
Max Size: 174.51/200 MB

Candidate Block

Mining Attempt 988d8ee7d6b088dc74ef4ca941e8997e228ce4fd1892063d35e60274895ba517
Version 20000000
Previous Block 00000000000000000000a3d0f5c6cfeed8adce1f3d87a1319020a3e5786a42ed
Merkle Root 6e58ef7dcc9b9df5929285d7a956fc6cca3d5944736b43c548386845e818cbea
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,163
Size: 1.00 vMB
Total Fees: 0.01081821 BTC
Feerates: 299.43 > 1.08 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,092 (326,832 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
588,260 588,260 0000000000000000001ac36ec96e9a9f6df2d8197a733518eb49f62b864d336e 1,680 0.60/1.00 vMB 26
588,259 588,259 0000000000000000001e9e6ab0b77e8452d247eb40930464e55b7191976398e1 2,149 1.00/1.00 vMB 18
588,258 588,258 000000000000000000068250b62f03008f88c31cd75c59bb9a4e1022ff43c9e9 2,921 1.00/1.00 vMB 55
588,257 588,257 0000000000000000001038bf2db68b7bd4ade4d6a1bde18f24ebad763d80c195 263 0.67/1.00 vMB 3
588,256 588,256 0000000000000000000de1b90aff57e7640124fecee577712b50fb3438935a16 2,423 1.00/1.00 vMB 27
588,255 588,255 000000000000000000026ef8d342738db6fc902dd75fb08ea58b0082d98a76df 713 1.00/1.00 vMB 1
588,254 588,254 0000000000000000001988f4c5df76bd7deaed26e39fc4ede66a66f8ce66f5e5 1,321 1.00/1.00 vMB 18
588,253 588,253 0000000000000000000e88cdf362685f925b5575759485262973b660f413f3a1 621 1.00/1.00 vMB 6
588,252 588,252 00000000000000000005e57ed2f3466302af7f92358b2bc199a5b9e913f0cc30 2,185 1.00/1.00 vMB 30
588,251 588,251 00000000000000000019e27ef5084f5079d25e011c4c779af1bfd14588b9db1a 3,099 1.00/1.00 vMB 31
588,250 588,250 0000000000000000000713b737a6a53c0d6fbea0c78303a498b9f569e047fff6 2,928 1.00/1.00 vMB 41
588,249 588,249 00000000000000000013d72f5274c461806e6220c63f36da9e800ec8f64cacd5 2,237 1.00/1.00 vMB 27
588,248 588,248 0000000000000000000a19125bd4124c2ea4fb19c3cbbbb8a6dc31205d7e3301 1,969 1.00/1.00 vMB 21
588,247 588,247 00000000000000000009db497b8a01093943afd359d1d99405d30b994529a3f3 740 1.00/1.00 vMB 3
588,246 588,246 00000000000000000013e559ac7ab94906fafaffa740eb8ccc8c21f20b3b4a07 1,964 1.00/1.00 vMB 4
588,245 588,245 00000000000000000015d5eb25f2d4a7a47ae78880b2956e1b996ed2caf3b517 949 1.00/1.00 vMB 9
588,244 588,244 000000000000000000113cf7b0c50fa41eeebc3bca21acfada85093a556f94b0 1,705 1.00/1.00 vMB 16
588,243 588,243 0000000000000000001b3582dafe26efb34f409694678bb12c8dc57088b3f67e 1,825 1.00/1.00 vMB 21
588,242 588,242 00000000000000000005e05cb41eef8651b39fe8d4232f54acce2c362e2cf58f 2,203 1.00/1.00 vMB 23
588,241 588,241 000000000000000000056462d8ffda07946ed726ed57a4ee710640303c32166e 1,765 1.00/1.00 vMB 20
588,240 588,240 0000000000000000001d88132290ac30a12b37fed915cdf6eab50696baafe0d0 2,774 1.00/1.00 vMB 36
Previous 10 blocks ↓
Total Size: 782.55 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: 669.87 GB
    • Received: 15.78 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.