Loading Tool

Explorer IconExplorer

Memory Pool

75,895 transactions
28.05 vMB
0.08835944 BTC
Random Selection Loading Transactions
Max Size: 170.67/200 MB

Candidate Block

Mining Attempt c8fc2ef99cb6ec0dd15b1d6158eee73b877a66cd6420a85eda1b308eef5151a6
Version 20000000
Previous Block 00000000000000000001dd92e066f2c7ec28252fbb6b5fa39f46ea7f85c79f17
Merkle Root 43ee1537c5599c255bd2bd8ba3450d07274d007499a8bbbd230ed8b057b2faf2
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,188
Size: 1.00 vMB
Total Fees: 0.02800684 BTC
Feerates: 118.43 > 2.81 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,287 (500,885 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
414,387 414,387 000000000000000003fd2af47ef1898b4200ae0663cb971c9c4498fdb1c6e3b5 1,963 1.00/1.00 vMB 53
414,386 414,386 000000000000000001c5dd3619bfb6f05e48362abec01e4ac61806db6c2863c8 1,938 1.00/1.00 vMB 80
414,385 414,385 0000000000000000015ecab126fc2c456386448c0bb3c73ae64cc0de9e2ba95a 939 1.00/1.00 vMB 9
414,384 414,384 000000000000000004efc1e57cab74681b8b6442f6456d6de4b50e3dd7996f8e 801 0.31/1.00 vMB 38
414,383 414,383 0000000000000000020cb1795bd57559e0a6ebe9a727327d64a1fd23a8e371db 489 0.22/1.00 vMB 49
414,382 414,382 00000000000000000024b5a5449c300c5edf3a9c6b23d02495bf6ec2487977e3 1,899 0.80/1.00 vMB 51
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.