Loading Tool

Explorer IconExplorer

Memory Pool

79,639 transactions
30.43 vMB
0.07291082 BTC
Random Selection Loading Transactions
Max Size: 184.96/200 MB

Candidate Block

Mining Attempt 8ce678218b4877ddb72a71abfa1b1474cbcfab35bb44f18d3e24f45f989cf176
Version 20000000
Previous Block 00000000000000000001b66b272ca3a270115c0167b0c55ec51ed4c599c6d99e
Merkle Root 1891f3562423db0828d32e4eb436e20f030bb4673cdd7c2219bda01e07894382
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,740
Size: 1.00 vMB
Total Fees: 0.00785856 BTC
Feerates: 100.69 > 0.79 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,184 (346,216 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
568,968 568,968 000000000000000000189b48e6f7bb62d30696d40cd83dcb310165353d7b468d 3,039 1.00/1.00 vMB 57
568,967 568,967 00000000000000000005248c4f3f01bef721280b7468715f1d55f7b313a7e662 2,230 1.00/1.00 vMB 38
568,966 568,966 000000000000000000206c8639b768ddba07944bb78d705e216d24412a67dad7 3,217 1.00/1.00 vMB 48
568,965 568,965 0000000000000000000d332bceee29b7748c3d55ccb7bae4a8c95a70614cfa0b 3,144 1.00/1.00 vMB 52
568,964 568,964 0000000000000000002840ba9cebd13089e6020b39ab033c32022244542aad75 2,465 1.00/1.00 vMB 41
568,963 568,963 00000000000000000000036cd11f6d74b4d1f395d60a92e03805d321ade04efb 2,730 1.00/1.00 vMB 11
568,962 568,962 0000000000000000001d3b8d4422bdc27a70167c8481c16015342bef810bd264 2,957 1.00/1.00 vMB 19
568,961 568,961 00000000000000000024f1f070eb8142edd7e52686098e5ec905b7d29d91a649 2,496 1.00/1.00 vMB 21
568,960 568,960 00000000000000000010c9120d25795abbf1cc0ac4844647f36a63eaf73d3b13 1,566 1.00/1.00 vMB 13
568,959 568,959 0000000000000000000d45c881b6e87b0d2ece180c4db8f1d1fb5d449619e11c 2,715 1.00/1.00 vMB 25
568,958 568,958 0000000000000000001f0d66dd4efdcbf0f484c28ae2b954c7be5af0ba47e26b 2,500 1.00/1.00 vMB 11
568,957 568,957 000000000000000000065d097f5f05b32af1ccaf777c0084a91eab2ac201d8eb 1 0.00/1.00 vMB 0
568,956 568,956 00000000000000000018f25775b94b028896510429d1a7cc896c2cc9b93462fc 2,021 1.00/1.00 vMB 14
568,955 568,955 0000000000000000001c68e9be502cd40a196a9414bd2a3c26e6787206b81381 2,145 1.00/1.00 vMB 13
568,954 568,954 0000000000000000000fa0f9a5e36a8c6e432506058d76e7fae1de37d88e3014 2,733 1.00/1.00 vMB 22
568,953 568,953 0000000000000000000c119776a75c9ce6aedc27c0621d8c30c39ae0fbc6a8fe 2,874 1.00/1.00 vMB 36
568,952 568,952 00000000000000000016c945b91110a74e2533018245309015b0a76bfa5cce74 3,151 1.00/1.00 vMB 41
568,951 568,951 0000000000000000000a7bd4629d7dcaa6510b2c64d2319c46329c78edf165da 3,197 1.00/1.00 vMB 27
568,950 568,950 000000000000000000157ec358986f2dbc6de34f02e68edc61644b9ab7e6087c 2,829 1.00/1.00 vMB 42
568,949 568,949 0000000000000000001b10b86690c6fe8fafb629f4d1a4a0edeed903eda19c35 2,598 1.00/1.00 vMB 19
568,948 568,948 000000000000000000038f461f59c2c2b183d886dfa60a6b12d040ef1efe9bca 3,304 1.00/1.00 vMB 37
Previous 10 blocks ↓
Total Size: 782.72 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: 701.70 GB
    • Received: 16.62 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.