Loading Tool

Explorer IconExplorer

Memory Pool

45,585 transactions
27.50 vMB
0.11040443 BTC
Random Selection Loading Transactions
Max Size: 143.91/200 MB

Candidate Block

Mining Attempt 4e78a8aa8842dde2570c035ec94d7e32593daf6c1c5059a8fa8223ec7bd24f2c
Version 20000000
Previous Block 000000000000000000013d1b293536ab82134f325a16ee38fb06a5a60fa57fff
Merkle Root f6b290adce77c3b6da67f0e40fbdbafbf0fabd864e75b8e1c676bddcf38de559
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,643
Size: 1.00 vMB
Total Fees: 0.05026169 BTC
Feerates: 151.01 > 5.04 > 0.73 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,876 (250,069 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
664,807 664,807 00000000000000000006ae14674747fb32e49b5e2df542a89690dec057bcc911 1,905 1.00/1.00 vMB 96
664,806 664,806 00000000000000000002fd2f73fd12c54593c3c50ee84edf8149adcd8fe7122b 3,056 1.00/1.00 vMB 118
664,805 664,805 0000000000000000000c29a6b7129b48c8f190a62e308c99b31314eaa63a6cff 3,022 1.00/1.00 vMB 62
664,804 664,804 00000000000000000007a54008996747560e4e13ae1d1e04392a62ae2b3be40f 2,510 1.00/1.00 vMB 86
664,803 664,803 00000000000000000004f67a718491d06d60dd061dd65998388ad8755aaf9072 2,544 1.00/1.00 vMB 86
664,802 664,802 0000000000000000000618775c8e7d5aabf2ea175a6b7df2832910ee982582c7 3,118 1.00/1.00 vMB 109
664,801 664,801 000000000000000000071bc5868cbdafcc0af33b86b0105a439fbb4513bab117 2,216 1.00/1.00 vMB 92
664,800 664,800 00000000000000000005c4c0cab9e6db3fc22b11f570dc8b7f6bab7e1e1291a6 2,135 1.00/1.00 vMB 95
664,799 664,799 000000000000000000024b4ba5639db2e67ff1b361c7530d3a2a1fff70e39f17 1,332 1.00/1.00 vMB 89
664,798 664,798 0000000000000000000569ad530798f93eabcac5168caa468ac6a0a9fc810ec5 2,702 1.00/1.00 vMB 99
664,797 664,797 00000000000000000009cf2a1bcb4e1812d3ef034f5b58b8521ad4700019bf9e 2,961 1.00/1.00 vMB 105
664,796 664,796 00000000000000000007898386a609e098c40d49b8d679390d6ca7a5e5fe7c49 2,455 1.00/1.00 vMB 98
664,795 664,795 000000000000000000039a7904b3eb00dd5015b4c96aba2c1833249f15fd294c 666 1.00/1.00 vMB 95
664,794 664,794 0000000000000000000e37b509433375af4cd0e6c466311cc47c8be064c0d101 1,523 1.00/1.00 vMB 102
664,793 664,793 000000000000000000083af06e3124c8b355919d3a124f8ae54e43bcebe77923 2,851 1.00/1.00 vMB 111
664,792 664,792 000000000000000000061eecb17698b35153458627ff777a5494044f851785e3 2,455 1.00/1.00 vMB 30
664,791 664,791 000000000000000000039d8b01276747f0b2007dd6c79cb801f7ef601f3d1e3b 2,772 1.00/1.00 vMB 38
664,790 664,790 000000000000000000064080280f456b6687ac81d698c489e7ee13832d8745f2 1,080 1.00/1.00 vMB 91
664,789 664,789 0000000000000000000470cc755a3a4d7d2a429419c7a313c87a425e1751d5d9 2,755 1.00/1.00 vMB 99
664,788 664,788 00000000000000000004813803a938a06d33748ce0911cabd11733da999874f7 1,948 1.00/1.00 vMB 37
664,787 664,787 000000000000000000090ac7da2003dfc0637487b3eb92625d27ad026b5a3aa0 1,860 1.00/1.00 vMB 38
Previous 10 blocks ↓
Total Size: 782.17 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: 653.50 GB
    • Received: 13.91 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.