Loading Tool

Explorer IconExplorer

Memory Pool

85,178 transactions
32.97 vMB
0.15705228 BTC
Random Selection Loading Transactions
Max Size: 196.34/200 MB

Candidate Block

Mining Attempt 8e407518a0597bef3d8595830b1749cc2821f5eb2de3ee1d65703368bed300cf
Version 20000000
Previous Block 00000000000000000001618798e66a050b3c71eb7c99c336c2e1b2e64f4feb97
Merkle Root 0de533b5d75c0b90408b0c7042ef1123fdac4fdf1a38a2f391d284bcc62067b4
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,602
Size: 1.00 vMB
Total Fees: 0.04855111 BTC
Feerates: 318.30 > 4.86 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,353 (476,804 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
438,549 438,549 000000000000000004075b29c13f81fecb7d6584e074434657abd47af6ff0568 1,884 0.75/1.00 vMB 69
438,548 438,548 000000000000000001c1d5adeed9cccc65e3f7b3e9c663cbe2c2fd99f8e61ce2 785 0.99/1.00 vMB 20
438,547 438,547 000000000000000000880f5a09484976ed5c514df20de0d2c705336d5e2feaf6 880 0.43/1.00 vMB 59
438,546 438,546 00000000000000000210ef6b0c99c4a0ed57be24f9183c14ca2ec15efc565fd5 484 0.35/1.00 vMB 40
438,545 438,545 000000000000000001d93313e6a94471398982e32c7893eaeb500641afc17a5b 178 0.06/1.00 vMB 56
438,544 438,544 000000000000000002a0c84a1c74bb0cd6b3d7c5b6ccc3957cc831802973a5d7 624 0.38/1.00 vMB 49
438,543 438,543 00000000000000000369908e81f767e6048441e7614fe533014d6b4f0b231ce6 415 0.32/1.00 vMB 41
438,542 438,542 000000000000000000c7cba480ea281eec24f35565e1f932814b58497766cf81 1,448 1.00/1.00 vMB 52
438,541 438,541 000000000000000001e25ae9c75b80b52c90ad2d5a8aac9b1babd3b1a62c2ac9 228 0.75/1.00 vMB 6
438,540 438,540 00000000000000000188e8ae0430f91ead19635dc94c0afb05b7ec64a1e54e14 264 0.19/1.00 vMB 33
438,539 438,539 000000000000000002f327ba7c553679ad81c1c84df87d95350fa3f9f1448f9a 584 1.00/1.00 vMB 16
438,538 438,538 00000000000000000043420d391fea1b512b7fd7949dbb661166ced1fd9362b1 123 0.05/1.00 vMB 58
438,537 438,537 000000000000000002165ac3f0ab393fb44892c44f44e6636339e5fd6d6d7107 1,882 0.99/1.00 vMB 47
438,536 438,536 00000000000000000438826f01ea9df027cd590b6660a9a5f07f73ee2f5e0e46 1,812 1.00/1.00 vMB 58
438,535 438,535 000000000000000002d6e64985da85e8ffe270014bd5b727ff43ce8898229385 1,337 0.51/1.00 vMB 65
438,534 438,534 000000000000000003ca08098e86189b6333ec4ac5e219010197bd583393817e 1,050 1.00/1.00 vMB 31
438,533 438,533 000000000000000000bcf8f181233a26e8e266b93b8734bc4ebf360fc5d2b2b7 1,517 1.00/1.00 vMB 41
438,532 438,532 000000000000000001a4f482fbe7b7712215b19a5d1c2ea93e3b3832b70bbca5 1,109 0.88/1.00 vMB 39
438,531 438,531 0000000000000000044147ff6c7a1a1f620a7530acf55f3280bc5bf15ef1b1ef 1,163 0.99/1.00 vMB 33
438,530 438,530 000000000000000003c26c6954dbe0aa27dd6c52eab0f64f89f657889d00d960 1,147 1.00/1.00 vMB 27
438,529 438,529 000000000000000002124fd8060a9d4bfbb321f845503ce3a3947b677225e0d5 2,574 1.00/1.00 vMB 54
Previous 10 blocks ↓
Total Size: 783.00 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: 718.86 GB
    • Received: 17.97 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.