Loading Tool

Explorer IconExplorer

Memory Pool

72,975 transactions
28.32 vMB
0.06531502 BTC
Random Selection Loading Transactions
Max Size: 167.50/200 MB

Candidate Block

Mining Attempt c7c8302daa3417e3a22fd1f006701c2a49798ca25ae35b6f71e5e721254d7070
Version 20000000
Previous Block 0000000000000000000079c58af6a2b359f3e886cb8feb18ed0cb9582a110279
Merkle Root 5f8b18c8c36373e41a7b4b24cc05fc5b1e396bda1cd1d16a85262f7402559668
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,150
Size: 1.00 vMB
Total Fees: 0.00853434 BTC
Feerates: 48.75 > 0.86 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,042 (429,953 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
485,089 485,089 000000000000000000c534f51b748d174c896b9c115e1ac6d7dcb688848ee016 931 0.35/1.00 vMB 118
485,088 485,088 000000000000000000178648b3a3b1b40017f8547f6ecb8a6147b530dc372c87 2,128 0.94/1.00 vMB 95
485,087 485,087 000000000000000000dd5d741f0b208c8271aa8c207f96fb23ef6ab06cf3d0b2 956 0.36/1.00 vMB 141
485,086 485,086 0000000000000000011c1bfc93e3598a2eaab561c8fb5037cac60bc8e0619703 386 0.15/1.00 vMB 83
485,085 485,085 00000000000000000094ad2d488d8613af88ff6370c5a91248444c2206585cdd 440 0.19/1.00 vMB 80
485,084 485,084 0000000000000000005c4aee555025e191c8968abd07b03b53be40b103f3a0a4 1,676 0.88/1.00 vMB 33
485,083 485,083 000000000000000000427219aa8b931acb167f582e9b9c5e44d033444a5ac178 2,373 0.99/1.00 vMB 118
485,082 485,082 00000000000000000114f76e1fd3e0d803c4726254cab82f86c87ee392a70124 1,344 0.82/1.00 vMB 67
485,081 485,081 0000000000000000008a8b70cce20a6a13c2cabb94ce8bbef3080dfd23c3788a 1,006 0.39/1.00 vMB 109
485,080 485,080 00000000000000000092eeae6cc8ba41197871aeb4ade0af052ad8163372bc0e 79 0.04/1.00 vMB 154
485,079 485,079 00000000000000000026accdaa250b33df52fcd3cf3b80d3328ee59d88713315 824 0.38/1.00 vMB 91
485,078 485,078 00000000000000000008899748a7caac65a83ad032b98f0d66299daf4d56e1a4 522 0.21/1.00 vMB 79
485,077 485,077 00000000000000000023fd4ed9a7c26a7d7aff229298fb4f3432d12932ffdbbe 400 0.14/1.00 vMB 32
485,076 485,076 0000000000000000006b1fd6737fcba9291d452b8d100888c0b066d141ad7df8 613 0.29/1.00 vMB 128
485,075 485,075 000000000000000000e45bfcf6b385366246d0a1186aacea82823e1b3d9251ef 769 0.40/1.00 vMB 71
485,074 485,074 00000000000000000053be07ef6c4b4090614873c723feb9afcf852c34c0f70d 1,163 0.44/1.00 vMB 101
485,073 485,073 000000000000000000f25a5761708229a2eb2d05ae2897e9b77f40bb0b73ebf1 2,200 0.95/1.00 vMB 66
485,072 485,072 000000000000000000e4efc1e39a3183ff81412395adae69134709ddf6a55880 1 0.00/1.00 vMB 0
485,071 485,071 000000000000000000f29c79bf6498f9195e182ab29057196a5ad53e47930cf3 1,039 0.46/1.00 vMB 132
485,070 485,070 0000000000000000006e57629689c9c30e6845ff9f44641d3330a9ba386b4fb5 1,068 0.44/1.00 vMB 26
485,069 485,069 0000000000000000001c4aaa7fd927ba6a9d089f71db6d69f4d1c10b2f1627d7 2,203 1.00/1.00 vMB 72
Previous 10 blocks ↓
Total Size: 782.47 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: 667.96 GB
    • Received: 15.33 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.