Loading Tool

Explorer IconExplorer

Memory Pool

79,267 transactions
29.49 vMB
0.08445289 BTC
Random Selection Loading Transactions
Max Size: 180.30/200 MB

Candidate Block

Mining Attempt 9a1a51540691459e3145d2a26755c41d5d097f010665ff0f703bf300527b9852
Version 20000000
Previous Block 00000000000000000000632169d200e8dc659cf8de9c0a1f273312b1ca9d3620
Merkle Root ccb7ee42a99378438d7d4d20b83965d24c392450d143085f7430f3da06de5c79
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,263
Size: 1.00 vMB
Total Fees: 0.01958643 BTC
Feerates: 402.60 > 1.96 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,323 (476,761 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
438,562 438,562 000000000000000000ae15ddb78752c669c5c0a37ba8e52793603823e1e5f5de 2,310 0.99/1.00 vMB 64
438,561 438,561 0000000000000000044bbe3817f9f723293427e62a7a79533c7c05c83d62f6b4 1,479 0.99/1.00 vMB 50
438,560 438,560 000000000000000003ed9fa292744c8b13709d82a91ce1b8bcda6c10d1443d4a 2,083 1.00/1.00 vMB 54
438,559 438,559 000000000000000001485867457f20d42dc36e9587cf6de1e202c4cd3f2ab7ee 2,062 1.00/1.00 vMB 51
438,558 438,558 000000000000000001bb17bed0c6cae1c19471a352aa22d0c0cf11cf7e753d13 2,745 1.00/1.00 vMB 71
438,557 438,557 0000000000000000020fd8d40e3639b30c5c538186ccb0ff386d688e045f736a 1,574 1.00/1.00 vMB 82
438,556 438,556 0000000000000000032e84480f1fd858d888dc36264923a569e85dfbfbf3d3c0 2,363 1.00/1.00 vMB 76
438,555 438,555 0000000000000000042ca4754476c085fdbb4359a551fd9d321f70ea9678e1a4 1,881 1.00/1.00 vMB 56
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
Previous 10 blocks ↓
Total Size: 782.95 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: 715.18 GB
    • Received: 17.66 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.