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 (334,436 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
580,517 580,517 00000000000000000013fe8ef59478b72286d4975f04e083b396b1016ae30f6b 2,800 1.00/1.00 vMB 36
580,516 580,516 0000000000000000001c164230f4435df8d0cb966504a84eb41ab092d2633ab0 2,266 1.00/1.00 vMB 96
580,515 580,515 00000000000000000007ed16aaebf01d83e86920c0c2af5da1944612d4b643c8 2,513 1.00/1.00 vMB 60
580,514 580,514 000000000000000000080b7019adcfc0e329dc4041ae1a202b6eda553ce9c0e1 1,868 1.00/1.00 vMB 76
580,513 580,513 0000000000000000001b9be73e43b62d3e5f2d20762ca67d190ca7c7437c2071 2,456 1.00/1.00 vMB 40
580,512 580,512 000000000000000000107a325a58d7e834b20f8bb0979dba1076c12ef6d6186e 1,585 1.00/1.00 vMB 12
580,511 580,511 0000000000000000001ba01cb949f434a16b1e14231eecb6e44de21b5ab2fd25 2,272 1.00/1.00 vMB 45
580,510 580,510 00000000000000000022cc46dbf8ee3e9a11a7737a55cb14d283903b7db08548 2,397 1.00/1.00 vMB 30
580,509 580,509 000000000000000000126d3fb67183e064fbaf7c50ffc9f7b3637b3213ec3c1b 1,955 1.00/1.00 vMB 59
580,508 580,508 00000000000000000008af176dab33f72e8d5c1b6c11f3904adcdf894a4bdc50 2,365 1.00/1.00 vMB 101
580,507 580,507 00000000000000000018c3a648c1ecb9c6a43f0e468070d2a9b1349ee576f9f9 1,784 1.00/1.00 vMB 49
580,506 580,506 000000000000000000237ed9cebd516df4984a34d3409de32c188ef124ffe4a9 2,215 1.00/1.00 vMB 64
580,505 580,505 0000000000000000000dcdf1f6c0cd4b34276cf051225cafaa701ff630e3f98f 1,995 1.00/1.00 vMB 58
580,504 580,504 0000000000000000000e05c10ca273a5f7f8b0dc7d9c426761a061ecbe31b2d8 2,356 1.00/1.00 vMB 53
580,503 580,503 000000000000000000044122ccddb713a2cf8d83390ff55a4216dfd7b6390dd7 2,540 1.00/1.00 vMB 95
580,502 580,502 0000000000000000002315973adf9acc24de681657f9437def052e61068806fd 2,242 1.00/1.00 vMB 111
580,501 580,501 00000000000000000004686b72205b7ae873d9e10f72ca282fef167e902b2abc 1,944 1.00/1.00 vMB 45
580,500 580,500 0000000000000000001edafc9df9217fbee7f5b877fa7cf256ae61eacfab7293 2,582 1.00/1.00 vMB 99
580,499 580,499 000000000000000000153aeb2eb249a8500a77520607da9334074e9688e59025 2,385 1.00/1.00 vMB 69
580,498 580,498 000000000000000000226604b8265a0a4c08e8face50b7454e01887e8b7e0119 2,444 1.00/1.00 vMB 141
580,497 580,497 000000000000000000185777946831cf7ed9cbb211c64d35965cfe39bbdd4b6a 2,392 1.00/1.00 vMB 77
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.