Loading Tool

Explorer IconExplorer

Memory Pool

65,765 transactions
18.57 vMB
0.10345276 BTC
Random Selection Loading Transactions
Max Size: 120.95/200 MB

Candidate Block

Mining Attempt 9ad8b8364f94b20b83a7ab1073c5072eea2c08610eb18ed44eba8cb2f361ee95
Version 20000000
Previous Block 00000000000000000001f2f5bd00c3e79f2570249aea80927e8f2a7909c605d7
Merkle Root ab4a4879e1ef1e4797fa3ba7774921a9080fbed876aa784b3ed9570cd2d03fa9
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,424
Size: 1.00 vMB
Total Fees: 0.06142407 BTC
Feerates: 100.53 > 6.15 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,800 (848,470 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
67,330 67,330 0000000004758e6905a4516a549d9b79299ec50eaddbb77a2527c2a702f10e5c 80 0.02/1.00 vMB 0
67,329 67,329 0000000003a0f60f668b20746927a4a5092af51d50ef3e8fda2048a168094d6c 77 0.02/1.00 vMB 0
67,328 67,328 000000000016ae157e4feb9882bca0d0512dfc1411d180310daff316c774caa8 50 0.01/1.00 vMB 0
67,327 67,327 0000000001a4e4b9bc9696203b5a613b65ed37f91fecd4c7cd8272197bfe26d5 75 0.02/1.00 vMB 0
67,326 67,326 0000000002960afa9d0c2b6996455f55caa6fa70b7daa6655a10ffe1c7401d10 33 0.01/1.00 vMB 0
67,325 67,325 0000000001f4b1d14624d6f590b9d54e0f857c70d40c52676572e529222ac2e4 29 0.01/1.00 vMB 0
67,324 67,324 00000000041d5915f1656c1ff477e5a1f277483fc19a92a1200f03633c38035a 15 0.00/1.00 vMB 0
67,323 67,323 00000000039d5ce5130b472837eb7b0700d3633fc6f09ee32c3043a5d8cbacd0 50 0.01/1.00 vMB 0
67,322 67,322 00000000059b106e901b1b9c1497b0dc973bea5d9b214004ebaf1c7ed80788e9 46 0.01/1.00 vMB 0
67,321 67,321 00000000043c586852708f3ea12ea774b1e566e52f84d05b9bf658558abbe5e2 81 0.02/1.00 vMB 0
67,320 67,320 00000000018bca603a7fbe68ebb226004076e0ac35d4faf47840f8546fdf2ad1 209 0.05/1.00 vMB 0
67,319 67,319 0000000000c1a4303c8ed339faff2a6f1b6d782b2afaddb16d0e138381835512 118 0.03/1.00 vMB 0
67,318 67,318 00000000048c324c5fa67acbbe0e73c14e4e506cf823244a7d9712050401f8be 18 0.00/1.00 vMB 0
67,317 67,317 0000000003efaee8ba55e178d186c9a93fe304a4ed3906796d0cea96a16afe2d 95 0.02/1.00 vMB 0
67,316 67,316 000000000453888977fbc36035d5750ae24889aeef1c1b0dcb85588e4986f042 23 0.01/1.00 vMB 0
67,315 67,315 0000000002ff3c39561f6edc63b654ba647ebf48dff9e4adca58fc6395cd4444 75 0.02/1.00 vMB 0
67,314 67,314 00000000023a2d449e59bcca0d965abf370484c865929e26be4c485acd475472 82 0.02/1.00 vMB 0
67,313 67,313 0000000004ecf423e27884025d2359c41754e44915fe8519c300b365f6aef438 80 0.02/1.00 vMB 0
67,312 67,312 00000000038b2702edf9d8e7beee8767e3a9896042154cac4cd29b48c21bf272 49 0.01/1.00 vMB 0
67,311 67,311 0000000001802a8c46154be307ae8c0a154b79d8fe3649188733c6e709c0617f 2 0.00/1.00 vMB 0
67,310 67,310 00000000011208017afb68404011d6773e880d7bae8b0ad0281460c26781a25a 22 0.01/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.76 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: 784.81 GB
    • Received: 21.56 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.