Loading Tool

Explorer IconExplorer

Memory Pool

80,076 transactions
31.08 vMB
0.07952126 BTC
Random Selection Loading Transactions
Max Size: 188.08/200 MB

Candidate Block

Mining Attempt 01e74cfc9abad93252cdfd60594f1274a97ad8018d1533288541640f4462abb1
Version 20000000
Previous Block 00000000000000000001737d76c0d6914d71885a8e838781b1a0674dd5a96d4b
Merkle Root 1103261b96e6b58c41ed26e69d607d8b6cf1e5a0444efb6585969c4b41105e59
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,530
Size: 1.00 vMB
Total Fees: 0.01251886 BTC
Feerates: 100.25 > 1.25 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,201 (387,581 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
527,620 527,620 0000000000000000000e0fbbeac65fb18d5609ee71c433bf26730b6155683c7d 1,753 0.63/1.00 vMB 21
527,619 527,619 000000000000000000276d9e969b901c2ff09238044e3554fe3d96d71e04923f 492 0.16/1.00 vMB 20
527,618 527,618 000000000000000000148a2fd96e3a6b4d61562d16505c1b593f6682486b5ead 439 0.16/1.00 vMB 8
527,617 527,617 00000000000000000034acea1f738bc2ddbdfde6bc6bfb5630da53d838a28834 503 0.21/1.00 vMB 44
527,616 527,616 0000000000000000001207010d0d4267c230d01e6c285dd9822ee03c1e3f461e 665 0.24/1.00 vMB 21
527,615 527,615 000000000000000000072503c4e351571b04cc92291272163b7bd6ba09b82d51 1,179 0.56/1.00 vMB 11
527,614 527,614 00000000000000000031c06a3058ba40ff14fde39ce99ee32e4100eeeaf477d4 2,795 1.00/1.00 vMB 17
527,613 527,613 0000000000000000001d711a0365a7b51ddb766189c190a527eb0b73e196c2aa 1,807 1.00/1.00 vMB 31
527,612 527,612 00000000000000000005efe57e040d5583dc277c4e5428aa6b5cd66921e3c6bb 260 0.24/1.00 vMB 3
527,611 527,611 0000000000000000002c938f2ace4e0a44220756b20b5cd9e8104babda380922 1,699 1.00/1.00 vMB 15
527,610 527,610 000000000000000000048d28c492dbb9c7271c7e298aabce9aaf488cbb30dba8 2,051 1.00/1.00 vMB 15
527,609 527,609 00000000000000000004eb9ed8e8c4e08ef9540bff912c340a2a62d5896acdf4 2,535 1.00/1.00 vMB 9
527,608 527,608 000000000000000000050fa0ba858d374e7f95039d4ae92054f5e5aebd514a6c 2,503 1.00/1.00 vMB 28
527,607 527,607 0000000000000000000b7a8b443da489076c42ff845c915edd90c1cec7274dce 2,199 1.00/1.00 vMB 42
527,606 527,606 0000000000000000002334811ecd376426d6a87f4a4fdce22163ceaec366eb57 1,908 0.82/1.00 vMB 22
527,605 527,605 00000000000000000007578a3062e6436772ef24f36d472161a29d3e2a526bc0 229 0.06/1.00 vMB 21
527,604 527,604 000000000000000000272fe1d060b1e756a91cbd80d4a8e9985b67bffbcc6c3b 1,529 0.65/1.00 vMB 16
527,603 527,603 000000000000000000232098dc55a49d736e119e22629734f38f03cce6e904d2 1,962 0.87/1.00 vMB 18
527,602 527,602 00000000000000000019ea7af5c3a52b85b228e01243624784b88d04f0381d63 1,210 0.82/1.00 vMB 13
527,601 527,601 0000000000000000000af1a17806b2b1bb2d726e97688ad08f8bb0d9169cb6bc 1,045 0.61/1.00 vMB 20
527,600 527,600 0000000000000000000b6f3d4631381c208a89fe46d17d6513e3f663fbc1592c 60 0.74/1.00 vMB 1
Previous 10 blocks ↓
Total Size: 782.74 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: 708.13 GB
    • Received: 16.72 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.