Loading Tool

Explorer IconExplorer

Memory Pool

38,716 transactions
28.28 vMB
0.07164071 BTC
Random Selection Loading Transactions
Max Size: 143.38/200 MB

Candidate Block

Mining Attempt 574cd40ba9fe3e231e14dd9c71c2f6eae0c28357dc39d45550f3a02167cbb969
Version 20000000
Previous Block 00000000000000000001b25de7d6b46a8948f214d3970d4d7cda994c93f61a8a
Merkle Root 594268229bb5b42634804b4d92cb864d6487d766e7f4e98932f11ae4fcc17f35
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,404
Size: 1.00 vMB
Total Fees: 0.01733049 BTC
Feerates: 150.93 > 1.74 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,611 (351,931 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
562,680 562,680 00000000000000000024b69b69a7e01ddfa8c96416144b4f24e9dc7847f1e0f8 2,067 1.00/1.00 vMB 30
562,679 562,679 00000000000000000005ef212309cc15f5fa8a91aeec4a029b45cae9fa49a27b 959 1.00/1.00 vMB 15
562,678 562,678 00000000000000000012308934cd906dd530ccbf1a0fde32b547b3b3efbb8d5f 996 1.00/1.00 vMB 15
562,677 562,677 0000000000000000000e898fd4b24057230a1d65af6c021a48a760885b108124 1,290 1.00/1.00 vMB 14
562,676 562,676 00000000000000000019a5a58b31177fce14b762c5481accc4163d17e8bd8ab3 1,534 1.00/1.00 vMB 25
562,675 562,675 0000000000000000002366b841afac1a776b9d42e6db83f1714658dbd283122f 2,190 1.00/1.00 vMB 27
562,674 562,674 0000000000000000000d90cff7fa1ec4ccae2b2390901f9e66e8d34b3afb5853 547 1.00/1.00 vMB 10
562,673 562,673 0000000000000000002860bcfb729e27247ed4fc7b41cf4229cfce401b2b1419 613 1.00/1.00 vMB 9
562,672 562,672 0000000000000000001cf36e711672e9890fe4e6ec550c0353eda5b744c1c2d6 1,869 1.00/1.00 vMB 24
562,671 562,671 00000000000000000018a31f2e7f50ebba8f4a02f9588e97ddb67359f63e3766 2,615 1.00/1.00 vMB 19
562,670 562,670 000000000000000000140fcc228d82685eba4f04d402f2ffcb05f54c0fbf2c7b 2,739 1.00/1.00 vMB 23
562,669 562,669 00000000000000000000e9c0e1ea30fca1d650b2958528469dfe90da8322896e 1,678 1.00/1.00 vMB 30
562,668 562,668 00000000000000000016b88c6a01a301037e26040610244ae65ebaf9dcafb85b 2,308 1.00/1.00 vMB 31
562,667 562,667 00000000000000000019b96967874684b63694ecf013d21d71b8084d90593d2f 2,476 1.00/1.00 vMB 37
562,666 562,666 0000000000000000001b1a09fa5694993d0eb3938d68d71e831e4ba804dc73d7 1,883 1.00/1.00 vMB 20
562,665 562,665 0000000000000000000c4552c452347aac4fec8ec33afcb8694a94dc740af78c 2,443 1.00/1.00 vMB 17
562,664 562,664 0000000000000000000edfab1b46f7ae9650322b393466744065107390894cb6 2,756 1.00/1.00 vMB 18
562,663 562,663 0000000000000000000ab1c99c0e336c24a8e794510610e6d11dacdc1d21e69f 1,780 1.00/1.00 vMB 27
562,662 562,662 0000000000000000002109767c500afcc31fee32a4f8494676fcfc64195742ca 1,622 1.00/1.00 vMB 31
562,661 562,661 0000000000000000002942a2f32e9321d60c35294dc5110a02d6711d110d2988 2,769 1.00/1.00 vMB 14
562,660 562,660 00000000000000000027bcb83021f6c1916b5d18b557983a91441706b57ec3fe 1,820 1.00/1.00 vMB 17
Previous 10 blocks ↓
Total Size: 781.70 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: 629.12 GB
    • Received: 11.87 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.