Loading Tool

Explorer IconExplorer

Memory Pool

81,959 transactions
29.96 vMB
0.13607556 BTC
Random Selection Loading Transactions
Max Size: 181.47/200 MB

Candidate Block

Mining Attempt 99e6415c77612caf73b4519c025110c12ff32cb18fc66d9d99c34bb7f36a3833
Version 20000000
Previous Block 000000000000000000011cc0b225341b90497783ca10dd85ac5777da035b07ab
Merkle Root 3a38f07806b1f6e6c300afce3d75dbe9f2c431397ed1b03691258c41cbaf1084
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,426
Size: 1.00 vMB
Total Fees: 0.06525063 BTC
Feerates: 151.07 > 6.54 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,118 (428,808 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
486,310 486,310 0000000000000000002297e712536f6a682c405968cfabd9ee4f8de553a7fafd 1,846 1.00/1.00 vMB 108
486,309 486,309 0000000000000000009dbe3b5ed6ec5a0aabc4e506a95a7f3de01e2354553021 562 0.29/1.00 vMB 105
486,308 486,308 000000000000000000835cb615529d4baf65f26db6f1281fe408f6daf77a110a 212 0.10/1.00 vMB 89
486,307 486,307 00000000000000000068e74d76878b7e56a6dd2d85c66589b6eb803f1ec735c3 688 0.33/1.00 vMB 42
486,306 486,306 000000000000000000ea99ce1d8cc06de779d7d9452880939c126213bac201e1 1,699 0.87/1.00 vMB 35
486,305 486,305 000000000000000000fd53d57f101974f7b23453b3f19c542076208f6d7b588f 1,929 0.99/1.00 vMB 40
486,304 486,304 0000000000000000003e2c3edede83a1be84524f931798f8e01b9b080609c41a 58 0.03/1.00 vMB 116
486,303 486,303 0000000000000000002c91e559aff916357030e7f3b7fdfaf338d1c339b4dbed 1,013 0.98/1.00 vMB 24
486,302 486,302 0000000000000000001722aa64b9846fcb904a74085e2df14b0d4207844d980c 2,045 0.99/1.00 vMB 123
486,301 486,301 000000000000000000d7a7d5ba17dde2dce8442b161bdcddd41c2eb5fcf1f1d6 673 1.00/1.00 vMB 46
486,300 486,300 000000000000000000bdd36170fa0d2dc276ea2623f0aa0408e5bef0e1b5d017 278 1.00/1.00 vMB 11
486,299 486,299 000000000000000000de423d8094bb10a59205a0392ceb7693b5e5d222bbe8ab 645 0.99/1.00 vMB 16
486,298 486,298 000000000000000000d36b97f3b451f5f4e90af5f9b59fba4076bbd7b68ee2e8 1,758 0.97/1.00 vMB 118
486,297 486,297 000000000000000000c2b0f938e6799f9d929e99472be7fc0c6667d0dba746ed 2,395 1.00/1.00 vMB 160
486,296 486,296 0000000000000000007f3e714767abb14d3243b2fbf92472b6833eadee1d973e 1,022 0.43/1.00 vMB 114
486,295 486,295 00000000000000000065275ee4d35d439087952cc2260a234f6a975544e4eb2d 1,124 1.00/1.00 vMB 42
486,294 486,294 000000000000000000fe8bcbd7925e3995f88e0c9245c41a92a623b2a34371dc 589 0.99/1.00 vMB 41
486,293 486,293 0000000000000000002fa98d047b0ae19cb7d5eceeb90a5057c9219fc20f620a 866 1.00/1.00 vMB 37
486,292 486,292 000000000000000000918dd3c48dc8dd2fdc77801258e34c7bdd867e902f189a 2,109 1.00/1.00 vMB 123
486,291 486,291 000000000000000000ac1ad5c2f28799aff382762ddf5e5402ddc115b82202de 2,123 0.97/1.00 vMB 128
486,290 486,290 00000000000000000083f16d76aa3898a9e3547305342294b8673fe245b0dd93 1,955 1.00/1.00 vMB 124
Previous 10 blocks ↓
Total Size: 782.59 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: 671.67 GB
    • Received: 15.98 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.