Loading Tool

Explorer IconExplorer

Memory Pool

84,967 transactions
31.87 vMB
0.19465692 BTC
Random Selection Loading Transactions
Max Size: 190.34/200 MB

Candidate Block

Mining Attempt 0c7bdd0257e69c81d91a9356ce28c5ddbeb6de2da252f3f7e406cc0ce9195ffa
Version 20000000
Previous Block 0000000000000000000155b2073facafbf0b2f4713974f25dac073632df31896
Merkle Root 099886660e7c018a6ec77e7c1fef51dbbcc5fbd62bbb0b332c4177bea6f1a007
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,593
Size: 1.00 vMB
Total Fees: 0.08375662 BTC
Feerates: 101.65 > 8.39 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,148 (231,425 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
683,723 683,723 00000000000000000009a80f68542fabdea53948632ae47ba697fe2d0aadd0be 1,758 1.00/1.00 vMB 60
683,722 683,722 0000000000000000000af3c579651b1d23e9da05fb5f8b956a619455efb538e1 1,047 1.00/1.00 vMB 61
683,721 683,721 0000000000000000000755266f588c09e6559bf2fa9dd266354d4bad962a374f 2,357 1.00/1.00 vMB 65
683,720 683,720 00000000000000000004f981b1568ce7d2fc20d5aa01dd76ec71692348aeaaaa 2,751 1.00/1.00 vMB 77
683,719 683,719 00000000000000000008a4fd127e0ecdb9b4cda5d365c48a3c2edfa5603df220 2,717 1.00/1.00 vMB 93
683,718 683,718 00000000000000000009a382b0e0de5737bf5a5079409ea80d4d80c2aa1b66d6 2,082 1.00/1.00 vMB 70
683,717 683,717 00000000000000000007c85144f26fc92ed7e0d51c6822f91ceeed94275c9def 526 1.00/1.00 vMB 60
683,716 683,716 00000000000000000006eabcd23f3fdd760bf95364e79bc81a2bb52b1b35456f 2,666 1.00/1.00 vMB 74
683,715 683,715 0000000000000000000b1175bf31e50153e836bcdbce27c11d070f9c01019b6a 1,017 1.00/1.00 vMB 66
683,714 683,714 0000000000000000000086457c4e4f098c698e3b6fa6f7215f0c2e31692ed960 2,047 1.00/1.00 vMB 41
683,713 683,713 00000000000000000006950737e0ff43e9f371fb43413e9acb91e8c4c12138af 3,318 1.00/1.00 vMB 78
683,712 683,712 00000000000000000002df54f87d7eab7c54c0e9abdeff5de36c754747bc5122 2,080 1.00/1.00 vMB 59
683,711 683,711 000000000000000000024a45fe5ddbbb471d9550e7fbd0b2bced4376b2e21396 1,792 1.00/1.00 vMB 51
683,710 683,710 0000000000000000000a3afe0b21dadc80f3850e65d76c2ae26c68259e892293 2,248 1.00/1.00 vMB 37
683,709 683,709 00000000000000000007b15f1bd67eaf79b02b887bd4a0ec36549cf7f012a02e 2,579 1.00/1.00 vMB 39
683,708 683,708 00000000000000000000f0ee249ec5d8b0ad9767eba0d81d77c3ce40e8f2923b 848 1.00/1.00 vMB 55
683,707 683,707 0000000000000000000934ea44cd874da39e395c134ba1c1ffafec53f3f53f37 1,966 1.00/1.00 vMB 67
683,706 683,706 00000000000000000006f2c198ca693f6436884f9cfcc1d39866d63d226de932 731 1.00/1.00 vMB 61
683,705 683,705 000000000000000000075a6d3789774d681d87f135b81d71c8fa4eb2e31eb678 1,902 1.00/1.00 vMB 48
683,704 683,704 00000000000000000003e80f92b5cf71fc4d094b5dfe204a832c6113d0f02f50 2,402 1.00/1.00 vMB 60
683,703 683,703 0000000000000000000721185121b52ff974f0a948f903c407a1bb338e098455 562 1.00/1.00 vMB 59
Previous 10 blocks ↓
Total Size: 782.65 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: 672.78 GB
    • Received: 16.32 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.