Loading Tool

Explorer IconExplorer

Memory Pool

79,564 transactions
30.14 vMB
0.10618161 BTC
Random Selection Loading Transactions
Max Size: 180.26/200 MB

Candidate Block

Mining Attempt cb5d29ef3e143f04049d73afa18ab4d6d8ffa70ef7f088d8b06b0cd62c3ec2f5
Version 20000000
Previous Block 000000000000000000017cb93000a20c08f0fc639d471abc5ab7059c2109dbfe
Merkle Root 2e4d761fbaeda64bccfae7f5f43b3064e75e470728650dcffb790c1ff21a6ef2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,686
Size: 1.00 vMB
Total Fees: 0.03547007 BTC
Feerates: 151.00 > 3.55 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,145 (397,421 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
517,724 517,724 000000000000000000152657c5c787b1caa3b35d58b1dd8653ba152a90a9e0fe 2,050 1.00/1.00 vMB 5
517,723 517,723 0000000000000000001101767253c744d86113e7ad58e296729c4cfff2b089c4 2,960 1.00/1.00 vMB 8
517,722 517,722 000000000000000000478c6e7ad9d9eef9771ece4ae215587b4bb725c1314c73 1,382 1.00/1.00 vMB 14
517,721 517,721 0000000000000000001cfc65d23e8417939f36cb6045fcaf857fa2c7208e58b3 1,135 1.00/1.00 vMB 53
517,720 517,720 0000000000000000003805e84dd896ac9e5fc1cf1cbfb398adca6d271e7385f2 2,527 1.00/1.00 vMB 24
517,719 517,719 0000000000000000004d72fb7726d5381cadb773a3d086435a121a6f3582e83e 2,664 1.00/1.00 vMB 10
517,718 517,718 0000000000000000001318a334c7c55b84661faa4d3c36ebb82c1ca9c0323537 2,491 1.00/1.00 vMB 61
517,717 517,717 00000000000000000044edfb976653cedf4b43a69e673d428f9acb342a231f51 2,612 1.00/1.00 vMB 37
517,716 517,716 00000000000000000039fa784c6771f7c4d82f7ae46006093063ad61f679138c 2,266 1.00/1.00 vMB 23
517,715 517,715 00000000000000000021d7bb0a4aedcbeb38804915623df5037fded7f478218d 2,104 1.00/1.00 vMB 35
517,714 517,714 0000000000000000000e28622c0fd7d8bdd8f0029b99800b9790e5f15b5f5320 1,206 0.82/1.00 vMB 1
517,713 517,713 0000000000000000003376431f1927bec9cc690d44636f230ea22a6db5bbe6a5 1,750 1.00/1.00 vMB 14
517,712 517,712 0000000000000000001aa0704c2835fb0ca6d47c71d84ec3bad1d47240f0348c 2,973 1.00/1.00 vMB 13
517,711 517,711 00000000000000000017d8dfd1c813af7205ea23d07ccfea732b3875d043a11b 1,878 1.00/1.00 vMB 11
517,710 517,710 00000000000000000046ca628948b61f25a357c4da22bf3fb57012b6ba38d8f8 973 1.00/1.00 vMB 8
517,709 517,709 0000000000000000001c2ebcc374ecefae4d248198834cf70c8f6398051fe5cb 1,806 1.00/1.00 vMB 35
517,708 517,708 00000000000000000026651a7e8638c65ec69991d8f5e437ee54867adbf07c49 2,351 1.00/1.00 vMB 54
517,707 517,707 0000000000000000003de39f5ad668699c0cbc2236585d585f0d99e647b267f9 1,512 1.00/1.00 vMB 10
517,706 517,706 00000000000000000002098ab5e2ac4d5a6f9cc3cc8c764dcaecd5a9c6290523 1,674 1.00/1.00 vMB 42
517,705 517,705 0000000000000000002a7e7db0c86b604ece33ef21ac6f9bf5bec00825c10282 553 1.00/1.00 vMB 43
517,704 517,704 0000000000000000000c7277692c2516bdf8c01ae49a457ec570a75015b80540 515 1.00/1.00 vMB 72
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.53 GB
    • Received: 16.26 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.