Loading Tool

Explorer IconExplorer

Memory Pool

26,484 transactions
27.09 vMB
0.11132647 BTC
Random Selection Loading Transactions
Max Size: 129.85/200 MB

Candidate Block

Mining Attempt 2c9d2d5d50ae4450980f6f336bb6dbca2c71664726f44cb73aec49f897396f9a
Version 20000000
Previous Block 00000000000000000001dd13af50d570d39bbe125c122c99add1ef636948c08c
Merkle Root 4a2597d6ebe0fe1bfb8ce6e408728897d1e5bf534bfd272e0085a591198806d7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,505
Size: 1.00 vMB
Total Fees: 0.06025071 BTC
Feerates: 502.40 > 6.04 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,493 (680,559 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
233,934 233,934 0000000000000151317aff74c5c78b7d405daa97ad485c6967683b2d13b0859a 292 0.24/1.00 vMB 88
233,933 233,933 000000000000017455aca75af609ef107c5ef0ebc74bafd7b033a05f24363433 709 0.25/1.00 vMB 233
233,932 233,932 0000000000000102543aed5649549afd1d555d9c126434f35822f3a97dcb32c9 329 0.10/1.00 vMB 76
233,931 233,931 0000000000000170deb4cf055608836254eec24c3aeeeaac0a683695f3f6bd47 489 0.23/1.00 vMB 185
233,930 233,930 000000000000018c841c7f778eb6435b0ca45e12fd5e5dfa412e8086009c1eda 553 0.25/1.00 vMB 258
233,929 233,929 00000000000000cbfb97820e209b60b1e1c171afcd6f23d3b5aa8ce9573de3b4 5 0.00/1.00 vMB 67
233,928 233,928 000000000000008e9252aaa9c08e5a2f14cd1fefe0257681ec6dc54931f58e9c 337 0.16/1.00 vMB 182
233,927 233,927 0000000000000184e335a2d899ed972aca3a661a01243cf65ac8546d2c2f7acb 756 0.25/1.00 vMB 366
233,926 233,926 00000000000000e80654288619b9a362e2b4033be6003523b6fb1d02c4c775e7 397 0.16/1.00 vMB 200
233,925 233,925 0000000000000005e78fc615d9ac12fd2d18ee8fae857a05b059aaf0a9595a7a 769 0.35/1.00 vMB 152
233,924 233,924 00000000000000b5b69e9dba5a2f110fba400004fb475f3c1da13cbdb50c79d9 128 0.04/1.00 vMB 169
233,923 233,923 000000000000009e2e7d7b508ebc69243ea64ee0c167a381a01f5d52a413895d 278 0.13/1.00 vMB 157
233,922 233,922 00000000000000796e48d7d15dea89946f7fbeb709b0d1dac4e0324cfd67401b 189 0.15/1.00 vMB 16
233,921 233,921 0000000000000174d5ba869e1a12e5c5d8d67ed0ba998d25f326b8beeb40cec1 215 0.14/1.00 vMB 130
233,920 233,920 00000000000001485853fb76792a5fdc0df2809335c74960fefc214e034f4faf 593 0.31/1.00 vMB 157
233,919 233,919 00000000000000f0ce2f2e09030d5f8045b88a606fd8daa87fd55d950caff261 475 0.16/1.00 vMB 158
233,918 233,918 00000000000000da74e8cbbc8059bb76604a62a39237133f35a5bab152d278f1 31 0.06/1.00 vMB 39
233,917 233,917 000000000000018db4032757743087d5fef9717bcda34fd637831118653ac9d5 579 0.25/1.00 vMB 164
233,916 233,916 000000000000014e195edbd9f2bdf1accc0544d0a3207ed68b23adc8f3adbe99 166 0.15/1.00 vMB 72
233,915 233,915 00000000000001a6638f5551256b8443e0ba70f3743e071eb8b2db4288a5c2ff 130 0.25/1.00 vMB 34
233,914 233,914 00000000000000e5609bb2402571dde53f687791f6de723fb30f79744a493575 334 0.25/1.00 vMB 453
Previous 10 blocks ↓
Total Size: 781.49 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: 611.80 GB
    • Received: 10.90 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.