Loading Tool

Explorer IconExplorer

Memory Pool

38,710 transactions
28.25 vMB
0.06554821 BTC
Random Selection Loading Transactions
Max Size: 143.30/200 MB

Candidate Block

Mining Attempt 0f7bf26f777d47990f3b1c3b5d3f09a44002c420cecb632859307796ef9fca8d
Version 20000000
Previous Block 000000000000000000020f1ada729f1f24450fa91e9e63179a4d50787a222e65
Merkle Root 107d8db7b82852bdd8afcbb1e0cda5d601efafb9ec539ae112454ac07d83c8cc
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,697
Size: 1.00 vMB
Total Fees: 0.01139162 BTC
Feerates: 150.80 > 1.14 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,601 (210,663 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
703,938 703,938 0000000000000000000e244f93f37439220b6ffd35b5406eb5642212afb9c7dd 2,195 1.00/1.00 vMB 12
703,937 703,937 00000000000000000003c445aedf5a40f48ea395907ea18f9e60b99bf1c31c4f 1,317 1.00/1.00 vMB 9
703,936 703,936 0000000000000000000b554b35fe00465ce5ccd8936e28270fd270c8e9156410 3,220 1.00/1.00 vMB 24
703,935 703,935 000000000000000000083335e4d0991b206a20001b901771ca6342d52344462d 1,505 1.00/1.00 vMB 12
703,934 703,934 0000000000000000000864a27ad0d3cab1c38f5ed3318a1dbd7d4edf537a48d8 2,563 1.00/1.00 vMB 23
703,933 703,933 000000000000000000071357ddd6aac7e43ddff64973430f28edfd57e2d4a2ba 1,459 1.00/1.00 vMB 19
703,932 703,932 000000000000000000073912ecd8e4d2c45adc44da53a3d3732f958545b0cdca 2,722 1.00/1.00 vMB 19
703,931 703,931 00000000000000000001f54c0e35238082311131042196aefe336b3388b7a57c 2,688 1.00/1.00 vMB 38
703,930 703,930 0000000000000000000de523f000ed0bc23fce0c37a6baaedb9d3a9bed1429d2 2,350 1.00/1.00 vMB 16
703,929 703,929 0000000000000000000a31003408a10b90c892a86e683640902f6aa18a1c958d 3,046 1.00/1.00 vMB 19
703,928 703,928 00000000000000000008fe5a1aa9cc9c4a8b4b62a09cba1e44bb43edbfb3e37a 1,110 1.00/1.00 vMB 18
703,927 703,927 000000000000000000029184335057c5bf9ccc318927802b446d5b46adeb4d91 1,843 1.00/1.00 vMB 21
703,926 703,926 00000000000000000003ecde26584222615384ebae8b629b9ddc4cb819f23487 2,843 1.00/1.00 vMB 23
703,925 703,925 00000000000000000008f3658ddd5ce9a7c2815df7bcee0cc09d4d460c7170e0 2,963 1.00/1.00 vMB 30
703,924 703,924 00000000000000000009ded0d642b3cf2cf5fdd6e82df72caef5413c8eb18efd 1,952 1.00/1.00 vMB 15
703,923 703,923 00000000000000000005c4d70bca779838749388fa26074c97c54fb71fe2ce21 3,485 1.00/1.00 vMB 6
703,922 703,922 0000000000000000000524c4275fa5e286c350a72f6145d0c05756a585b7b020 2,811 1.00/1.00 vMB 8
703,921 703,921 00000000000000000004d780d299b3d098042035c73f0dd2c13d276e41f4be6f 3,091 1.00/1.00 vMB 9
703,920 703,920 00000000000000000000b4229f8d4c87c4146509343376bcb1271d8c5925c87b 3,138 1.00/1.00 vMB 12
703,919 703,919 00000000000000000007ad402088854d7366703ea88218b7e2c2410ff53a69da 1,810 1.00/1.00 vMB 13
703,918 703,918 00000000000000000000378c462de55c7d73cca99e951ee0b1994709655fd750 2,168 1.00/1.00 vMB 12
Previous 10 blocks ↓
Total Size: 781.69 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: 628.68 GB
    • Received: 11.82 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.