Loading Tool

Explorer IconExplorer

Memory Pool

80,046 transactions
30.84 vMB
0.07141480 BTC
Random Selection Loading Transactions
Max Size: 187.57/200 MB

Candidate Block

Mining Attempt 7348df2448edf0af8114901344bec137f62b009c58b664c399ea2286f6c685df
Version 20000000
Previous Block 0000000000000000000043b39214e67beb23d111c982e6903370623ca621eb52
Merkle Root 33f02f24d8839abc211e9c66a13d6b75c2544822feece48181caab59ffaef4c3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,000
Size: 1.00 vMB
Total Fees: 0.00520215 BTC
Feerates: 60.16 > 0.52 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,200 (540,133 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
375,067 375,067 0000000000000000055624f1bdd77f6e77d9c1c134aca4a69faacdf416053ac5 166 0.12/1.00 vMB 20
375,066 375,066 00000000000000000cdcb51aa0903a77bb1097dbf1baf429d7db8c6a1fbfea89 1,671 1.00/1.00 vMB 33
375,065 375,065 00000000000000000b63d6c4280a871f1c13de4848bd6276966b748b2f27ee87 1,051 0.51/1.00 vMB 38
375,064 375,064 00000000000000000555b730c356eddc8a4faae38fd5d7c38b4f452730e91c88 464 0.34/1.00 vMB 30
375,063 375,063 0000000000000000043bbbad8a71e2c700e80b5fdc6501a715de6ee5d1f32320 1 0.00/1.00 vMB 0
375,062 375,062 0000000000000000039eba75d76d16560f7ec152c3c52a4afef283c6bca4beea 501 0.33/1.00 vMB 29
375,061 375,061 00000000000000000c4305bfdba8d5d31a811c6842dfe6f7336d00c2e28722bf 1,469 0.87/1.00 vMB 33
375,060 375,060 0000000000000000125554bff0f83287fc0c4a0a0ae92a7746e019e751346804 706 0.36/1.00 vMB 33
375,059 375,059 000000000000000006df8b9709bbf0b9b9ae2c5898bebcc950e80947aa600013 926 0.56/1.00 vMB 29
375,058 375,058 000000000000000004af7a0a6018e983f1c10e110ed16e03986e62ac5cb17382 863 0.50/1.00 vMB 28
375,057 375,057 000000000000000002c615f2cadd55252cd6f8a17de8e2a6b74e6cf13581d2eb 423 0.25/1.00 vMB 20
375,056 375,056 0000000000000000029be36ef86e6272630bd69aff1bdd5ead0b5af5eb0c2d42 1,812 0.95/1.00 vMB 37
375,055 375,055 0000000000000000088fc9b2beb059865d2d528a94274ec4c11b232a3d7af425 1,226 0.92/1.00 vMB 22
375,054 375,054 00000000000000000fa79a1a0032fd235ccc834e6223acd311d2d5014de9eb9c 1,801 0.99/1.00 vMB 36
375,053 375,053 000000000000000004052a28898cb665a84a118ad12dffc59b0fe9e2f14e83be 1,339 0.93/1.00 vMB 25
375,052 375,052 00000000000000000d55f76618e95c9c31b46736c458b9bcebc158375374257c 1,995 1.00/1.00 vMB 38
375,051 375,051 00000000000000000702b26c6d0c9d912577d8585fd5f9722a15820d6e56f56a 805 0.49/1.00 vMB 31
375,050 375,050 00000000000000000844d47a57d7fa9059d5405dae1b5033edaa2da098f2228e 560 0.30/1.00 vMB 38
375,049 375,049 0000000000000000070d8164fc45c4b9dec761ac58df2fb374f1fa7c6e523918 500 0.32/1.00 vMB 31
375,048 375,048 0000000000000000035e44a2e49ac12062f3dac6d3ea63ed50a98da9978a3d7f 615 0.34/1.00 vMB 38
375,047 375,047 000000000000000002a0ccec839673ba6594c04686cfb9b20f82a2bcf4b11abd 904 0.45/1.00 vMB 35
Previous 10 blocks ↓
Total Size: 782.74 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: 708.01 GB
    • Received: 16.71 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.