Loading Tool

Explorer IconExplorer

Memory Pool

80,740 transactions
29.83 vMB
0.06802900 BTC
Random Selection Loading Transactions
Max Size: 180.06/200 MB

Candidate Block

Mining Attempt 2809e55cea2982b89569f14fcf5b217b810eabb068ec7beb7b48963cd65623d2
Version 20000000
Previous Block 000000000000000000017c2946f942e619550ccc2727f15be648c71ce8591f72
Merkle Root 216448bb68a6fbd38113336ce4327c972bcab6ee8a34ad2f721966a6c20d1b15
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,562
Size: 1.00 vMB
Total Fees: 0.00712653 BTC
Feerates: 34.33 > 0.71 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,977 (133,986 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
780,991 780,991 0000000000000000000133c1b6517bc62ae1ba92dca1194409ff9f89736b8c53 1,306 1.00/1.00 vMB 16
780,990 780,990 0000000000000000000537a66a590bfd25e97689938620f6ea0710b7e37eac8a 3,067 1.00/1.00 vMB 30
780,989 780,989 000000000000000000036752bbfbcbaa638f0a866a78241680b19745ef70fbf1 1,845 1.00/1.00 vMB 30
780,988 780,988 00000000000000000005e94ee4c1fc7b91b6b0bf27ac36637ea1e1c5fe280a7d 1,819 1.00/1.00 vMB 28
780,987 780,987 0000000000000000000231f200d5250c9b3c34d3285fc07186a25d3aa2328bc9 2,161 1.00/1.00 vMB 18
780,986 780,986 0000000000000000000452c1566758bf5e6b597dfa3fb1ffe623d7250da9eb1d 2,197 1.00/1.00 vMB 20
780,985 780,985 00000000000000000001d8772d7c8f534d468d1ebaa0987cd193b4d68029b0a8 489 1.00/1.00 vMB 6
780,984 780,984 000000000000000000019c4427cda0d7c4399db378cb364c65a727a5b642d7ba 849 1.00/1.00 vMB 8
780,983 780,983 0000000000000000000056472697e0ec71063fee145aecee9eefe99f2546d60d 895 1.00/1.00 vMB 7
780,982 780,982 00000000000000000004d7db817fb2714fafddf74ef608df2efccc47b2959b47 1,560 1.00/1.00 vMB 16
780,981 780,981 00000000000000000004ebd2c7669ca9a39abcfa38613bf80376533848ac692c 1,825 1.00/1.00 vMB 11
780,980 780,980 000000000000000000020e6d5a0299c2ce3c8b9d4b7cf00f10b8004d3187f7cf 1,015 1.00/1.00 vMB 12
780,979 780,979 0000000000000000000295724137ecc9bb46ab5f85af50e5b159b2dbb777b00b 1,626 1.00/1.00 vMB 18
780,978 780,978 0000000000000000000278cf5396b6f0ee5f125907534b33b192434947684ad9 1,549 1.00/1.00 vMB 10
780,977 780,977 00000000000000000002a695826bfd50621ea41c6c5babc3c07f7b6295e56287 2,051 1.00/1.00 vMB 15
780,976 780,976 000000000000000000016ba23f56cc600d2993ec1880d39e731dd1a68afa4fd2 1,253 1.00/1.00 vMB 19
780,975 780,975 00000000000000000002198ff00a80025bd229fa9c3788601288027c1d5d95b1 1,704 1.00/1.00 vMB 23
780,974 780,974 000000000000000000015e0d566bb1ee586dd7b05b44ed9a3d6deee8e4f2bfad 3,289 1.00/1.00 vMB 30
780,973 780,973 0000000000000000000286e3e8c5555e2fa39e0b1df7dd8e0a2743a4b2d7a9b1 3,181 1.00/1.00 vMB 35
780,972 780,972 000000000000000000015b3e69bdf45a0c05733cd29746c10098ff5a5dd3db28 3,113 1.00/1.00 vMB 34
780,971 780,971 00000000000000000005b7a88f4539a347c5ce4470ed7ba1f5f3ef9c905386d3 2,364 1.00/1.00 vMB 45
Previous 10 blocks ↓
Total Size: 782.35 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: 662.19 GB
    • Received: 14.84 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.