Loading Tool

Explorer IconExplorer

Memory Pool

21,540 transactions
11.93 vMB
0.06863376 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 64.56/200 MB

Candidate Block

Mining Attempt 2190030fe38d6eb4c728fb0d56d479c258eb7f14ea098713cb3b9dba9c1b5563
Version 20000000
Previous Block 00000000000000000000d07daa1ab23da8755ba9a9c7012a011a4a71de233add
Merkle Root bc865f605268f3b85bdd29318d826f1bdda071c971c63ed17b3ea749d281f29b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,088
Size: 0.9979565 1.00 vMB
Total Fees: 0.04361451 BTC
Feerates: 240.43 > 4.37 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,785 (764,152 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
149,633 149,633 000000000000004cbcdaf5af65bf32b7201e7665a73c80bb5a59992b871a66e6 91 0.03/1.00 vMB 62
149,632 149,632 00000000000006fd969a4baff490ad4d063facfae4eb13bfae31aa5bfb4aa3a5 87 0.04/1.00 vMB 113
149,631 149,631 00000000000005106836ccd36fbd39c9a4deb3820ca975c0ea1c507c888a6992 39 0.05/1.00 vMB 44
149,630 149,630 000000000000065b255402df8aac79b1372601a24f696996578e3cdf69ded225 112 0.04/1.00 vMB 10
149,629 149,629 00000000000006af6d070f5d1989bbba9ff3de62c4edf202bf09808e2998bba1 126 0.06/1.00 vMB 147
149,628 149,628 00000000000002095772a47c25e754f133df6b81d4614d2eb96210d750a8d1fe 18 0.01/1.00 vMB 218
149,627 149,627 000000000000014f5e87c05ef361e43651f1dbae8d5c32d0853c797bd02920bd 30 0.02/1.00 vMB 222
149,626 149,626 00000000000007055326bd44ada019affc2a30868ccbb07ee1c8f615b232dc2a 96 0.04/1.00 vMB 122
149,625 149,625 0000000000000643f98094b4425442bc7809b0c187334d9fc1963b0fdc603b94 1 0.00/1.00 vMB 0
149,624 149,624 0000000000000230b27eb0ae4f803f896889c3d83574082b8938e399ee35dd73 30 0.01/1.00 vMB 121
149,623 149,623 000000000000062442d53f8df8d56b930729040c487a58af0c7ca7c8dc41c6e8 16 0.01/1.00 vMB 17
149,622 149,622 00000000000002e1bec744d1045493ffd984730f9ded7ad05c236c4340f27f88 54 0.03/1.00 vMB 209
149,621 149,621 0000000000000aa5af68dd18fcee708b1785559e2d17101b9d013e18a881af0c 81 0.04/1.00 vMB 114
149,620 149,620 00000000000005fb6ad309375e77402c24f6724936dbfbf8998b0cf4e9f4e0d0 5 0.00/1.00 vMB 20
149,619 149,619 0000000000000a40f597e1798b7ba4bd0587c03285079e4ecf306dee41b5f9d3 29 0.03/1.00 vMB 26
149,618 149,618 00000000000009a0a35ae3b9922892706dcc58d34c1526edaa3d67c089dd70ae 96 0.04/1.00 vMB 96
149,617 149,617 00000000000009dedbbf97686a4b1c8fc3ddad8e221936795946695fef734c24 52 0.02/1.00 vMB 150
149,616 149,616 0000000000000627116c49cb4f111031cec030c95de9e7ac4be9e0a2287a9758 12 0.00/1.00 vMB 55
149,615 149,615 00000000000000f1ce66b3c51750238e1de65fa1b345126249538f9d694b6e65 25 0.01/1.00 vMB 46
149,614 149,614 00000000000002d9139dabb7f23f0938961d308c64861169326da41e47c61b60 1 0.00/1.00 vMB 0
149,613 149,613 000000000000025efc11da42fa9fae940f3d54ca8f23ad14e1e7530f3648cdea 3 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 780.24 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 512.70 GB
    • Received: 4.25 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.