Loading Tool

Explorer IconExplorer

Memory Pool

84,690 transactions
32.77 vMB
0.08372875 BTC
Random Selection Loading Transactions
Max Size: 194.14/200 MB

Candidate Block

Mining Attempt 62bded33fcdff7cb24dfdd73af1ab3f9b7db692bbffd91405d5c659e0413cf9d
Version 20000000
Previous Block 000000000000000000006e53c1d269063e9b5743561e1feecf862e4f112c1fca
Merkle Root 987e21f9cad4d58ebfd8d07b5ace04301d23be1a48dc1e5ec847335e8745b8c1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,311
Size: 1.00 vMB
Total Fees: 0.01874996 BTC
Feerates: 120.64 > 1.88 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,949 (497,024 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
417,925 417,925 0000000000000000035f040298422cc41bb2ed483ac629d59d3ba42a83a57771 1,907 1.00/1.00 vMB 49
417,924 417,924 000000000000000003142a6fc5d9d609d2559a15dbbf349670a278946a44d99d 2,151 1.00/1.00 vMB 48
417,923 417,923 00000000000000000030c075e86f37b70f0601d2853582a56e463b62a4f96444 2,158 1.00/1.00 vMB 52
417,922 417,922 000000000000000002be74d052b51f459d39201aaaea224b83d7a8f9b1650a6c 2,186 1.00/1.00 vMB 65
417,921 417,921 0000000000000000017cfe8bf2cc718964e9f5b78eec93654fe4b9d99ab5e9c8 2,572 1.00/1.00 vMB 98
417,920 417,920 0000000000000000007545b287c15d823a9dc3ec6699717efe7c9ebd7625b163 1,050 1.00/1.00 vMB 22
417,919 417,919 000000000000000001b1582246b1e884baabe1ba2c6ff9872bfb7735ba6a5780 2,468 1.00/1.00 vMB 45
417,918 417,918 000000000000000003e8f5255088006c1ff0660bb74f1b2c20ce07e814de22ab 2,262 1.00/1.00 vMB 65
417,917 417,917 0000000000000000016743419de8278bc5127368b1ea5eb1401c0506588421e2 2,955 1.00/1.00 vMB 106
417,916 417,916 000000000000000003e132a9d4e5d105c17039239c49c137096a448603410229 799 1.00/1.00 vMB 23
417,915 417,915 00000000000000000288837b94a799cad695407030df1c52dd9a6be26035ebf8 1 0.00/1.00 vMB 0
417,914 417,914 0000000000000000035ef2485664a6efcb573dfd3cab4305723c660477dbde4c 1,876 1.00/1.00 vMB 45
417,913 417,913 00000000000000000377ed932d3f5d6e08f575e98ac40a070a89627bb9faa1fd 2,461 1.00/1.00 vMB 64
417,912 417,912 000000000000000003852d9fb541de527d9f3b9212cd5e037d7ae3b5e7b82d78 2,834 1.00/1.00 vMB 82
417,911 417,911 000000000000000002646b01b17e8e028c46bba78b28684b16da2016a1d238ce 726 1.00/1.00 vMB 23
417,910 417,910 00000000000000000500fa0b8948cb8704b4b9531ccbc1ff13e648b59fd37849 2,617 1.00/1.00 vMB 66
417,909 417,909 000000000000000004c3412e2a836b7e06e586089232f50ac5a4a788672faeb5 1,725 1.00/1.00 vMB 43
417,908 417,908 000000000000000004a5a02da133c8b44fcd238cbfd6598673b8247adb7ebb5a 1,051 1.00/1.00 vMB 39
417,907 417,907 000000000000000002ebcb612704488d7415206dda442dacd45e271d9aba4351 889 1.00/1.00 vMB 16
417,906 417,906 000000000000000004d56dd08a88ea4cf0d483b86e402d5876fbc1e54a6b9e7e 191 0.08/1.00 vMB 100
417,905 417,905 000000000000000002482b1856427d10e199c4081f1d0b185eb310d2c0aa17b4 773 0.40/1.00 vMB 58
Previous 10 blocks ↓
Total Size: 782.30 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: 657.38 GB
    • Received: 14.54 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.