Loading Tool

Explorer IconExplorer

Memory Pool

40,454 transactions
28.92 vMB
0.09092185 BTC
Random Selection Loading Transactions
Max Size: 147.05/200 MB

Candidate Block

Mining Attempt ea4bc6b7235732be848d4146b460a801ea7645d4a31776d3eac4a25ad1eb97b2
Version 20000000
Previous Block 0000000000000000000139927d84a510b18a8af0488a36abfc20135ab1be683b
Merkle Root d8578095ba62455784889275ced971d0c0a97e6971e8bf1b88000e028a8af535
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,060
Size: 1.00 vMB
Total Fees: 0.03472161 BTC
Feerates: 101.64 > 3.48 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,577 (839,592 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
74,985 74,985 000000000006526621b3947dfc90139bfe25584e42c0d5e8a0f6031f2652de61 3 0.00/1.00 vMB 0
74,984 74,984 0000000000200bc3d27785000faf39b30200bde7e070bbee8f16c9aa5137f967 10 0.00/1.00 vMB 0
74,983 74,983 00000000000b14e17ca9f308f518c99ef03a190825e5f90b2cdd7242e88661f1 1 0.00/1.00 vMB 0
74,982 74,982 000000000061f5eda6411b3b3f8e244d45eef7c090faa5ddb10e382acc593555 1 0.00/1.00 vMB 0
74,981 74,981 00000000006243d3c807ecb113083a61012616a5d321723cdf4fb24df718abf7 1 0.00/1.00 vMB 0
74,980 74,980 000000000055df68e2c6f044f1401a5815c1bfe1c0474d79011b50ebb1cecdb0 1 0.00/1.00 vMB 0
74,979 74,979 00000000002fcb32d7fc6de931c09b885da932831da2a4d9501bfaae8e3e4a9e 1 0.00/1.00 vMB 0
74,978 74,978 000000000073448590d1daa5309cd474dc79d511aef4993e718b06cef551f12b 2 0.00/1.00 vMB 0
74,977 74,977 000000000038452f36d21e670b76dfb8c4a7ac4adb19f953756f194a7e3d15f9 2 0.00/1.00 vMB 0
74,976 74,976 000000000052d91a056af5217134666fddab162eea35fcb447d4b536f74b34a6 2 0.00/1.00 vMB 0
74,975 74,975 00000000004e6f6dfa6304e3cba2cf0cbcea474bacb79ae49102c680d8cce704 1 0.00/1.00 vMB 0
74,974 74,974 00000000006b7a6c16e958e6f3bb31cc53505732b4197c7fd0a8b554d3201f42 8 0.00/1.00 vMB 0
74,973 74,973 000000000059240a8763673973dfc693c0fd76f7f25e5a40408564580d9560b3 2 0.00/1.00 vMB 0
74,972 74,972 00000000005db0b00d2f7f1bb344b104eca55429aac01da27fc52ebb99bfa7e1 1 0.00/1.00 vMB 0
74,971 74,971 00000000007f945871bd1ca4fda82ef35a3f4881e7ae81d7ef419a1f61f26b40 3 0.00/1.00 vMB 0
74,970 74,970 00000000000a197abb2053896b4b72c1e3a56c8985cbb5bbd551a7642b39526a 3 0.00/1.00 vMB 0
74,969 74,969 000000000043316727d5268ce4bbccea2715fe1dc91d234a01b966daf0aa35fb 1 0.00/1.00 vMB 0
74,968 74,968 000000000069c0bc66f685ec8099c398ca0165a04a357799349d26c2d4249bb3 1 0.00/1.00 vMB 0
74,967 74,967 0000000000653df60b9a6970112cd3554c31ec897bfccf0c87eac9823b1b5500 1 0.00/1.00 vMB 0
74,966 74,966 00000000007e15279656937ee6cbe8911893538d214fd631e298ac0aef6d922e 2 0.00/1.00 vMB 0
74,965 74,965 00000000004dd2c7c0b0595dc1204ab593b6af81a0f9d826281bd39d1013e431 2 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.64 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 626.41 GB
    • Received: 11.64 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.