Loading Tool

Explorer IconExplorer

Memory Pool

75,856 transactions
28.03 vMB
0.08779681 BTC
Random Selection Loading Transactions
Max Size: 170.56/200 MB

Candidate Block

Mining Attempt 61f905452cf72f27bd3cfb41d5c6e78312a4a8b9e2c01eaf086a6f39d9d0c544
Version 20000000
Previous Block 00000000000000000001dd92e066f2c7ec28252fbb6b5fa39f46ea7f85c79f17
Merkle Root 58a46a703423837f8efa3de0c60d9a2d514c60c1650c61cdf7458e1be45dbaba
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,768
Size: 1.00 vMB
Total Fees: 0.02759146 BTC
Feerates: 118.43 > 2.76 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,287 (500,879 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
414,408 414,408 000000000000000000dd9db92272465df2a07925fb1dd9b9bfe562a3f1bd0dc0 632 0.47/1.00 vMB 31
414,407 414,407 000000000000000002e951cb1a23930869b1513394dc79bd9606fbbfdcab1497 1,860 0.64/1.00 vMB 45
414,406 414,406 000000000000000000e51a831dba16ab70eee3fa33d3962cdee6b009e98f4c53 1,216 1.00/1.00 vMB 22
414,405 414,405 0000000000000000008eb7a46de4b3cb01acb23d688080f0acf2384207526d9b 2,328 0.92/1.00 vMB 57
414,404 414,404 000000000000000003332b323b9535db25cdf315978229f49567203b42c70e0d 683 0.32/1.00 vMB 60
414,403 414,403 00000000000000000123a9855aa86316bcc320fde2b83c6dd03f473a3f1aa65d 1,124 1.00/1.00 vMB 27
414,402 414,402 0000000000000000031e7686d098a95b8b8dd34db91eef4a1ab5308adf9d623a 422 0.22/1.00 vMB 43
414,401 414,401 0000000000000000000527796144f3bba462c33298de391cbaa0e30afd601342 1,758 0.76/1.00 vMB 45
414,400 414,400 000000000000000000f5c00d08aa7d5d4807f22476d7fcec77a35bac7dd1218f 195 0.10/1.00 vMB 61
414,399 414,399 0000000000000000006e56c739041340770d0acd36318aef9fc28f7464ff5abb 1,646 0.64/1.00 vMB 61
414,398 414,398 0000000000000000022f25144adc7ca677036e32599be681db1b9dc566bfffe9 1,018 0.81/1.00 vMB 38
414,397 414,397 0000000000000000039945e71f68b114976022bf41477e87ffe9e287bcb3fb89 55 0.02/1.00 vMB 49
414,396 414,396 000000000000000002c42fb28b26291058ea97a93f906d7cd951d2f59cc7e223 936 0.99/1.00 vMB 19
414,395 414,395 000000000000000003f6a022628ed14c4a73a403485d1d9d7e4bc6a9be43aefe 306 0.18/1.00 vMB 44
414,394 414,394 000000000000000000c69d1b750b8d1c7272afcf214e67801ebdedd53fc3e021 2,805 0.77/1.00 vMB 23
414,393 414,393 000000000000000001fe2e3fcbcb6af67fa58516e1e67db5033a5207d809bcaf 1,741 1.00/1.00 vMB 12
414,392 414,392 0000000000000000048f6eb7fedbdff76a4660f50d0f13ffcc01ccf8a30bfc5a 2,046 1.00/1.00 vMB 42
414,391 414,391 00000000000000000317e6e3144562a71d70f2ff6c23d94d3d6b1a7219cac21c 16 0.00/1.00 vMB 88
414,390 414,390 000000000000000000fcefc6641a0de8eecebc252b2f49ccc6b1fc8bcf55bcdf 2,159 0.99/1.00 vMB 61
414,389 414,389 00000000000000000029ee557e60d4a32ddf20db7b75325493890164a3e4c72c 1,829 1.00/1.00 vMB 32
414,388 414,388 000000000000000004e9446b80ed8ba18abd60c7d8019acc34bf7058b6f1d475 1,730 1.00/1.00 vMB 62
Previous 10 blocks ↓
Total Size: 782.89 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: 713.38 GB
    • Received: 17.36 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.