Loading Tool

Explorer IconExplorer

Memory Pool

39,691 transactions
32.69 vMB
0.07635552 BTC
Random Selection Loading Transactions
Max Size: 161.62/200 MB

Candidate Block

Mining Attempt be461272ae6c5777f1e28a3cac0b8b819bf12293f1f5f0b34428d62cbf0afeca
Version 20000000
Previous Block 00000000000000000000501633326136b197890c220f226ea3515a7126fefcc9
Merkle Root 4285cf444b1506cc62395ca9fb30bcb8820b8c1a961dbdd98f6850dbf184569a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,245
Size: 1.00 vMB
Total Fees: 0.00725015 BTC
Feerates: 30.98 > 0.73 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,560 (902,783 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
11,777 11,777 000000003976ef99ec85b305c4168a8cf049fdf13c70a126e4428b09204b91d4 1 0.00/1.00 vMB 0
11,776 11,776 00000000459f7b7c93a65fa4cc0773f57e7852444db2a227489bff8b071e747a 1 0.00/1.00 vMB 0
11,775 11,775 00000000dac9b4770b36ec8fc0c7272df809620739a647ebb62c9a9d5122e236 1 0.00/1.00 vMB 0
11,774 11,774 00000000f3d898fae6590c313a7457a572ee81918e4a1a0c855e463c6d8ba35e 1 0.00/1.00 vMB 0
11,773 11,773 00000000c46d1168b8a3f9988e9a2e4102cba58abda37f7e641e4f6e4d4c461b 1 0.00/1.00 vMB 0
11,772 11,772 000000001299b402be7b0df99ae8a43fd543e57ad9aa25e6d0a7ed967731b2c1 1 0.00/1.00 vMB 0
11,771 11,771 000000005dc9432ef2c082ea89051159f34ac2a3dc63df55ea29cd900b923a5f 1 0.00/1.00 vMB 0
11,770 11,770 000000005bca463af25455f986f2c33209b698e051f5ea3862e3ba4b7990448a 1 0.00/1.00 vMB 0
11,769 11,769 000000005317e8f92a86514392e5e23427c67606010ab8eb1b9d058e4a4024c4 2 0.00/1.00 vMB 0
11,768 11,768 000000005c33b6eea4f71cbeec9cec3d6e8775db9687baa90fbe67710de8c361 1 0.00/1.00 vMB 0
11,767 11,767 0000000064e34b1f3111d129920d15396129a0a5e49548c3df55889a8a44c9d3 1 0.00/1.00 vMB 0
11,766 11,766 0000000020ccb1919f591ea5c06151b963aaf7df90f7e7418abaf21febbe7724 1 0.00/1.00 vMB 0
11,765 11,765 0000000099e41f739bb6aa9708d20cb6e1452a843ffef3bcbee8c5880258a9f6 1 0.00/1.00 vMB 0
11,764 11,764 000000006b64ed747d9a61ec6bfd4861dd18a21a686403a6c8150ae2b48f3d14 1 0.00/1.00 vMB 0
11,763 11,763 00000000feeefe8533f6e06df525ddbfc52c87bc706190b1d43777d533187f86 1 0.00/1.00 vMB 0
11,762 11,762 000000007eb7af30b6ef76e2e0a6f1791f9883f329ad04766473359167777ca1 1 0.00/1.00 vMB 0
11,761 11,761 00000000a552dc0363e161c2059b1f0e95d8341cec5f3ce7b8f0292cc5ce5304 1 0.00/1.00 vMB 0
11,760 11,760 000000007f47c836a834f1730deb4b82b104d07107b3583b4497dc88bc4cb428 1 0.00/1.00 vMB 0
11,759 11,759 00000000d59c6e46916ab8fd8952e3062ff818f80f17d9ef15429c6f1f622348 1 0.00/1.00 vMB 0
11,758 11,758 00000000ab1ab6d046809680d94fd8ac9a60bf532201be06ebbc19c5b4ff7d43 1 0.00/1.00 vMB 0
11,757 11,757 00000000d4a50b77022896ca043dee3d3155369b788ad81f692c73ad8464d232 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.60 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: 623.97 GB
    • Received: 11.52 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.