Loading Tool

Explorer IconExplorer

Memory Pool

82,697 transactions
31.10 vMB
0.10865538 BTC
Random Selection Loading Transactions
Max Size: 189.09/200 MB

Candidate Block

Mining Attempt 55f5418b50c52ec0f26fda129fffa4b82fb14b32bd2f38cefe9b94eca198bf4c
Version 20000000
Previous Block 00000000000000000000464fbd6ccc853e5ba244ebbed6c329fc6ad23af9abcc
Merkle Root 9a635179692acac4a6f5b7c141d6cb77204be523810b3b7f018b1cc7faaff1d7
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,130
Size: 1.00 vMB
Total Fees: 0.03436259 BTC
Feerates: 200.89 > 3.44 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,382 (476,828 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
438,554 438,554 00000000000000000020f219f6dde3a1c463469135408127e0aba7a6506de8ca 267 1.00/1.00 vMB 23
438,553 438,553 000000000000000000971d896540b7afce8cfef66e225ed6286f094a57f307c1 395 0.75/1.00 vMB 28
438,552 438,552 000000000000000000042a182d603a09d1ba3877e114a5ec187e6f1277072609 1,441 1.00/1.00 vMB 42
438,551 438,551 0000000000000000001c2cd416a6fdf0605b2e647f732e91857a0fef2e98e5d1 2,383 1.00/1.00 vMB 66
438,550 438,550 0000000000000000020749e8b8b0d1ade03d78f414f27e0c310d5611b1e14c3e 593 0.23/1.00 vMB 69
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
Previous 10 blocks ↓
Total Size: 783.05 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: 720.60 GB
    • Received: 18.21 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.