Loading Tool

Explorer IconExplorer

Memory Pool

74,478 transactions
28.67 vMB
0.08164224 BTC
Random Selection Loading Transactions
Max Size: 169.87/200 MB

Candidate Block

Mining Attempt 3ade335d6eece9ec9e50c8d0eb3244c5e5c1c044fa47a353404d2e7912f211a3
Version 20000000
Previous Block 000000000000000000009e0d05ec642d7cff4f2783635cafb8c4809e49c30b10
Merkle Root 1c4d9dc0c094a5cb15d8d596eb3b6b74405c952e51a8162cccc321f6b8133ea4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,096
Size: 1.00 vMB
Total Fees: 0.02400359 BTC
Feerates: 150.93 > 2.41 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,051 (316,596 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
598,455 598,455 00000000000000000015e8349be888b45ff8222ec47649c37d25699eacb200ed 2,759 1.00/1.00 vMB 30
598,454 598,454 00000000000000000006513080111da9ec25d7ea4b5a55c24a6810377b47e706 1,644 1.00/1.00 vMB 25
598,453 598,453 000000000000000000080486a9c9a307207ea7d2129c8e444e096c9b5c38ea51 1,505 1.00/1.00 vMB 56
598,452 598,452 000000000000000000063ce90ef984610f6ec1a2d7b3d9caf6268de048c0af59 1,513 1.00/1.00 vMB 79
598,451 598,451 00000000000000000005840d10ff32acd322da9e9e0f9ed35b951baee3de10be 1,366 0.44/1.00 vMB 20
598,450 598,450 00000000000000000013c24383bd44c6b5ab21defab197b5c46a7da19b274985 1,915 0.70/1.00 vMB 13
598,449 598,449 0000000000000000000d44f225a25f04a7137f4e45761b7af73159000a6a8591 2,605 1.00/1.00 vMB 13
598,448 598,448 00000000000000000009a2ec768808860d83cf937278488ad782edee2d27b19e 3,111 1.00/1.00 vMB 33
598,447 598,447 000000000000000000038c853b5ba9c794b7b7af3dbdb0fe5165ca015a345850 1,189 0.40/1.00 vMB 17
598,446 598,446 0000000000000000000e1fcd9bb4daa01b0d50312a3ab8f14cb58b34d152b812 2,522 1.00/1.00 vMB 20
598,445 598,445 0000000000000000000b0c0127dbba528456163c98a314d856676da5c51c0e23 1,739 1.00/1.00 vMB 18
598,444 598,444 000000000000000000102e2a3b6abb8c3f3ba23fdf32e89f156170e977c22e89 2,056 0.72/1.00 vMB 24
598,443 598,443 000000000000000000154a9ba3ce435b9d15c7ee6e4ed28a9b1546570f1602fa 2,395 1.00/1.00 vMB 6
598,442 598,442 00000000000000000001d7f050d00141d5107d567f321bbbf8a15dd78f306c13 1,674 1.00/1.00 vMB 8
598,441 598,441 0000000000000000000bda267d345a09a1d829fd27c81a7ddc655d836f261215 1,616 1.00/1.00 vMB 12
598,440 598,440 0000000000000000000fe8b772c096f551333734ccd4b16ab670480fd3dd12a6 1,454 1.00/1.00 vMB 13
598,439 598,439 0000000000000000000c48935c38feb10f9fd79d4d921c27f435986784cfeec7 1,575 1.00/1.00 vMB 7
598,438 598,438 0000000000000000000e1700f72ad2205224ccad53140a476a162da406da4bc2 2,654 1.00/1.00 vMB 18
598,437 598,437 00000000000000000015858405c14189ff6411b4ea7bfcfa2719d5e1e50b327d 2,690 1.00/1.00 vMB 16
598,436 598,436 000000000000000000035bdb481d2f89486d94747fd4d8be7e5e091a7aead7b1 3,056 1.00/1.00 vMB 24
598,435 598,435 0000000000000000000ea11d824477ece6aa437f02f098f657fc1858061c0d7c 2,413 1.00/1.00 vMB 33
Previous 10 blocks ↓
Total Size: 782.48 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 668.17 GB
    • Received: 15.41 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.