Loading Tool

Explorer IconExplorer

Memory Pool

81,140 transactions
30.48 vMB
0.09019395 BTC
Random Selection Loading Transactions
Max Size: 183.45/200 MB

Candidate Block

Mining Attempt 1e5edca6e3a2305482670514bc2b0ad16b44f89308d060041b09ff000c9f0125
Version 20000000
Previous Block 00000000000000000001aca26b346205baa2e9232310a58a6e3cd40e54538cfc
Merkle Root 48fb3cfb37674bbada38585a4cb39d9d2ed7d87f02ebac9c83e0600ef78f74b0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,820
Size: 1.00 vMB
Total Fees: 0.02473007 BTC
Feerates: 163.06 > 2.48 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,169 (387,989 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
527,180 527,180 00000000000000000024c244f9c7d1cc0e593a7a4aa31c1ee2ef35206934bfff 1,697 1.00/1.00 vMB 23
527,179 527,179 000000000000000000291ea6695a3d8742dfc4ab0342093ca6a0391a4cf1bac8 975 1.00/1.00 vMB 12
527,178 527,178 00000000000000000012e4852bb31018e439ce4c1b0aa5ea2f447f5cbe0935ec 2,543 1.00/1.00 vMB 17
527,177 527,177 00000000000000000033c1231156476af96fbe1324f43da1ce3602c065e66a93 2,160 1.00/1.00 vMB 43
527,176 527,176 000000000000000000285a375f9d33e1782f3cff9cb1d4cfe1faf1356eb998fb 2,526 1.00/1.00 vMB 18
527,175 527,175 00000000000000000037422fb6fe5187019cbcac1d753868c35f914415f5ab65 2,228 1.00/1.00 vMB 46
527,174 527,174 00000000000000000020e01b2b233dce194ec0d7ba088856781bbdc9caa87ddb 2,262 1.00/1.00 vMB 33
527,173 527,173 0000000000000000001abbb35aeefe87eb924ced502da12ce4d0ea5cad3f6dd4 2,172 1.00/1.00 vMB 41
527,172 527,172 0000000000000000000e98e87b1de833b9c95dc534ea89a9a6fe7a503cbd296c 1,392 1.00/1.00 vMB 14
527,171 527,171 000000000000000000166da6a98ff72fa519eb33f9aeb98a70dfbf8ff05ad78f 319 1.00/1.00 vMB 1
527,170 527,170 00000000000000000014c98d7d8394fe9d9c9b5c0badca4ac965c49a5e739d06 1,244 0.44/1.00 vMB 22
527,169 527,169 0000000000000000000f531c8850dfe9706e3ee87b0beac85963ce6621ca0eef 1,493 1.00/1.00 vMB 12
527,168 527,168 000000000000000000101521d4a221301d87c239120e9b86d3a9b474a6ebd6ce 1,078 1.00/1.00 vMB 6
527,167 527,167 00000000000000000006a3f70ff6028eb6c8941d9f13323ff07e9ddedd57c312 396 1.00/1.00 vMB 1
527,166 527,166 0000000000000000000bb3601aa2e81f12eb16c1778843b6998e09fca2b1c003 447 1.00/1.00 vMB 4
527,165 527,165 00000000000000000038bd77dac90020d45e54fff74c5f5ce30146d0a37bd7ed 1,315 1.00/1.00 vMB 16
527,164 527,164 0000000000000000002bef2e6163e9b2c65d192b9c51e868089f3a34649c3b7c 1,888 1.00/1.00 vMB 5
527,163 527,163 00000000000000000035b57dd1b1550dc72828f2b6199c27932efff364d3a2c9 2,852 1.00/1.00 vMB 22
527,162 527,162 00000000000000000021511a7971d74bd8de9a4caeb0df4976056271c8a7f5be 3,114 1.00/1.00 vMB 29
527,161 527,161 0000000000000000001c5a5824f00dc819339a5dcb12f07f2a9aa24f62469e99 2,404 1.00/1.00 vMB 11
527,160 527,160 00000000000000000005c7277d125e4401e52880782d3a9bb596811e79765044 2,548 1.00/1.00 vMB 27
Previous 10 blocks ↓
Total Size: 782.69 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: 692.31 GB
    • Received: 16.50 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.