Loading Tool

Explorer IconExplorer

Memory Pool

77,043 transactions
28.62 vMB
0.06330436 BTC
Random Selection Loading Transactions
Max Size: 173.63/200 MB

Candidate Block

Mining Attempt 9d20b7e865d75e7608a5a6e8a5f3f36d8d55fa44b6bf5ad0b64bc0787dcc53ae
Version 20000000
Previous Block 0000000000000000000143f54c636fd580cc96e321febc4ce4dd319dbdcb21a3
Merkle Root ba5104cf9b58e13ba0fe863bdd673ccf34c91e087e591e5b94a5739f81dd49c0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,848
Size: 1.00 vMB
Total Fees: 0.03210690 BTC
Feerates: 301.60 > 3.22 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,094 (348,439 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
566,655 566,655 0000000000000000000c31ce037168f34162290496b42a40084412dcd2327fee 880 0.68/1.00 vMB 8
566,654 566,654 00000000000000000010dc6efccb946b8c87987f9c0b79f117b0dd2336a09b31 2,942 1.00/1.00 vMB 16
566,653 566,653 000000000000000000197b747711711251523681018f19269c66e121ac51552b 3,098 1.00/1.00 vMB 32
566,652 566,652 00000000000000000009380c257493e77e67b4e7bbc4aadb210f646ac79816f8 1,986 0.90/1.00 vMB 10
566,651 566,651 00000000000000000019991cca18d43c120cbbb39ae9dfd756313383bbf22b50 2,954 1.00/1.00 vMB 22
566,650 566,650 00000000000000000009201b089474a2978b7b1df36a7d85bd0759c4433f4a04 3,068 1.00/1.00 vMB 33
566,649 566,649 0000000000000000002480df5e70a36160ad3cffe698c59fa121483100ae3aa4 1,376 0.94/1.00 vMB 10
566,648 566,648 00000000000000000018fd068ac636d6d204c8208a0f9b6f8231dcd3b7bc1bd5 1,331 1.00/1.00 vMB 7
566,647 566,647 0000000000000000000e7e4bc5c53673f1c71b59f36f964a287617cc4117ee61 3,061 1.00/1.00 vMB 23
566,646 566,646 0000000000000000000fd8e1b732caead745bd0ceb79d9f636cf2cc5f9c0d9c0 1,293 1.00/1.00 vMB 10
566,645 566,645 0000000000000000002ddd47813d649ec53459f153f7e6d6a2eafa661d1c7ce2 2,306 1.00/1.00 vMB 18
566,644 566,644 00000000000000000013389255e6db77c2037371f695c5130040a88b26e2cf03 2,276 1.00/1.00 vMB 9
566,643 566,643 000000000000000000192ede5a4a0fb171f0d47a7be9348a6e92ff9af9df3bd5 3,074 1.00/1.00 vMB 16
566,642 566,642 0000000000000000001c0689235c359eac48b982830223e66ae5a71faf44a03e 2,198 1.00/1.00 vMB 39
566,641 566,641 000000000000000000157d885b0f33bb7c2426de09c40a9317a2aafb441fbd4d 2,276 1.00/1.00 vMB 11
566,640 566,640 0000000000000000000a1693166d1348c2f362a2367ecdcd233410f061118573 1,249 1.00/1.00 vMB 13
566,639 566,639 00000000000000000008077b8601d125a8281f9de489aeced2c69622ff4141d6 2,510 1.00/1.00 vMB 16
566,638 566,638 000000000000000000018808d37256e0d35aa985a790e991d8c7f932df1a468a 3,467 1.00/1.00 vMB 26
566,637 566,637 0000000000000000001885aa7e8c900b701e3e9ef012680107a6e67c481d9231 2,784 1.00/1.00 vMB 34
566,636 566,636 00000000000000000011d8375ff00b2451fc95a33b22a46e5b46e2e484de2db6 2,518 1.00/1.00 vMB 39
566,635 566,635 000000000000000000122ba805af963ecbde3bceb7e864d60feb3325403a441f 2,826 1.00/1.00 vMB 18
Previous 10 blocks ↓
Total Size: 782.56 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: 669.96 GB
    • Received: 15.79 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.