Loading Tool

Explorer IconExplorer

Memory Pool

23,153 transactions
10.13 vMB
0.02830177 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 57.02/200 MB

Candidate Block

Mining Attempt 310bd808c8eb06cf85a5adfeade27a5957fb5783812e95e0869aae4f4fe18247
Version 20000000
Previous Block 00000000000000000000530b19dff44f12db6823c6764166133ba764e9326fca
Merkle Root ab33ddaa348a2544348258c5b384547399220b7052db2decbc5e51f0f4b90b3c
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,643
Size: 1.00 vMB
Total Fees: 0.01192914 BTC
Median Feerate: 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,508 (772,080 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
141,428 141,428 00000000000007b1c953eb10cbe99d3839fac379815b44e1968c64e14e2a1552 30 0.02 vMB 53
141,427 141,427 00000000000006e4414357bc35b13165f684bb5d0ae4bf40cd3ac6b804fa1443 9 0.00 vMB 179
141,426 141,426 000000000000078a30fc0df6a110260457c74c589584a60db71f297478fceaf0 33 0.01 vMB 247
141,425 141,425 000000000000015780b253ad21b6c61edb2154e1c1032eae9a788f77a1122b52 72 0.02 vMB 68
141,424 141,424 00000000000008bbc4378ec2679b8328252268fa326274230b643cdd46b0950e 1 0.00 vMB 0
141,423 141,423 00000000000009258e78539adf889977f4868aeb91939b0c76263dfbfebe11ee 105 0.05 vMB 270
141,422 141,422 0000000000000910ca598a28cdbf2b875de2dbe90699557c77af65c3643ae951 9 0.00 vMB 89
141,421 141,421 00000000000006cdd8d67c99b0997b831b88eec6ee72d86a4fcda50c25b7a924 36 0.02 vMB 163
141,420 141,420 00000000000000969ff2f1af7681f57657b4c1c91a536e555b281b432eb2f26e 8 0.00 vMB 47
141,419 141,419 000000000000079950ef9fb5c411ba3810503a3402b7cc94913894f291071b34 18 0.01 vMB 78
141,418 141,418 00000000000007165e2c7ea3ed567248bdd69f25ab79fcec843ee6ce6ccfe80c 66 0.03 vMB 264
141,417 141,417 000000000000062ee6aa7b3e88eb9aa68d03b84350f84904441b90c9acc26cfd 44 0.01 vMB 16
141,416 141,416 00000000000006f31933b003e8ed319292935f73482f80c734068007f4d6fdb4 104 0.03 vMB 115
141,415 141,415 000000000000073627c475ac73a836ffa495a2f9232b4b3201dbdf2fb2bab51d 44 0.02 vMB 246
141,414 141,414 000000000000001185287ea2ddbcb2a91cb8c52eb80c2b0ff3a2db1a1ce7e472 38 0.02 vMB 412
141,413 141,413 00000000000000dd7eca514386890a6735ea8667ecac804f78b1b9391d61ab06 25 0.01 vMB 82
141,412 141,412 0000000000000690f8f09854fd58c4d42d0f525c8b5f05b6e4cc437c9a4c0822 19 0.00 vMB 0
141,411 141,411 00000000000008ec3a3098cc5d197c5f7e3dcc2bbc80dd1e2defa0906402fb3f 24 0.01 vMB 65
141,410 141,410 000000000000056fc7aabab5d71f90f650f0e2425f01d50b3615a7324174cd33 133 0.05 vMB 123
141,409 141,409 00000000000002f4995b611c67f5074a1fb5c8c26937f78b9ac2e21207c90c01 31 0.01 vMB 0
141,408 141,408 0000000000000327769db7f7d2742f9f4950ca258e395bc1bb294b40b7190156 110 0.06 vMB 233
Previous 10 blocks ↓
Total Size: 779.75 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: 379.27 GB
    • Received: 1.90 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.