Loading Tool

Explorer IconExplorer

Memory Pool

44,528 transactions
27.34 vMB
0.06591271 BTC
Random Selection Loading Transactions
Max Size: 144.50/200 MB

Candidate Block

Mining Attempt 7cd8470f800e65066f3bcabf0b0932b47f415bcf8465801f16732fc8c2fd276e
Version 20000000
Previous Block 00000000000000000000cb7f19ead4a2971e1e5cb5a2c3b233eaf5b231d7f805
Merkle Root 2873600d1e512fd5a9c3b3863a12dd6815dfc31978f0a961986a73ed05242467
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,068
Size: 1.00 vMB
Total Fees: 0.01475439 BTC
Feerates: 200.99 > 1.48 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,922 (409,279 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
505,643 505,643 0000000000000000005b53d35fec0a92b22ac5d67198d167c258caf97ead35f4 1,199 1.00/1.00 vMB 22
505,642 505,642 0000000000000000006d234997c2d46f932fbd3ea1e22673ff7d2acc7be87468 3,309 1.00/1.00 vMB 167
505,641 505,641 00000000000000000022644d626f383c9ecac5defb82ed0ce318688798a09294 3,138 1.00/1.00 vMB 131
505,640 505,640 00000000000000000008c4ac3b9adf51d6198f2b3c778702c5101d3565bb2ef5 1,154 1.00/1.00 vMB 24
505,639 505,639 0000000000000000000b2359478097e092e336159e9b959e35e0fd2568448829 1,522 1.00/1.00 vMB 109
505,638 505,638 00000000000000000038a8452e82a5f4d544dcac3d07651878a031ac6334b1b6 1,707 1.00/1.00 vMB 176
505,637 505,637 0000000000000000004d61c1509844ce6de14ab85b4d11c1b6a374bba8e1ddef 2,050 1.00/1.00 vMB 150
505,636 505,636 0000000000000000002fcdc09fdfa039cde1e3cd411e29069d2ae40e20695db8 1,835 1.00/1.00 vMB 82
505,635 505,635 00000000000000000073b4ff752ba61f626636d3e5a1fc8b4ffa7706b87afa47 2,785 1.00/1.00 vMB 120
505,634 505,634 00000000000000000038387bec15f361f1a1cc85dbe40a5b6f6ddb70f5a0fd99 2,917 1.00/1.00 vMB 194
505,633 505,633 00000000000000000044fd6dff8ee5eacc8c2fe04c6a6f7e2c2c49d77dedc7b2 2,672 1.00/1.00 vMB 65
505,632 505,632 00000000000000000028049aefbc5d03c4c32072a497df2dc4a4189395282b19 1,862 1.00/1.00 vMB 25
505,631 505,631 0000000000000000002843665ae7490cc42ce056b4030a3f25d7dd6e880bdaad 2,668 1.00/1.00 vMB 188
505,630 505,630 00000000000000000071342e333dc67b8dd1cbb559f11863a0df97a896ba819a 2,725 1.00/1.00 vMB 67
505,629 505,629 00000000000000000067203185d083be8d921dd064e921701a7edd73cf81213e 3,141 1.00/1.00 vMB 102
505,628 505,628 0000000000000000004b1f11194232d02a987a28515f32c538c70637a979d3af 3,378 1.00/1.00 vMB 117
505,627 505,627 00000000000000000058ffc391784b77ac6498d62c68cdedf40fea0df4e96b39 2,486 1.00/1.00 vMB 282
505,626 505,626 000000000000000000252af5dfc8049c0ea3f15dbc23488b2dc7c131bbd3377a 1,512 1.00/1.00 vMB 41
505,625 505,625 000000000000000000308dbce1b413ac9320ae4b9ce74c6adbbc81b6356ee865 2,883 1.00/1.00 vMB 101
505,624 505,624 00000000000000000054ec9bbc6497dab385688bc263c062aa562796d0f28646 1,527 1.00/1.00 vMB 117
505,623 505,623 0000000000000000001a1997b133f62a43e16f8b077162a48339277df14dc0fb 1,608 1.00/1.00 vMB 46
Previous 10 blocks ↓
Total Size: 782.25 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: 655.43 GB
    • Received: 14.31 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.