Loading Tool

Explorer IconExplorer

Memory Pool

79,037 transactions
29.29 vMB
0.09634001 BTC
Random Selection Loading Transactions
Max Size: 177.01/200 MB

Candidate Block

Mining Attempt d61f8523e83402da3d4de9ee4f147368c91e8032a44c538db456e7d1d154cf84
Version 20000000
Previous Block 00000000000000000000c592a532bdf8ba2e0763e5fa7bb67e40a013f200bb7a
Merkle Root fdf3861ba770fee5c901d76139461c3260bcd6b813baa43b0d1b5ff31b5a5d9f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,237
Size: 1.00 vMB
Total Fees: 0.03443005 BTC
Feerates: 150.62 > 3.45 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,156 (117,587 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
797,569 797,569 000000000000000000026d3b01c8156cc5a91dcbdf3eadc26d946e145ea95f54 3,094 1.00/1.00 vMB 15
797,568 797,568 000000000000000000013e340d36dce4b72fd7a113b9936a9bea357a627ba07b 6,279 1.00/1.00 vMB 7
797,567 797,567 00000000000000000004434eb5c1cd2d9446c6697e6b45304b2ef47967d45089 4,855 1.00/1.00 vMB 8
797,566 797,566 000000000000000000002b7c8e371c90167e2af138be83a316e8af68e86125ce 4,277 1.00/1.00 vMB 9
797,565 797,565 00000000000000000003f9429a123b501ea53396a124d177fa4f707d737b7c98 3,952 1.00/1.00 vMB 5
797,564 797,564 0000000000000000000260d9f9572e51fe9f0dd9159a2cdc48407de6d4d00b2f 2,844 1.00/1.00 vMB 14
797,563 797,563 00000000000000000005834abea82e9e8a8dcbc75dcf7c88c32b0271a057dd28 4,471 1.00/1.00 vMB 8
797,562 797,562 0000000000000000000297ee2ba1e91d57313c1568e8a771db14a9085bc2267e 1,403 1.00/1.00 vMB 7
797,561 797,561 000000000000000000025690fddb8ece3346ec7b94eb9570bbc7846f73b5b6a4 2,563 1.00/1.00 vMB 11
797,560 797,560 000000000000000000051d36b41ca6f3d01766f7fbc62f7f9408961ac4329cb1 1,909 1.00/1.00 vMB 15
797,559 797,559 00000000000000000001d4f0627135791c097194560466f78975c5c5707d8d05 2,379 1.00/1.00 vMB 19
797,558 797,558 0000000000000000000036d58367da13524eef29c0cd017670f24f942be4dff1 4,866 1.00/1.00 vMB 10
797,557 797,557 00000000000000000003d3b8965a8cf42c3d59e5e7c75e81b442e8750b492ff5 4,594 1.00/1.00 vMB 7
797,556 797,556 000000000000000000041ef3ca2436a6a5d2b88f8ab72d012eaf01f28302a650 3,128 1.00/1.00 vMB 12
797,555 797,555 0000000000000000000365a73e33644a5857703effe803d8dc6cce5d4cca770c 2,417 1.00/1.00 vMB 9
797,554 797,554 00000000000000000001d72128e9d14eaefa52d995828890f86411e78b21f303 2,909 1.00/1.00 vMB 7
797,553 797,553 000000000000000000057d941bbdd61d72d99b8868abb82b363a5109b89bd3be 5,675 1.00/1.00 vMB 7
797,552 797,552 0000000000000000000024496bc3a53980d16b9a55ae8ceefd06d0fcb51cec2a 2,591 1.00/1.00 vMB 11
797,551 797,551 0000000000000000000397e24a02f56b2ab8873c04cf34e693b1436e694a17e2 3,940 1.00/1.00 vMB 9
797,550 797,550 000000000000000000001ad0682bbc2d03471a892d28277d708e5ebc9d85af9b 1,591 1.00/1.00 vMB 10
797,549 797,549 0000000000000000000580d4319b119bef68d4769290cd29e1da2f4d2aa3bafd 4,258 1.00/1.00 vMB 7
Previous 10 blocks ↓
Total Size: 782.66 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: 673.08 GB
    • Received: 16.38 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.