Loading Tool

Explorer IconExplorer

Memory Pool

73,005 transactions
28.19 vMB
0.07300869 BTC
Random Selection Loading Transactions
Max Size: 166.84/200 MB

Candidate Block

Mining Attempt 8a21913b953501ecf62e3c741954a13b53de3b908d2e1399a2f2d0c12ca4ca7b
Version 20000000
Previous Block 00000000000000000000bd4ee2b85ebdeedc5960d897199cff187ab220c742f0
Merkle Root 8338dba9df15730e6f84183dd3a92751cd0492856c4b7b2706711886f88b51d4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,062
Size: 1.00 vMB
Total Fees: 0.01654116 BTC
Feerates: 157.46 > 1.66 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,036 (262,089 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
652,947 652,947 000000000000000000028482624b74d1ed0460c46833238c743bf722cbe208d8 1,234 0.51/1.00 vMB 39
652,946 652,946 000000000000000000046925ba25fe4873d1e5534ee0ce5ed25c62b6b54363a8 2,139 1.00/1.00 vMB 21
652,945 652,945 0000000000000000000da214b0f7151eeb7590c73789ffea22e4e8d48a02292c 2,058 1.00/1.00 vMB 46
652,944 652,944 000000000000000000087e4a56a6a42dbf3b8dbbcf50bfd55de1ff31ab08ee9a 2,908 1.00/1.00 vMB 67
652,943 652,943 00000000000000000004821d24a6f5281cbd96d812f4387eae6332920ae42843 898 0.41/1.00 vMB 42
652,942 652,942 000000000000000000034630b7916060d47fd01ef1e521d84e78376ab6ba8a93 1,897 0.93/1.00 vMB 36
652,941 652,941 0000000000000000000d69c79932624c9a47fac73fe026e22f334ad4ec93ccda 837 0.34/1.00 vMB 44
652,940 652,940 00000000000000000007b83cd13d45679842a9cb7a55a522f2ea7af70df37dd1 1,201 0.57/1.00 vMB 54
652,939 652,939 0000000000000000000e0b1c2b551b5af01bd89b1b143fa1419888d7c86fd62d 1,936 0.93/1.00 vMB 29
652,938 652,938 000000000000000000007f999b0abb324e538bb8ff2f90035baa54c23a933c75 2,092 1.00/1.00 vMB 54
652,937 652,937 0000000000000000000e3dcc64523c76e6febf5648de9597f151580c5ad4b6fd 771 0.27/1.00 vMB 50
652,936 652,936 000000000000000000016e6ac38f5f4ac903884c3f2262b4739491720ec90be2 2,262 0.91/1.00 vMB 43
652,935 652,935 00000000000000000004aba4215a0a494d25bc31f01014fa41bb74f082824146 1,113 0.56/1.00 vMB 41
652,934 652,934 0000000000000000000da7f0c16a6db8e3af19212f40bf132049f50d8e7260f4 1,833 0.71/1.00 vMB 43
652,933 652,933 0000000000000000000986324a5e6409f89e9a2b06857bd1d3e09c17396d9b8d 593 0.22/1.00 vMB 18
652,932 652,932 000000000000000000055e22b020acc7481293900258dbac75459c9332a93fc7 2,571 1.00/1.00 vMB 54
652,931 652,931 0000000000000000000b10bb8816a33eb6a1dac76c40e7535853586ac143e0b1 1,117 0.99/1.00 vMB 11
652,930 652,930 0000000000000000000bb7a638fce7df9d5462e7b699c84c87b6f55973a21a13 1,386 1.00/1.00 vMB 22
652,929 652,929 0000000000000000000a08d2ccdbe7831c2c4cf80e367b6f0ef94169dae3e098 1,384 1.00/1.00 vMB 5
652,928 652,928 0000000000000000000a41e104c194af2ac0a5cf974bce6541c75885935d369c 724 1.00/1.00 vMB 5
652,927 652,927 000000000000000000021a545260b574990399b1cc9ea8b8989e849b61755a7d 2,182 1.00/1.00 vMB 6
Previous 10 blocks ↓
Total Size: 782.45 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: 667.52 GB
    • Received: 15.26 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.