Loading Tool

Explorer IconExplorer

Memory Pool

78,078 transactions
28.95 vMB
0.07863635 BTC
Random Selection Loading Transactions
Max Size: 175.57/200 MB

Candidate Block

Mining Attempt f1f49e9ce84f3ec6cac19680e061786f119598930b8e0ebf23dd005e402f1a24
Version 20000000
Previous Block 000000000000000000015c2f9dfa0c74d1f310284e6448425037dce28d0417a8
Merkle Root f4ab71a036185f890a90d51f01d5172211f1dac790d571cd8d499693a1dfb8d4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,459
Size: 1.00 vMB
Total Fees: 0.01831174 BTC
Feerates: 100.81 > 1.83 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,157 (276,145 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
639,012 639,012 00000000000000000003ecd163c6047a1621fb4091492288bdd67c632bc61953 2,165 0.88/1.00 vMB 17
639,011 639,011 0000000000000000000d48568876d7a631bf70bb2739b97f386f76be187afd97 260 0.09/1.00 vMB 30
639,010 639,010 0000000000000000000eca55a5a49f57d25f23882fdfe64a6331c1e77d2c928b 2,063 0.77/1.00 vMB 18
639,009 639,009 000000000000000000019701e0b036235b86ebc60a74c7f35b100f2c27abc5a2 1,601 0.71/1.00 vMB 18
639,008 639,008 0000000000000000000e54c2c9acdbefdfde30fd10199a22c3ee62b3ab1c5373 264 0.14/1.00 vMB 15
639,007 639,007 0000000000000000000c105535737a3e54cb800c14259d48c60c8431c861369b 136 0.10/1.00 vMB 11
639,006 639,006 000000000000000000027893fe18b5f3bf92ef981b96e04a9a2a89b2b3edc3a2 1,875 0.68/1.00 vMB 9
639,005 639,005 000000000000000000058c6b6a49cacb971e38fcbd3a4001c4a9f2d66eb3d4c2 2,611 1.00/1.00 vMB 23
639,004 639,004 00000000000000000009a4fa691194c563d2c62c75024dbb6d66ad28f6bb722e 1,358 0.55/1.00 vMB 16
639,003 639,003 0000000000000000000bc9e523fdd0f1d8bad83f6a43a2a8b937a72ff4f008cd 1,597 0.90/1.00 vMB 9
639,002 639,002 00000000000000000003d136c59e13b81320dd1a70f13d567a70798b75b4d7b5 2,328 1.00/1.00 vMB 4
639,001 639,001 0000000000000000000ce20c3cbc133dda0b6a908cb5aa7e5c12aa0e52a8b419 2,782 1.00/1.00 vMB 29
639,000 639,000 00000000000000000008fb2b1fd6e9935eca0329793d2774c37935486e4ca3f3 1,453 1.00/1.00 vMB 14
638,999 638,999 0000000000000000000d23460e4c6641d57719754731d4bb4964d6fb78d7e515 2,910 1.00/1.00 vMB 36
638,998 638,998 00000000000000000004ddd3e70e61fce69a5aa546a9da73781145295780ef65 2,255 0.76/1.00 vMB 15
638,997 638,997 00000000000000000002a8ed3f09d9c4b4977806a5dbed2dcd4dfe8572893053 746 0.26/1.00 vMB 16
638,996 638,996 0000000000000000000bb53b1215d29a6aa38a193b51fc43fa7c9af43e7a3f07 156 0.09/1.00 vMB 21
638,995 638,995 00000000000000000009e0b5fefae90fb6b853269af68483e3200ed395eabb41 502 0.16/1.00 vMB 19
638,994 638,994 0000000000000000000eb0e557c6c1f0acba82052aa69466f6833667646f2471 1,081 0.36/1.00 vMB 17
638,993 638,993 00000000000000000006f1d2001a1491aa77c61a7caf19abbf856a17784f0d42 540 0.20/1.00 vMB 16
638,992 638,992 00000000000000000002f9460258aec4d569c4ffd9f655c26eabfe4037dcb675 1,694 0.60/1.00 vMB 7
Previous 10 blocks ↓
Total Size: 782.67 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 673.09 GB
    • Received: 16.38 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.