Loading Tool

Explorer IconExplorer

Memory Pool

35,864 transactions
26.10 vMB
0.06974230 BTC
Random Selection Loading Transactions
Max Size: 133.23/200 MB

Candidate Block

Mining Attempt e0d79b4d00917d9351d58285a7a6bb6f6581bfbc7e4afee62dfaddb1c6302781
Version 20000000
Previous Block 000000000000000000016d6f2b2c8ba81bafff03de43e5b0b3362476d7672035
Merkle Root 51a34c5d3fd927e7b9735b0924fe81b370ad4f5b70c962acbf823e62a57178e6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,143
Size: 1.00 vMB
Total Fees: 0.02170707 BTC
Feerates: 713.01 > 2.18 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,679 (340,056 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
574,623 574,623 000000000000000000170ad42b0e40fdeaaf891dc0c70a14079c30057eb1a6dc 3,499 1.00/1.00 vMB 81
574,622 574,622 00000000000000000003a87f65aa9eb1d5de549a1a56a401218aa4e2318c6baa 2,216 1.00/1.00 vMB 47
574,621 574,621 0000000000000000001adf68e10094c83cd5c5397a11798d0c818a526888cb1d 2,822 1.00/1.00 vMB 28
574,620 574,620 0000000000000000000a674ca8405b52748f0c46f1ab626fa848e5edc456a145 3,207 1.00/1.00 vMB 45
574,619 574,619 0000000000000000001fac85bba79f7ac3029cc28aa8ecae60a5e1cd8c08063b 3,411 1.00/1.00 vMB 58
574,618 574,618 000000000000000000045ee0f00c2f6bcd0b127939dbab890106d2bffcf284b6 3,167 1.00/1.00 vMB 63
574,617 574,617 0000000000000000001ea05ccef2f3889607bd1c8b956d3de8febc1e86b12491 3,097 1.00/1.00 vMB 57
574,616 574,616 00000000000000000011c00c2a59df436fbbff0d75eaa2bed305eb004a99c2c7 3,593 1.00/1.00 vMB 82
574,615 574,615 0000000000000000000eba1180b48069e75e527db41af6bb14a7481066763f4b 3,365 1.00/1.00 vMB 72
574,614 574,614 00000000000000000026212e432386cb278a198ee9839a97dc82f37b17d1981e 3,113 1.00/1.00 vMB 82
574,613 574,613 000000000000000000162a21129f02677528fd9de6eafc16999490949b5abc0d 1,641 1.00/1.00 vMB 66
574,612 574,612 0000000000000000001dcc8ea8e2f9a78a10dee4d8b91772d2de74a349556f78 3,305 1.00/1.00 vMB 84
574,611 574,611 00000000000000000005de7c4bc13676b12d5bc9b27d11899c7adfe297ad02d1 3,052 1.00/1.00 vMB 43
574,610 574,610 00000000000000000014d7c93b0c630e542a9bd67d26aa057e46cdee9e2b0b0b 2,509 1.00/1.00 vMB 9
574,609 574,609 00000000000000000002ec88ad8dce32282f7cc90aa4ed9bfd0186b9145f73fb 1,953 1.00/1.00 vMB 58
574,608 574,608 00000000000000000016516a94fa86ce8030ea19feec2a605ae075e118b69495 3,138 1.00/1.00 vMB 59
574,607 574,607 00000000000000000010b83d2bd56ff781f2ec6dd6702fdc43b1216cc99ea545 2,888 1.00/1.00 vMB 54
574,606 574,606 0000000000000000000a29af23f5e51db76a9a58f905b4437e48e2c1f4525718 3,176 1.00/1.00 vMB 67
574,605 574,605 00000000000000000022e580156225d34d544e24cf53ae7574a500d19a79674c 2,945 1.00/1.00 vMB 48
574,604 574,604 000000000000000000091d1617e1f14221123ce2958d592cae65ff9d89f9dcff 2,008 1.00/1.00 vMB 20
574,603 574,603 00000000000000000002fc324e9beac2f6140d0872f7e5f1f1a20e94d518c57a 2,329 1.00/1.00 vMB 9
Previous 10 blocks ↓
Total Size: 781.82 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: 635.99 GB
    • Received: 12.35 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.