Loading Tool

Explorer IconExplorer

Memory Pool

82,174 transactions
31.54 vMB
0.08412496 BTC
Random Selection Loading Transactions
Max Size: 187.80/200 MB

Candidate Block

Mining Attempt 0c0e48b1c3066eb7a6f065ccbfc8d8697f3364ac7a6e1b6e2e7441918604640c
Version 20000000
Previous Block 000000000000000000006967e51e05e86af929479363a0a1c6b74722992c0c25
Merkle Root 4baa16bdbdd3b580112688e88348aa52f007d8d39cace83d74cad2655e83eb24
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,286
Size: 1.00 vMB
Total Fees: 0.01663161 BTC
Feerates: 157.11 > 1.67 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,071 (328,665 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
586,406 586,406 00000000000000000010b62e156e62c0573acb23dda6f5397c59d641e3c701aa 2,747 1.00/1.00 vMB 50
586,405 586,405 000000000000000000173a225050cc8e1346667e4a366e88139cbcba9ec094ee 2,854 1.00/1.00 vMB 63
586,404 586,404 000000000000000000029b607ec4384e696569f6afa7b868d9a1a567acd69abb 1,961 1.00/1.00 vMB 12
586,403 586,403 00000000000000000008aec6bb250fe625614ded021684575f7ef7a889268cad 2,227 1.00/1.00 vMB 17
586,402 586,402 0000000000000000001d264f37f90ae8a5d9ffc2651a285dd1b97e7bbef9d65e 1,877 1.00/1.00 vMB 36
586,401 586,401 00000000000000000004c63cd188d35f9f5841b54ce5608771b3bb3d6a99b629 1,172 1.00/1.00 vMB 13
586,400 586,400 0000000000000000001ee45d042258aac6031186b5da19c27f31984c310150a4 2,199 1.00/1.00 vMB 32
586,399 586,399 00000000000000000001dcd6e705fb0ec2f0c547d42ba98196f527ff20a4b20d 1,170 1.00/1.00 vMB 15
586,398 586,398 000000000000000000089914ec2e3087a9ef02b5c3082b29627b23a45c25a38c 1,945 1.00/1.00 vMB 12
586,397 586,397 000000000000000000170b625d7fc92a3fe9307258ac723ed8788d0874cc63bd 3,012 1.00/1.00 vMB 64
586,396 586,396 00000000000000000001d94cd3f4aa04df75abace263a4b2b2a5e38da8407569 2,131 1.00/1.00 vMB 34
586,395 586,395 00000000000000000016d26dd3ca839833fde253cab9c2567bd9922c876dd7bb 1,764 1.00/1.00 vMB 24
586,394 586,394 0000000000000000001d555e90bea20e96f70d6b93b92ec9235dc242cfd254f1 2,357 1.00/1.00 vMB 19
586,393 586,393 0000000000000000000aa7318fce753e4e4ae7e73b5402f7a5ae7dcaeec241e1 2,548 1.00/1.00 vMB 67
586,392 586,392 0000000000000000000ba7219f3ba8f3fdefaba559453a818ad89a2fff0b62e2 2,576 1.00/1.00 vMB 24
586,391 586,391 00000000000000000012fbf51c45742c789ae04bca5093428116d5f76b461c16 3,013 1.00/1.00 vMB 46
586,390 586,390 0000000000000000000567d1d5b895457b5ca00bfbc01eda505b6286f2d46a9b 2,728 1.00/1.00 vMB 54
586,389 586,389 00000000000000000003a12169f761e3fb2b97fe8473ede2ec03ed81aab4589e 2,515 1.00/1.00 vMB 62
586,388 586,388 00000000000000000002ba83c4c90f29bc29e159a8b47febf6c598e57b587e6c 2,320 1.00/1.00 vMB 67
586,387 586,387 00000000000000000018961042d22052c80141922316d127b7f1335d501d93b2 2,839 1.00/1.00 vMB 91
586,386 586,386 0000000000000000001972478d921549c77caeb97aa48e7e4a94f64de9d2b5fa 2,176 1.00/1.00 vMB 52
Previous 10 blocks ↓
Total Size: 782.52 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: 668.84 GB
    • Received: 15.59 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.