Loading Tool

Explorer IconExplorer

Memory Pool

35,032 transactions
27.24 vMB
0.05675534 BTC
Random Selection Loading Transactions
Max Size: 136.56/200 MB

Candidate Block

Mining Attempt 8bd5b3e43be27efde2f58c1e15103be115fabe841b52c1b83ce6570adc113cf4
Version 20000000
Previous Block 0000000000000000000099f0b996849ebf7add480c0470f20ce70c41d4478c7d
Merkle Root 07ff1cfb96465df936693b9e906817cb1758b0b010bc13f9d3e55b7b6dc39f17
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,081
Size: 1.00 vMB
Total Fees: 0.00514587 BTC
Feerates: 77.90 > 0.52 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,634 (678,499 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
236,135 236,135 0000000000000176b30b91fed3fb07b37f43b928f4d4711c8053bdd7c6661d76 774 0.40/1.00 vMB 155
236,134 236,134 0000000000000051baebb19a0de3a4c0a12b3f2b3009334cc9851baa74ee90d6 631 0.25/1.00 vMB 198
236,133 236,133 0000000000000157fb0013a1d54ff1eceae06a29aa72b361fc8f5ce99e0774bf 21 0.01/1.00 vMB 208
236,132 236,132 00000000000000db95a60d9ffeec05ac263cc946c7dafcf11b120bb9074e7ec3 297 0.15/1.00 vMB 137
236,131 236,131 00000000000000714aedaaba9e57d1db2de483f05690a0edd4bcb1c409193da0 111 0.08/1.00 vMB 127
236,130 236,130 000000000000004c8806c2f7bd2a49b72675d3cb901aadcc61cd4eb38242ee2f 446 0.20/1.00 vMB 163
236,129 236,129 0000000000000067b618efbe4ea35abc5f56e0e55c3d37e487d06f1216dbcada 3 0.00/1.00 vMB 47
236,128 236,128 000000000000001616882046572b4ee31c8763a96b1d66ef0538ed7472f001a6 177 0.09/1.00 vMB 161
236,127 236,127 00000000000000d1dde2b9920b5aa0f5958d61e7fa274ddb8ce81944434e971c 345 0.24/1.00 vMB 112
236,126 236,126 000000000000015d73f33ff18dc91d7e9a96fb10d43606bddbd84db055abb0dc 690 0.25/1.00 vMB 230
236,125 236,125 00000000000001391c7f8d4208765e9702aab66b8216af37c671c2b9e5839bb3 385 0.17/1.00 vMB 210
236,124 236,124 000000000000008f48b3a6cf9044b98cfbf1a6c817501186a42cf77440cfdcbf 450 0.20/1.00 vMB 175
236,123 236,123 000000000000005a80f4adfe55d3617bb7cb3ae0812a43668cd8b377d16b720d 216 0.08/1.00 vMB 56
236,122 236,122 00000000000001430b1a9f3aa6d6a4686bfa94b36d3ce9fd36ac5bd1bb581186 92 0.04/1.00 vMB 123
236,121 236,121 0000000000000148064ee32ee53f9ab73d15b01e9b235c2611d58a37695cdd71 522 0.23/1.00 vMB 177
236,120 236,120 00000000000000c83978493d4571a219b3c6d9d202934695bc011f3c4dd51d6c 266 0.12/1.00 vMB 166
236,119 236,119 000000000000001225a54b7f98b8329d681fb21e11bb2cad052eb5fcd0b1fa64 16 0.01/1.00 vMB 145
236,118 236,118 000000000000005c7a6df414d6b142f7324d5fd345844794aa684ac721bd3168 471 0.28/1.00 vMB 118
236,117 236,117 00000000000000bbc56d5e6724638859a1243417b313cd3e7487b8b64edea3db 681 0.25/1.00 vMB 251
236,116 236,116 000000000000007c6bc212f24ad1c74f6275386ace75dcfee315d634acbf424a 63 0.05/1.00 vMB 77
236,115 236,115 0000000000000138465c043f635546b75162ee39e992438f7b3e6aee999ddebd 744 0.25/1.00 vMB 211
Previous 10 blocks ↓
Total Size: 781.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: 630.47 GB
    • Received: 12.04 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.