Loading Tool

Explorer IconExplorer

Memory Pool

79,003 transactions
29.46 vMB
0.06749079 BTC
Random Selection Loading Transactions
Max Size: 177.32/200 MB

Candidate Block

Mining Attempt 0b153ea0bcc19a9e63e7df4f711c7d57478a7f6b5642897c1f77f23b624acb12
Version 20000000
Previous Block 000000000000000000018695f041328e2b5529f23ff75f1df68b481c7c8526bc
Merkle Root 6d190d322791aad9e591206cae3a606eb31a7d0fd149900921afa67634d85af9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,379
Size: 1.00 vMB
Total Fees: 0.00757819 BTC
Feerates: 150.77 > 0.76 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,993 (270,163 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
644,830 644,830 000000000000000000096109bc44f76048a500303fdfface7496f01c7a7311d3 2,847 1.00/1.00 vMB 26
644,829 644,829 00000000000000000008df485e827024b16d6993655e4fecf1ee0b53d4c2ff18 2,452 1.00/1.00 vMB 61
644,828 644,828 000000000000000000046bfb7e272f1d7ebc9919644f477d0ba23e547abab20c 1,991 1.00/1.00 vMB 52
644,827 644,827 00000000000000000002387496cb438e502aa23e38a4fc72cc59c1359d49255c 2,252 1.00/1.00 vMB 20
644,826 644,826 000000000000000000065ce2dc6535c834c8e84347c77d7a996aa4a18d99e4bc 2,500 1.00/1.00 vMB 49
644,825 644,825 000000000000000000025cf37c570c42bb861245c018c9114570e3fad5eccbdd 1,836 1.00/1.00 vMB 110
644,824 644,824 00000000000000000002e14492e72922fe062c36dea77deb78ea9279358b7234 2,704 1.00/1.00 vMB 50
644,823 644,823 0000000000000000000260c248bbf8af62f561218b94282112b0b74ec2b0c7d1 2,331 1.00/1.00 vMB 72
644,822 644,822 0000000000000000000e945396af49cba7ddcc0d788bf58e58f417733286b257 2,196 1.00/1.00 vMB 25
644,821 644,821 0000000000000000000589a39adbcc684b7c9f6f793363dafc75e3f0f5f7f952 2,415 1.00/1.00 vMB 97
644,820 644,820 000000000000000000010bc2d74ef7199075b5ada02630a7d501a66d544e52c5 2,502 1.00/1.00 vMB 70
644,819 644,819 0000000000000000000deb10a785deef657542d7cac371a4c2fd556fa690c14f 2,280 1.00/1.00 vMB 118
644,818 644,818 0000000000000000000d3947160ea37247af6f4f2c2b4675b2118d989db8bf58 2,355 1.00/1.00 vMB 134
644,817 644,817 0000000000000000000ef0d74bfa38c16a3a2628356a4fe79cb6db31da4af614 2,698 1.00/1.00 vMB 135
644,816 644,816 0000000000000000000683ab30406a954f02f2d5f371f89fdd59f15e6cef865b 1,783 1.00/1.00 vMB 66
644,815 644,815 00000000000000000004d04c64abfe21628bfd415dc97e10bc8bf55a3f6a69b3 1,778 1.00/1.00 vMB 21
644,814 644,814 00000000000000000001891d87e65d623dd72c49f85efc3d25514f3d98ced80b 2,616 1.00/1.00 vMB 72
644,813 644,813 0000000000000000000f64a86f3d28615d9898d9ad0e359a117615733956d728 2,639 1.00/1.00 vMB 26
644,812 644,812 0000000000000000000126e3063c98be45bc94e3347debcdd8eade359e2d21ac 2,636 1.00/1.00 vMB 30
644,811 644,811 0000000000000000000251c4f2b972bcff21cb646e555e8f44b6ac38cf684324 2,075 1.00/1.00 vMB 74
644,810 644,810 00000000000000000005ff76eddfb068692b5ce7e657daee63bf4f6cfd45095c 2,708 1.00/1.00 vMB 93
Previous 10 blocks ↓
Total Size: 782.38 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: 664.29 GB
    • Received: 14.96 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.