Loading Tool

Explorer IconExplorer

Memory Pool

40,754 transactions
27.91 vMB
0.06347350 BTC
Random Selection Loading Transactions
Max Size: 143.23/200 MB

Candidate Block

Mining Attempt 74445ba9d154881f9d9704e4cb319cbdaaaff3f19039c548f7629cd68d61f233
Version 20000000
Previous Block 000000000000000000001575d499d27a6e9805527fd037e437eb755b38e6f4e7
Merkle Root ea49c64193ffaafff15d16ab1e2f60f8d47abfa8aee3cb52bd0344ff9563e707
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,686
Size: 1.00 vMB
Total Fees: 0.01005317 BTC
Feerates: 100.56 > 1.01 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,640 (97,091 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
817,549 817,549 00000000000000000000c945341c8f21824ebc4c19cba794c1fd93f29973b259 5,684 1.00/1.00 vMB 90
817,548 817,548 00000000000000000003ebbac2eb486b6a87397244d20798c873a7123e2c1b40 3,474 1.00/1.00 vMB 73
817,547 817,547 0000000000000000000347449a07940ce1049a67f17c478694349e2abe0cc118 4,506 1.00/1.00 vMB 105
817,546 817,546 000000000000000000013ee8f364b0f9e8ccdccf0f7f4b8358c9ad76d6aa4c4f 4,875 1.00/1.00 vMB 108
817,545 817,545 00000000000000000001c6b1dc3db3f46858c5c1fb8710235437dcc91ed6f8e4 4,370 1.00/1.00 vMB 77
817,544 817,544 0000000000000000000339bb225d430414c0af0736c3871119c0561cc6f2de30 4,226 1.00/1.00 vMB 135
817,543 817,543 00000000000000000002cac6992a3d2ce2823ea6f8be8ee72bbfe69950c57139 3,339 1.00/1.00 vMB 139
817,542 817,542 00000000000000000000a894840dd4d9adbefae891f868dd780760f64d51d72f 4,237 1.00/1.00 vMB 116
817,541 817,541 00000000000000000001d9ad0e5afb506c68e4eb1c793748c30fec315f6fec10 3,528 1.00/1.00 vMB 118
817,540 817,540 0000000000000000000303db33151fa0c808842f0cd8bd43083263ec044d4403 3,272 1.00/1.00 vMB 127
817,539 817,539 00000000000000000002765180d8761f159c1bafbd8835ed4dac286f89e9b5de 4,007 1.00/1.00 vMB 108
817,538 817,538 00000000000000000001f9ab5367b492e55e1002c7ce5069d29074b1e9d60470 4,118 1.00/1.00 vMB 113
817,537 817,537 00000000000000000001513451bcce1973dd205f0ecacb6167ec1e5acab6ae29 3,809 1.00/1.00 vMB 106
817,536 817,536 00000000000000000001a397c5d2ffd5fb05473eb758f0979b2599de0d03f7cf 4,107 1.00/1.00 vMB 134
817,535 817,535 0000000000000000000382de974daa8228d84b0aeffa1bc5a5e2864833426102 1,848 1.00/1.00 vMB 77
817,534 817,534 00000000000000000000932156ce65f28dcb8cf0f36d749203e0cce12f6a3fc1 4,374 1.00/1.00 vMB 116
817,533 817,533 00000000000000000001ecc553af4771b8c2e980d3a280b99826353bfcce9f8e 4,673 1.00/1.00 vMB 110
817,532 817,532 00000000000000000002837bc0a51b173661f5634a154652f27b317f3444dd61 3,165 1.00/1.00 vMB 128
817,531 817,531 00000000000000000002cd9f28c95f0a91794bfd9f3f94338ca1f0c546fd00f1 4,850 1.00/1.00 vMB 99
817,530 817,530 000000000000000000015ea5cb49b5d5b239566a1b16a37da8ccfb6efe470819 3,566 1.00/1.00 vMB 159
817,529 817,529 000000000000000000032de770f3830cf8a7be2cf36b00332195b91ab7b0b3cb 3,844 1.00/1.00 vMB 150
Previous 10 blocks ↓
Total Size: 781.75 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 631.72 GB
    • Received: 12.08 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.