Loading Tool

Explorer IconExplorer

Memory Pool

78,524 transactions
29.10 vMB
0.07670750 BTC
Random Selection Loading Transactions
Max Size: 176.30/200 MB

Candidate Block

Mining Attempt 59ee89a59d6d8e0e3df7a977e6f38f24c4fccc0748b08d9de0a356679973d48a
Version 20000000
Previous Block 00000000000000000000cbf325f710fe3b651c530ae584a9791fa8f4174b473a
Merkle Root 0eabdae50e130a039f17d6134b07af1a71da93db18d082b89855d3daba5f086e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,111
Size: 1.00 vMB
Total Fees: 0.01593959 BTC
Feerates: 191.02 > 1.60 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,088 (328,680 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
586,408 586,408 0000000000000000000a5c2d930baea9c59e075a415dc1dbd31f7b44b97b8ba1 2,238 1.00/1.00 vMB 16
586,407 586,407 000000000000000000111fbaf68ecdf0ead32b1ecc6344946d46f630e1af087f 2,074 1.00/1.00 vMB 16
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
Previous 10 blocks ↓
Total Size: 782.55 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 669.59 GB
    • Received: 15.75 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.