Loading Tool

Explorer IconExplorer

Memory Pool

27,433 transactions
6.77 vMB
0.08284115 BTC
  • 1 sats/vbyte = 8 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 47.98/200 MB

Candidate Block

Mining Attempt c1d4ae076adab031eccb0bc9d8263381395b9deaf2437b111b04cf303034c0ce
Version 20000000
Previous Block 00000000000000000001db13a5038c818e2c642acdc30ba571288676a4db9fe8
Merkle Root 5711bbbaa75cb545d7fc73ee18e44ffde6731da6b4f9787be845eab7e5858b70
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 2,377
Size: 1.00 vMB
Total Fees: 0.06362106 BTC
Avg Feerate: 1.21 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,013 (720,323 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
192,690 192,690 000000000000008563803cde12f73096e15b1fe79c10c2c32546052123ab6721 0.03 MB 66 124
192,689 192,689 000000000000080d5a90d66ebdccede2db8b5be23bcf04242cb4af527040859f 0.05 MB 119 77
192,688 192,688 00000000000000ea433cce365b4ca11d07ca1dd8f8fbbd676b3050b823824fdc 0.04 MB 98 106
192,687 192,687 00000000000005129d1643795fe37a47dcde471ca71fd2af56f5179fae9d8edb 0.03 MB 76 0
192,686 192,686 0000000000000750176a10b2a02ed397e1e610a16168a23513d19878e01ef226 0.02 MB 44 109
192,685 192,685 00000000000002e00482aa75d9d22212bdfdc088f5ede419eb2dced9da8ac6c1 0.22 MB 200 164
192,684 192,684 000000000000069bc8ee1949fef8bfb4002a0d6917ef4e9aac2578aa839d63f5 0.03 MB 77 475
192,683 192,683 000000000000038e4323477b9a768bf7230be10450cd71c4a389bd0f520d5f6c 0.18 MB 512 159
192,682 192,682 00000000000002e435f826b253f966b987d31e509e188e3b3730da48d3389916 0.06 MB 96 96
192,681 192,681 00000000000006e2be06aac14711198638e4cfbe3b8fbbf0eaa4c7bf63ad0816 0.08 MB 190 108
192,680 192,680 00000000000007a17e4f6f112ef58c38bf3404aed9377d4a6a143cd8c093f41f 0.01 MB 32 328
192,679 192,679 00000000000004f2b85c51e890bd7a445d7cbb16469c38447ab557c07eaafdc2 0.01 MB 22 83
192,678 192,678 000000000000052cd4d0f774bed3233554ff276c52bfadfbf391b48abb44b929 0.03 MB 106 252
192,677 192,677 0000000000000570a85fe3ddbb147c86580b411055f5e9f5e9be2f99946afc9e 0.06 MB 119 145
192,676 192,676 0000000000000342272e03f216a15b5ef0734259a11033fcab135dd490f093de 0.00 MB 8 15
192,675 192,675 00000000000003b3a6ea161b0b94d459ded2233f7588625aa649ac6aaeb43244 0.03 MB 65 127
192,674 192,674 000000000000044d8f4b7b1e2a5bcde5f09ab0dbd8b830cf1027ff5c523d4a33 0.02 MB 50 223
192,673 192,673 00000000000007612a04c805017796d324dfca215eb5198235a97f8cf74df089 0.03 MB 81 127
192,672 192,672 00000000000005a91f87c6febed5719b1228881ec69848744a4aed08ae8c29d7 0.08 MB 219 182
192,671 192,671 0000000000000643dc409fdbc1be7cbd059b3fc4bb6e391d955dd5c390cdff49 0.06 MB 125 207
192,670 192,670 0000000000000130f4ab8c08a9a4101ba7d4b8ef705618d3ebb95fb384a4937b 0.00 MB 8 108
Previous 10 blocks ↓
Total Size: 778.86 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: 393.74 GB
    • Received: 3.54 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.