Loading Tool

Explorer IconExplorer

Memory Pool

78,836 transactions
29.22 vMB
0.08490552 BTC
Random Selection Loading Transactions
Max Size: 176.88/200 MB

Candidate Block

Mining Attempt 6d2faa285db970d571b4a2e4878fa31e7cca934c03dd1675a48234b304d87281
Version 20000000
Previous Block 00000000000000000000f174527a55589ee9a7d627506640aecc5089076e5f75
Merkle Root 34234e22c07ef93a639ea69d363a0cfa93f4f8d313a12471749d134210687ff1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,480
Size: 1.00 vMB
Total Fees: 0.02376418 BTC
Feerates: 178.73 > 2.38 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,162 (285,236 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
629,926 629,926 0000000000000000000fea16e4237eb8e11869fa084b88df880620b59e4e1e38 1,698 1.00/1.00 vMB 16
629,925 629,925 00000000000000000005dcf0f090c9952789ac7de939ccd7656e615d87ec1c49 2,594 1.00/1.00 vMB 31
629,924 629,924 0000000000000000000e750b1d719d141a885e77cda57a7063170239138d7c4d 2,346 1.00/1.00 vMB 80
629,923 629,923 0000000000000000000a8cb6ab36f88d4a9385982471beeb7481d2028670fc8e 97 0.02/1.00 vMB 39
629,922 629,922 0000000000000000000ebdf38c0b2c0fb410b6aadc1c8bb4a38c8ecaa3e829b1 1,519 0.75/1.00 vMB 38
629,921 629,921 00000000000000000000311d7438c13aa7cfe0b24b07b64331971c3eefc552b9 1,034 0.36/1.00 vMB 38
629,920 629,920 000000000000000000100653ee0b3d2abda85f871e0fcddb647d5fa24fabbc62 759 0.36/1.00 vMB 21
629,919 629,919 0000000000000000000a9cdfb32ac51fe8a1dcea8d171efabd77d5fc875939e9 1,684 1.00/1.00 vMB 15
629,918 629,918 000000000000000000015342913e700c8224c35db9f6af166ea3c43b9527477e 2,946 1.00/1.00 vMB 32
629,917 629,917 00000000000000000005c08299807b393044614a2366b859aebdcc12ef19f4c3 2,157 1.00/1.00 vMB 39
629,916 629,916 00000000000000000005367d00c3cd0708eeeaa64eb7c7ae2b2769521032e6da 1,442 1.00/1.00 vMB 31
629,915 629,915 0000000000000000000d21a821b04796862f1e2ef69c1ca50049c1b57f3111e2 2,272 1.00/1.00 vMB 69
629,914 629,914 000000000000000000094137107a288b24d4d2400ed56de99ec18a276b8873dc 1,799 1.00/1.00 vMB 85
629,913 629,913 00000000000000000000a22cc1466db43b1b3806710ad0949155579c2e8f895c 1,655 0.70/1.00 vMB 33
629,912 629,912 0000000000000000000eefc6c5189016d17f92d46a0a5f34e772f31fd5b10bc4 1,583 0.89/1.00 vMB 27
629,911 629,911 0000000000000000000643b51e346106429132a218236f255d349ba326a78bf8 1,099 0.99/1.00 vMB 20
629,910 629,910 0000000000000000000a36aa913a8ea0f3860a6598b7660e7b6daabddb1865d0 2,971 1.00/1.00 vMB 44
629,909 629,909 00000000000000000005606c74594c83762d7cd8c8f95631836acab8eb15ff35 313 1.00/1.00 vMB 6
629,908 629,908 0000000000000000000c585f9c2ee4511fc07d25ab578e76f5114a2577404e19 1,100 1.00/1.00 vMB 19
629,907 629,907 000000000000000000040eef3c1808140714b67a589fe3a8214eb421a995308a 2,041 1.00/1.00 vMB 30
629,906 629,906 00000000000000000003123a3fa6b0bba6c4fd9f8af9d598f21f72cc3628ad1a 1,044 1.00/1.00 vMB 17
Previous 10 blocks ↓
Total Size: 782.68 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: 678.89 GB
    • Received: 16.44 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.