Loading Tool

Explorer IconExplorer

Memory Pool

43,971 transactions
26.50 vMB
0.06023565 BTC
Random Selection Loading Transactions
Max Size: 139.53/200 MB

Candidate Block

Mining Attempt 32556e7fdd1a9587bc6790e145a7bad9d8b0a1b2e15926539733337bd7e3b984
Version 20000000
Previous Block 00000000000000000000e9fc36eb4e54258de385eba8454916da1a3a70de6bbf
Merkle Root 07c2ab7b0586f38c61a437e6c14429dd4f75e4be2f25e193f0919ca60be5a2c7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,984
Size: 1.00 vMB
Total Fees: 0.01158825 BTC
Feerates: 150.52 > 1.16 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,751 (427,131 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
487,620 487,620 000000000000000000b0edf616fa254fdd6b662dd622ed9db7932fec47d5322e 274 0.10/1.00 vMB 59
487,619 487,619 0000000000000000005e6b87ea6d67e24683ca1ae10f2c8d8c18f0f91caf205a 1,904 0.69/1.00 vMB 86
487,618 487,618 000000000000000000b59dfd2151be2349274dfb2ac3c581f567dcac84901499 1,590 0.85/1.00 vMB 78
487,617 487,617 000000000000000000c703564610fa21253d9076dd1d5e995832560c9fe525de 129 0.06/1.00 vMB 88
487,616 487,616 000000000000000000db091972e062e11bf5af08ad3cc189c85b9630fcbf98e8 1,430 0.73/1.00 vMB 90
487,615 487,615 000000000000000000331a9cd52af6089f815b45b593fdfcaef186a622a0a322 778 0.47/1.00 vMB 73
487,614 487,614 000000000000000000ab1797a5a72ca7041e79a683af8a4c4f32b85e9e887347 223 0.21/1.00 vMB 120
487,613 487,613 0000000000000000007ad27aebf394fe7f8834d7b4195bc1d6a0b31b440c1fc7 1,855 0.92/1.00 vMB 101
487,612 487,612 000000000000000000c09d0336e5bd550faaa29beb5eadb85ea3f4ac376e9570 1,016 0.52/1.00 vMB 91
487,611 487,611 000000000000000000c09b002bc5b765fa957d47c9157a90956b35f796c3623a 2,038 0.97/1.00 vMB 10
487,610 487,610 0000000000000000001facdadd5e30f465f08cf6d4224e408e4a8cc7ca4a8916 1,280 0.96/1.00 vMB 32
487,609 487,609 000000000000000000c760a8904e795a8118ca31ff4ba9a434f0d7ffb8204111 2,056 1.00/1.00 vMB 50
487,608 487,608 0000000000000000006449e806f8d5c4207858546f00c63935a679363a57a0ff 1,622 1.00/1.00 vMB 118
487,607 487,607 00000000000000000093ac3db8910c1b6d18b4d558655a2753ff7d0875f1ee74 1,159 1.00/1.00 vMB 105
487,606 487,606 0000000000000000001a1d5b2dc8dee0644c8846d48a503c297136c9189398fb 1,393 0.99/1.00 vMB 146
487,605 487,605 000000000000000000c43c8cbd324183cdd9fe44c2f7334ceb42bf62df0cd00f 2,121 1.00/1.00 vMB 165
487,604 487,604 000000000000000000b5928415303c8851a82ba3f1475d1ea73cb8d0f6ee95ed 570 0.30/1.00 vMB 97
487,603 487,603 000000000000000000c8fa7bf75fb12e15c3a8dabc595605fcd0bac6be8072bf 2,169 1.00/1.00 vMB 21
487,602 487,602 00000000000000000081645740e9d8c5ce06a3202d1619438f885c70b8673534 2,209 1.00/1.00 vMB 130
487,601 487,601 000000000000000000bea6516d4f99dc301235a0540da3cefbe0de3974081a74 2,615 1.00/1.00 vMB 106
487,600 487,600 0000000000000000000dce2e3d077ce600c8f779162ef3b1afb838801ceb60bb 645 0.33/1.00 vMB 15
Previous 10 blocks ↓
Total Size: 781.95 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: 647.08 GB
    • Received: 12.89 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.