Loading Tool

Explorer IconExplorer

Memory Pool

38,410 transactions
26.90 vMB
0.06693017 BTC
Random Selection Loading Transactions
Max Size: 138.11/200 MB

Candidate Block

Mining Attempt de14883b1fadc859b5da708f74d822b10ca6841f4a2467486d3969dca872589e
Version 20000000
Previous Block 0000000000000000000117e35ba6b6f76113adff270db22d62cb0c4cdeb553ac
Merkle Root d737c20bd338c955fb619cccb8a3f8d4e069094ff4568eef1796eac6316f261a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,176
Size: 1.00 vMB
Total Fees: 0.01656206 BTC
Feerates: 100.53 > 1.66 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,303 (797,750 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
116,553 116,553 000000000000d30788194c16b15027f3547de79e39bd4710a0243c0c53d66a83 25 0.01/1.00 vMB 1,585
116,552 116,552 000000000000963cd6df5e4af54cdaadfc1e153d3ea664ab82b8180b48fe29f1 9 0.00/1.00 vMB 625
116,551 116,551 0000000000004a801d71aa533225f8f535dcf30ac6c1051efdc29d898e5cc7cd 13 0.00/1.00 vMB 681
116,550 116,550 00000000000066804411a88c017779d39fbcc2544ae1021a21d97047dd4ce95f 14 0.00/1.00 vMB 1,517
116,549 116,549 00000000000042660f5d70a3ef3b8196bbf815dfb27b97b46b00b98366d29330 22 0.01/1.00 vMB 1,122
116,548 116,548 000000000000e397d7000db0d650f7864cab0c172d1ea5e81f9e8f7adb97c98b 25 0.01/1.00 vMB 1,510
116,547 116,547 0000000000004ce5be3f4def35cb0cce657b419c664216bb02a6c3256df608f0 12 0.00/1.00 vMB 1,920
116,546 116,546 000000000000152b3359d22a92dcbb76cf0679c0f7fcf26811386735f5e1c01b 11 0.00/1.00 vMB 0
116,545 116,545 000000000000954bdf25cc63987908342267badfb35d9bdf17a532c4e1bb4687 9 0.00/1.00 vMB 642
116,544 116,544 0000000000004fa557881832b9e545726d699ff1916a7944c6bd3dfbd78be18e 8 0.00/1.00 vMB 714
116,543 116,543 000000000000ca1ef627723274978bfa4d5af0903fdea24f86370448ad7d4b9e 20 0.01/1.00 vMB 114
116,542 116,542 0000000000009405cb9ed871e27e70ab51e326a0d2f187796fa51ccffc3bab62 20 0.01/1.00 vMB 2,292
116,541 116,541 0000000000006162b1d45b071928533e20fab05d72827f5306cb94432ce29c9e 3 0.00/1.00 vMB 1,205
116,540 116,540 00000000000022c8ee6a1c309cd65ddd991232908a2dcb5e03b221b7db0903ed 12 0.00/1.00 vMB 339
116,539 116,539 000000000000ed7d160c29d7f6a6c4eaa1c77e9c465219a248b6253fc4582b13 14 0.00/1.00 vMB 1,363
116,538 116,538 0000000000009b9273e830780bac5ae9e7aa38f94422b2862081cf1bb5f305c6 8 0.00/1.00 vMB 3,875
116,537 116,537 0000000000006b4d6012bfef2975af6aca7b1e4da0435ad50a7c807f941edfaa 10 0.00/1.00 vMB 707
116,536 116,536 00000000000051a2b58300a2fb4b901a3ac95fc80d7b4bf0c1b180fdd885486b 14 0.01/1.00 vMB 825
116,535 116,535 0000000000004a0646a4d85f7bd7ffa30eec7ddb200a41782e664adcd4a702d9 12 0.00/1.00 vMB 1,071
116,534 116,534 000000000000cf7cfd08a8de8604fa4aa8fefaa044ddaa3dc4c45c89e7139f39 11 0.00/1.00 vMB 670
116,533 116,533 0000000000002c34ef9a8f5e4673b28dcc57940810df98a7d1fb361fd69b6a30 28 0.01/1.00 vMB 1,539
Previous 10 blocks ↓
Total Size: 781.13 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: 581.26 GB
    • Received: 9.05 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.