Loading Tool

Explorer IconExplorer

Memory Pool

40,058 transactions
26.41 vMB
0.05640434 BTC
Random Selection Loading Transactions
Max Size: 137.64/200 MB

Candidate Block

Mining Attempt 6e305b66e83f3a770a6704d4482e4c98c83a9e0433a630422bebcf91adeb8637
Version 20000000
Previous Block 00000000000000000000d4a518e70dcf6645c40c788678282cd7f9e240afc9e0
Merkle Root 7c3b2409c86c7313066d4c5a8111d433f07aa7a33b2a23cfe6986bf3f4f8a421
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,402
Size: 1.00 vMB
Total Fees: 0.00787220 BTC
Feerates: 50.27 > 0.79 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,912 (21,234 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
893,678 893,678 00000000000000000000150dd8ac3da159cc0bde352b342d01605beba932edda 3,445 1.00/1.00 vMB 11
893,677 893,677 000000000000000000000bdca90df50803df50fe84389e51c0a63cd87eab14dc 4,250 1.00/1.00 vMB 13
893,676 893,676 00000000000000000001b8543fb5c5558e5bb5aaf09edb2b8b38fa689272b16c 3,758 1.00/1.00 vMB 17
893,675 893,675 0000000000000000000140ba332dc447c5a3abd82662ddea673e192a89a1e4c2 3,736 1.00/1.00 vMB 17
893,674 893,674 0000000000000000000137f3709c4983eb96a7c0c97528c616d792eea890b755 4,179 1.00/1.00 vMB 15
893,673 893,673 0000000000000000000198621c1333a9d289b46ba09ecaad56bc6a84ecdbf3ab 4,689 1.00/1.00 vMB 17
893,672 893,672 000000000000000000008f548364e2b7e5afbd2250d737c19d579a840e7600e3 4,018 1.00/1.00 vMB 18
893,671 893,671 00000000000000000002154fe09ce9f47ab04e50ff0d50ddcac207333d56bdb5 3,738 1.00/1.00 vMB 20
893,670 893,670 00000000000000000000fb39fd5c940db663669a74e60ae46d79601a373b39d8 4,056 1.00/1.00 vMB 26
893,669 893,669 00000000000000000001103dccc2f67c00c60c5653dad7218a6bd219a0c9f898 4,803 1.00/1.00 vMB 21
893,668 893,668 00000000000000000000381d22b461cd023a402726e2ea66cd0031e0c9bf1edb 4,728 1.00/1.00 vMB 27
893,667 893,667 00000000000000000001072e9c86cd72b46f8f4afcf88690afba3be96c71578f 4,770 1.00/1.00 vMB 24
893,666 893,666 000000000000000000000ce8c2a4cfdd0eda65ea478708a78a9542436141ecc6 5,500 1.00/1.00 vMB 22
893,665 893,665 000000000000000000014d3593f749dbd304ccf2683771728411a9370dc97db9 4,879 1.00/1.00 vMB 27
893,664 893,664 000000000000000000000e14361358a5baf082a2cb673c7f7ae963e4e1bc6835 4,778 1.00/1.00 vMB 22
893,663 893,663 00000000000000000001140179aac9a9a18ce01acf65b9851316c6a6f6e363df 4,957 1.00/1.00 vMB 25
893,662 893,662 00000000000000000000db58d6d0f9982666416b7d26a68bbbd0555c6a7dd662 5,183 1.00/1.00 vMB 27
893,661 893,661 00000000000000000001fe55cd85706b522186e97d1b312f56ad551ec320740c 5,451 1.00/1.00 vMB 27
893,660 893,660 000000000000000000017b80fa08d8759786e0725acd5f86bdef2cb98a2f1461 5,242 1.00/1.00 vMB 28
893,659 893,659 0000000000000000000216c8c8dcf5d4c633f3b4e32ee05ccf6eb72038bb45bd 5,169 1.00/1.00 vMB 23
893,658 893,658 00000000000000000000d0c4d640c635dee495c7c3004777d022828e3c7ad7fd 5,402 1.00/1.00 vMB 15
Previous 10 blocks ↓
Total Size: 782.23 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: 655.02 GB
    • Received: 14.23 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.