Loading Tool

Explorer IconExplorer

Memory Pool

46,306 transactions
28.87 vMB
0.14360146 BTC
Random Selection Loading Transactions
Max Size: 152.76/200 MB

Candidate Block

Mining Attempt 29e409a13c0d348b611db87dd1f2a8091593630a79e0c333ccac3d950539f5f3
Version 20000000
Previous Block 00000000000000000001d19b6080821c1c0b63cbe116d40ad8df3fda8218035b
Merkle Root 9168d4714ac8eebacc201fba2153c62d4d250577b055374858e21a9af11d940c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,513
Size: 1.00 vMB
Total Fees: 0.08125582 BTC
Feerates: 15,654.48 > 8.14 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,806 (206,283 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
708,523 708,523 00000000000000000000ec07ec7b75450ea675d122475c2b9411e77fce10d651 2,299 0.75/1.00 vMB 10
708,522 708,522 000000000000000000068334365c25935b3fb56b981bfec0e1e1e2f3e6536119 1,749 0.67/1.00 vMB 2
708,521 708,521 00000000000000000004aae9f20cb35a166d86961ce5f5aeb31297567ec0c2bf 2,842 1.00/1.00 vMB 17
708,520 708,520 0000000000000000000356da790ac14d2080eb2567fcde1530b2dbf2743c07a5 118 0.03/1.00 vMB 14
708,519 708,519 00000000000000000000c25ffd9d9629f3a14a06faaab824fb96793c68434784 1,598 0.60/1.00 vMB 10
708,518 708,518 000000000000000000013a993c874b344118f1a7256f3c3f5bac278a3cf615c4 1,911 0.65/1.00 vMB 9
708,517 708,517 00000000000000000003b67b5fdf866b2d5e86774fa9dd8806512bcd0e8cb2e9 2,843 0.90/1.00 vMB 11
708,516 708,516 0000000000000000000bc055b3358e9a8c37df0b341a454a172f20d1e9406663 876 0.25/1.00 vMB 11
708,515 708,515 0000000000000000000ba8fd75dfd0fd9f4d746d65f5d1f29b1871e96b73d8f2 1,581 0.59/1.00 vMB 9
708,514 708,514 00000000000000000005add6b0fc6322295bc02540540ab79520d748963adb96 2,105 0.70/1.00 vMB 11
708,513 708,513 000000000000000000022b4825656c08f555c566a823101626d0de24c9e85e5a 1,479 0.75/1.00 vMB 1
708,512 708,512 0000000000000000000831cde1249dddb431c24dfdffca143955e4d5bc2f4968 1,790 1.00/1.00 vMB 10
708,511 708,511 000000000000000000084fe9e5bae88387521dbe3502f2d3f36feade8ac97e4c 1,888 1.00/1.00 vMB 11
708,510 708,510 0000000000000000000b91956c2febee95b5ae86c39af3bb76d5785f8a79a819 918 0.34/1.00 vMB 11
708,509 708,509 00000000000000000004eb931f0e56d9e087523b0244260e9948fb6f8ffa5932 1,695 0.53/1.00 vMB 11
708,508 708,508 000000000000000000092b288effa6875391d5da13f09e6cd2e1b943cfd5d540 2,128 0.84/1.00 vMB 9
708,507 708,507 00000000000000000005a7052b8cd77309f9ef9b6ed447409bf9d23032a14226 1,496 0.70/1.00 vMB 11
708,506 708,506 000000000000000000081601afb5a663340a62e0df12b8d1c33bc0a4e57f436d 2,323 0.78/1.00 vMB 10
708,505 708,505 0000000000000000000bb3964a92cffee9cc31c7bb263c2c9cde08db72534500 2,150 0.79/1.00 vMB 10
708,504 708,504 00000000000000000006e7577162b1fd53863d28c4247ae7f96497750cd7ec1d 1,497 0.86/1.00 vMB 4
708,503 708,503 0000000000000000000165c5152e0f59d45a557f3fa754e07ae687ec27ad0d83 2,557 1.00/1.00 vMB 12
Previous 10 blocks ↓
Total Size: 782.04 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: 650.75 GB
    • Received: 13.32 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.