Loading Tool

Explorer IconExplorer

Memory Pool

82,951 transactions
31.16 vMB
0.08962104 BTC
Random Selection Loading Transactions
Max Size: 191.09/200 MB

Candidate Block

Mining Attempt 743ec06746552cda9101fb0a99b671a983a8fb6a76b4aa12ffe26bc58d50fca0
Version 20000000
Previous Block 00000000000000000000b7ed4bcc09a1ab3389cc1da6d37b94493a2f9a8472a1
Merkle Root bed4af2967fb9b6108ca53d50d1158c13d50914dcd112a382aa306617cb47224
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,437
Size: 1.00 vMB
Total Fees: 0.01930542 BTC
Feerates: 114.60 > 1.93 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,223 (297,064 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
618,159 618,159 0000000000000000000609f1469e64a042827d6d62cc28d0f71eaf1ef70d6ff7 2,836 1.00/1.00 vMB 28
618,158 618,158 00000000000000000007eff0761a3ed4dfaee3aadf8573e9b0a9d56021b9dc87 1,721 1.00/1.00 vMB 21
618,157 618,157 0000000000000000000f5f3c2c1d0f8da6452430efc5c671970dc09ee8bcf2c1 3,053 1.00/1.00 vMB 29
618,156 618,156 00000000000000000006ff522d08508b2beb89ddd12e98a1893fcf4c4bf64117 3,225 1.00/1.00 vMB 34
618,155 618,155 000000000000000000007ab2c878e9f4f287bcf0b136148ba740ba71601a3892 3,132 1.00/1.00 vMB 47
618,154 618,154 00000000000000000001806f272e2a48e952d8962305cb0c1824e52737c85f40 1,045 0.40/1.00 vMB 27
618,153 618,153 00000000000000000009271ded2b3336674fc7b0ee407e90dae8bb18a3708544 1,706 0.47/1.00 vMB 19
618,152 618,152 0000000000000000000a247c23806e6739b1d008cdd62bab60e69ac51a960378 2,807 1.00/1.00 vMB 23
618,151 618,151 00000000000000000011820df4f25c179474c7eec08178e59b91229be99876b2 2,637 0.91/1.00 vMB 8
618,150 618,150 00000000000000000002a3ad38331d1fca1c4e5c085db4b09ad9c91da7457e78 2,864 1.00/1.00 vMB 32
618,149 618,149 0000000000000000000d3f68f76fc404b2f7d95e29a2ba7926808eb6c6b310c7 2,647 0.78/1.00 vMB 6
618,148 618,148 0000000000000000000c021691f5fa6ebd604cda78d45e90ee9b428b393e4ba8 3,465 1.00/1.00 vMB 33
618,147 618,147 00000000000000000009fb612a4fdc567bf276c1d26dfd0cf3054534c97f33e6 2,387 1.00/1.00 vMB 23
618,146 618,146 0000000000000000000e073a20e05823851f868961a1a7e2c97f1e702fcf2e26 1,386 0.35/1.00 vMB 20
618,145 618,145 000000000000000000029290f5c7bc14cceec7281bfbe4d62712f93d12290291 3,207 1.00/1.00 vMB 9
618,144 618,144 000000000000000000013ccaf0c0c998d0ae7a4b95824232814d7ac75b1fa175 2,952 1.00/1.00 vMB 37
618,143 618,143 0000000000000000000e13080f2314a9a56fee70c98fdee766067f0f0f6955ee 299 0.08/1.00 vMB 18
618,142 618,142 000000000000000000017b335320fcb00c724b46dd402f35befdc5475c91e492 1,003 0.48/1.00 vMB 8
618,141 618,141 00000000000000000004a58e1d71880ac9b9d6f876e776a66193aef7eb94d774 1,717 1.00/1.00 vMB 6
618,140 618,140 00000000000000000008a33a5b95f8a539d26886072df1dc1d2d7dbd881b37a2 2,388 1.00/1.00 vMB 3
618,139 618,139 00000000000000000004b706240a2d51699001515660707c010f4c73a60001f5 2,711 1.00/1.00 vMB 13
Previous 10 blocks ↓
Total Size: 782.77 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: 709.42 GB
    • Received: 16.91 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.