Loading Tool

Explorer IconExplorer

Memory Pool

26,882 transactions
5.34 vMB
0.02372872 BTC
  • 1 sats/vbyte = 3 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 41.30/200 MB

Candidate Block

Mining Attempt a74150dc888bac5b964c4aa5af3e508c762963b0bea5ef92d3ff8dccd9d2af3d
Version 20000000
Previous Block 0000000000000000000116045ddc8fb4c762f154670a95ec186979da2d4e09b3
Merkle Root 043d94e1a55a89a575588e7845c4c7f41159873f28a2b3b6c73b60998f6ada3b
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 851
Size: 0.40 vMB
Total Fees: 0.01061601 BTC
Avg Feerate: 2.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,957 (708,340 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
204,617 204,617 0000000000000408d604b3edab52fcf83224e5ab42119d4ca1a849f621ddbd31 0.01 MB 28 46
204,616 204,616 00000000000001c4ed8bcff1e23362b1b821f9fde970c51c8948f93450d60c87 0.06 MB 99 157
204,615 204,615 0000000000000264c41189cbb54aa011910ebac0caa772025981a18e1886e10e 0.05 MB 85 45
204,614 204,614 00000000000003e7598ffbe64f2876b55464a4298d35381e103c004ad1be347a 0.03 MB 36 55
204,613 204,613 0000000000000160386998d66fe5dba4b410a67129f0ef1a3bed647e2a631cc3 0.23 MB 327 145
204,612 204,612 000000000000008f62394b6be2b2e15313c294cc93374c08e70977d7d1571d68 0.11 MB 218 104
204,611 204,611 000000000000007c125849046362072310d4fd6aead6a851e2984296b0839ebe 0.03 MB 65 27
204,610 204,610 00000000000001d8dc68c5353388cf980b1fb46a8556fde690e4ebf0b19ee42d 0.18 MB 449 152
204,609 204,609 00000000000001d2e1c257b274cc0a490f2b383599ec755e1a84dc812a5da4bf 0.06 MB 91 68
204,608 204,608 00000000000000582decb96d4e8b2969039f1bb81f84f7764c848b69f5e54ccd 0.25 MB 577 133
204,607 204,607 000000000000044ea3d9dbe23f1c570883e4b490204205ab47c05b0978b9c3e5 0.08 MB 256 383
204,606 204,606 000000000000011f524cce4ac1dafd108a507e6b01b075f26e53beda501cc8c6 0.05 MB 121 77
204,605 204,605 00000000000005234a85790093c05f33d69931379f8b8f49164202a06c7bdc80 0.03 MB 53 36
204,604 204,604 00000000000001ea2afec7aa54a0d510ddf1b10c8cfdae943b69d5ff0147ce73 0.10 MB 198 91
204,603 204,603 00000000000001ac4cf036828a36d9ee88902440a7261f6cf06972f6d834bf85 0.23 MB 493 193
204,602 204,602 0000000000000295845238ace4a65bae18cb4f5abd31b0938e377dcf200ffcd0 0.00 MB 11 73
204,601 204,601 000000000000036992725340a4e5469e0270d3c51573f2c5e396030dd3ba09b8 0.00 MB 10 61
204,600 204,600 00000000000002d5926db3c08074969ac3dbfb1467a80268251101318ea6d7e2 0.06 MB 143 99
204,599 204,599 000000000000023132ad11cd2d3fd304c4950da2037e27b2c654b994b4fdd6cf 0.15 MB 298 132
204,598 204,598 0000000000000471b2217532002a7a4209ef9094d0dacd760091b5fd8ba718e7 0.02 MB 24 61
204,597 204,597 0000000000000415ff994b4d3213404a387cf939a5a58ad08ccfffb4702cb73d 0.06 MB 100 113
Previous 10 blocks ↓
Total Size: 778.77 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: 349.43 GB
    • Received: 3.06 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.