Loading Tool

Explorer IconExplorer

Memory Pool

41,017 transactions
28.60 vMB
0.05899378 BTC
Random Selection Loading Transactions
Max Size: 146.69/200 MB

Candidate Block

Mining Attempt 30d4857fe53b7e96b9e9aba525b7d992fc85034ceac91c6a27cb683a3c3d8615
Version 20000000
Previous Block 00000000000000000001e8eea2fc217de15f4d40d8c46e346c3a22c6ea1dbb3a
Merkle Root 3a486ce697e97c4723bc5ed3486f6a2a924afc8e9df4814c931a5aaede57c4a4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,004
Size: 1.00 vMB
Total Fees: 0.00373373 BTC
Feerates: 30.21 > 0.37 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,619 (309,845 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
604,774 604,774 000000000000000000087356b324e1db5de3a0d1026311c87bb40e1603b53712 2,069 1.00/1.00 vMB 31
604,773 604,773 00000000000000000002359cb5db3ce2b7094f5f6ebd3e4a96ee7ae5ab5b6864 2,442 1.00/1.00 vMB 49
604,772 604,772 0000000000000000001047a9322b841263fe0b0c8e2f04f1ec17008d27fa00e7 1,165 1.00/1.00 vMB 78
604,771 604,771 000000000000000000056358ff0554c1f087c7e2a0541410c3936cbfd5c6d537 1 0.00/1.00 vMB 0
604,770 604,770 0000000000000000000806a72f1f3659c4a751255ee9ded388139c7debcffa1a 1,126 1.00/1.00 vMB 38
604,769 604,769 00000000000000000008f17888c81cab11ddedada9e4cc3c349acdeb713ac35e 2,373 1.00/1.00 vMB 32
604,768 604,768 00000000000000000010df2252e7ef77b61c8ca9023f19cdb974e24d355a6403 2,438 1.00/1.00 vMB 40
604,767 604,767 0000000000000000000401b176fc06eee339fcfe949551377e4a5db9408b1949 1,889 1.00/1.00 vMB 31
604,766 604,766 0000000000000000000d29f24f877412cc46883ac7ab80ad54e7eb20bf79cefb 2,127 1.00/1.00 vMB 31
604,765 604,765 00000000000000000012f9517524e1f33be8e0c69feb0f485124ac827d16274b 3,073 1.00/1.00 vMB 38
604,764 604,764 000000000000000000054ed93aeb97b6d2cc8592afde8444096e3a343b618a9d 2,393 1.00/1.00 vMB 25
604,763 604,763 0000000000000000000057fc56842264181b889afa43ad419b304503e36b6c77 2,422 1.00/1.00 vMB 45
604,762 604,762 000000000000000000017ad15c379b22f5d1bddbc0a135f51907b44e9e7e604d 2,163 1.00/1.00 vMB 52
604,761 604,761 000000000000000000125647ac38c1ba8ecb9fd504dedf72f05c08774a86efba 2,575 0.87/1.00 vMB 20
604,760 604,760 0000000000000000000cf45a4469fd3f016122a5cdbce6a4c360c7e87454cce0 1,052 0.57/1.00 vMB 11
604,759 604,759 00000000000000000008acc212671216b4b72535d8e75a87fb5838e7574194b4 2,470 1.00/1.00 vMB 11
604,758 604,758 000000000000000000096c6f8b08253da57ac53799ee6638e895159753f251f1 2,465 1.00/1.00 vMB 6
604,757 604,757 00000000000000000001589123ee33c19e5a7ac8ac8f173867c8f877a7051d16 2,343 1.00/1.00 vMB 25
604,756 604,756 0000000000000000000963473bb6305d60444b1a33f5dd7e4b9e42f268e100ea 2,310 1.00/1.00 vMB 32
604,755 604,755 000000000000000000139681b610946218eaf91c521718724edc83472478deed 2,548 1.00/1.00 vMB 41
604,754 604,754 0000000000000000001521e26a0aa09a549dad33cfd8dc48207eb94aedd79aec 2,227 1.00/1.00 vMB 6
Previous 10 blocks ↓
Total Size: 781.72 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: 629.67 GB
    • Received: 11.94 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.