Loading Tool

Explorer IconExplorer

Memory Pool

83,381 transactions
32.11 vMB
0.10343781 BTC
Random Selection Loading Transactions
Max Size: 190.89/200 MB

Candidate Block

Mining Attempt 83983bed425aa3f7f78d61afe2c6a918d6a160cf9eeff21356ee0c73a7ce5cc9
Version 20000000
Previous Block 00000000000000000000880b1680fef67d1387961500b05f68e29399f83d5076
Merkle Root b8b436194fae12e354264c877491cb78161b66f1812a18e0a683693a0194c875
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,629
Size: 1.00 vMB
Total Fees: 0.03917742 BTC
Feerates: 387.56 > 3.93 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,953 (333,412 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
581,541 581,541 0000000000000000001c3075d2bf0c4be17cb1f95928e98e3c7b10aad52617e4 1,703 1.00/1.00 vMB 99
581,540 581,540 00000000000000000005fe22026c7a6d8752fdeaefaa14b36d5ef5d2fff9bd14 2,306 1.00/1.00 vMB 49
581,539 581,539 000000000000000000150990c5bc1594aeb31cd425ab806db2ee537b78ffadd8 1,932 1.00/1.00 vMB 30
581,538 581,538 00000000000000000003e17dc9a5567f735fb22ab132c12cd94b5ab2b03873b1 2,323 1.00/1.00 vMB 39
581,537 581,537 00000000000000000017fac2a9199fc34d5217b332dfb275c6e6041d4eb9efaf 2,714 1.00/1.00 vMB 54
581,536 581,536 0000000000000000001393464472b394a3e170ed9d307a5a9976a482b41d041d 2,636 1.00/1.00 vMB 58
581,535 581,535 00000000000000000000fa78366dfaff13d8393bb9bc7f28cf4aca6fbe0f8db3 2,244 1.00/1.00 vMB 79
581,534 581,534 000000000000000000203f058bf0ada3d39834c093d5f3377c0a2a154c8e3e88 3,411 1.00/1.00 vMB 60
581,533 581,533 0000000000000000000cfb4be257b4d288dd5fbe4e669e1e0a0a0a84b7ad565f 2,885 1.00/1.00 vMB 85
581,532 581,532 000000000000000000009a46023e2a3a5c3a363f75d25c1c4579805051620f5d 3,515 1.00/1.00 vMB 131
581,531 581,531 00000000000000000022564a2be606711e2f800a21a5681014f48eaf3672ed69 2,379 0.85/1.00 vMB 68
581,530 581,530 0000000000000000000428b182e088444a1ad4fce80e631ae9a3720d1d8d663d 731 0.46/1.00 vMB 33
581,529 581,529 00000000000000000015d40f4daf224fc11db81c7f9e79f420d0dda2055d0386 1,087 0.68/1.00 vMB 47
581,528 581,528 0000000000000000002300b67fdee2de7ec2d97797b26486a811cb39d1172ca0 1,586 0.64/1.00 vMB 30
581,527 581,527 00000000000000000009c279b29bf26f52384a17d7bbe82c3f764fe99bf4ab15 2,293 1.00/1.00 vMB 24
581,526 581,526 0000000000000000000b48ff9be4fa5d62f6d3ab26f171be4b1c8c8668db0000 2,681 1.00/1.00 vMB 93
581,525 581,525 0000000000000000001224c894b6c49bd68b5d4f1666fa4977b229cf931e3789 54 0.07/1.00 vMB 57
581,524 581,524 0000000000000000001a0fcd86ccc10be423038ea50805409aa69952bd8353f6 1,412 0.71/1.00 vMB 43
581,523 581,523 00000000000000000022a33820007c33b298e00b198d6cb9e284657aceb85502 1 0.00/1.00 vMB 0
581,522 581,522 0000000000000000001f6fb5d29924a0a7840a727656d39d02ee4c919dc6f214 2,416 0.89/1.00 vMB 44
581,521 581,521 00000000000000000002eb93930facc46db963dbf62511071259c38a1d16f6d8 1,119 0.36/1.00 vMB 67
Previous 10 blocks ↓
Total Size: 782.31 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: 658.85 GB
    • Received: 14.59 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.