Loading Tool

Explorer IconExplorer

Memory Pool

38,763 transactions
30.59 vMB
0.06589562 BTC
Random Selection Loading Transactions
Max Size: 152.96/200 MB

Candidate Block

Mining Attempt c177c30678b792f6be8db3ab8b9716c7fef95adb780f9f397e62569c6e3a84bf
Version 20000000
Previous Block 00000000000000000000e6ac51d863cefc44ebfdc8149c0a65a62577a0feaf17
Merkle Root e9c92597bb00fd0eefa3b91d9fc675448b93181c95ab07bd1ca1277ba3141245
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 875
Size: 1.00 vMB
Total Fees: 0.00412781 BTC
Feerates: 40.21 > 0.41 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,570 (228,614 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
685,956 685,956 0000000000000000000379707915538de62e2858d9a68f1e74e7f84044e6f05f 2,557 1.00/1.00 vMB 18
685,955 685,955 0000000000000000000cb123a7e539a7d4ea04c6053d243382cde5c46d050898 1,879 1.00/1.00 vMB 46
685,954 685,954 00000000000000000007d7bded1440b47682c226a1249d3a42f19b8ce6bcee1f 2,069 1.00/1.00 vMB 83
685,953 685,953 0000000000000000000713358048c275e7c8b503f8549d39e488b841ba798fbc 2,171 1.00/1.00 vMB 19
685,952 685,952 000000000000000000012b16d2641b91496ea7bf72eacf0f354aa117a9472fe3 2,358 1.00/1.00 vMB 51
685,951 685,951 0000000000000000000a76004763fc5435e4f65ab936e048bc5c8f9be8c235a4 2,284 1.00/1.00 vMB 49
685,950 685,950 00000000000000000007e98d5d3d9cf0d40096ae27cc2552a1d0f6826dd03635 1,419 1.00/1.00 vMB 57
685,949 685,949 00000000000000000005d09ac0c41a34b9d473eca1496060d8850dc906035af8 1,581 1.00/1.00 vMB 51
685,948 685,948 00000000000000000004f9afe04ae6406ec0de08d7a0fe28d6ce7a7426cf0c81 2,175 1.00/1.00 vMB 55
685,947 685,947 000000000000000000088576c56ee132e4f44d3af6c3e3c200c0bb1f9d0bd1a2 1,095 1.00/1.00 vMB 90
685,946 685,946 0000000000000000000a13e5b0cfefd478905ffe5a36ff824c5663edec3182aa 501 0.23/1.00 vMB 31
685,945 685,945 000000000000000000039cfba0fef4c262e0dbc18e1d546a30626ec973d117ff 185 0.83/1.00 vMB 3
685,944 685,944 00000000000000000004ef57b46c5b436b496114caa36faa8012b13197994051 1,173 1.00/1.00 vMB 3
685,943 685,943 00000000000000000008820df99f1e5c2ee41ee3a9a16addd2ecae6faba8023f 2,419 1.00/1.00 vMB 48
685,942 685,942 0000000000000000000afffd0e90880df9eb4302211081018833dcac5fe1809c 355 0.28/1.00 vMB 11
685,941 685,941 0000000000000000000bf63bff314a330024a88a2eb0d02fa0f9b9193df95513 1,349 1.00/1.00 vMB 6
685,940 685,940 00000000000000000005bf42eb88785640adfab1f5fb1b439b8b9f255faee1f3 2,486 1.00/1.00 vMB 54
685,939 685,939 0000000000000000000778b859378f04dcd09d083c3c30b44fd9250ce471f2db 755 0.40/1.00 vMB 22
685,938 685,938 00000000000000000005cfeed2a8d26610590e3d0a7b310223ad7a2b9c9794e0 489 0.21/1.00 vMB 24
685,937 685,937 000000000000000000070b24ec414f11216a1d40a524bd361e4b1f972922796b 565 0.24/1.00 vMB 33
685,936 685,936 0000000000000000000aae307e33c4128652de55baecadfdfe7a3f9e6c8040fb 1,154 0.63/1.00 vMB 27
Previous 10 blocks ↓
Total Size: 781.63 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 625.67 GB
    • Received: 11.61 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.