Loading Tool

Explorer IconExplorer

Memory Pool

39,733 transactions
18.75 vMB
0.17723443 BTC
  • 1 sats/vbyte = 18 blocks ()
  • 2 sats/vbyte = 7 blocks ()
  • 3 sats/vbyte = 4 blocks ()
  • 4 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 98.92/200 MB

Candidate Block

Mining Attempt d59fb88ea3dd57f6aaca5f953a4daa6f91bd0b4c39494c079884d689debac50b
Version 20000000
Previous Block 000000000000000000004a70f3e5f9adf9454018687410ec954195352aac5475
Merkle Root c372cb59b5b3f6132c6d7fc93062eea43b02f3449b4d8ba0869ec22ba54462dd
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,101
Size: 1.00 vMB
Total Fees: 0.05063573 BTC
Median Feerate: 4.64 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,329 (778,539 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
134,790 134,790 0000000000000931538e248b153de5d0696a5cda157e93b5c2a12e8de855d966 70 0.04 vMB 480
134,789 134,789 0000000000000143a54e0784014221780bafc9478d15905b6821b662d0168488 15 0.02 vMB 171
134,788 134,788 00000000000004e4a8f3ffac637b38134adafe743862fabef725f2a2acaf1201 23 0.01 vMB 620
134,787 134,787 00000000000001e436accb691717b33602ad094df587a4ffad8ce83633fc01c8 93 0.04 vMB 323
134,786 134,786 00000000000001daa7bfde63633534ccbdfb603d947f8330669ee3ab5e14ee05 16 0.01 vMB 367
134,785 134,785 0000000000000434755a325c22a7ee36d5473ad9425e1154275ba72ce5a5f3ab 110 0.03 vMB 243
134,784 134,784 0000000000000312360eba6be1632d2a489b3564a1af7f86b3de92d102d0485d 32 0.02 vMB 109
134,783 134,783 0000000000000b06035a2056a51f416e08bd15658f56291a9ebafd1ad723f527 54 0.02 vMB 503
134,782 134,782 00000000000009375bfb446fdfc233da660c190d25c1b222b599df4a728f8f69 23 0.02 vMB 202
134,781 134,781 0000000000000947cac8b5a894badc31040d2284ef3584f201bab9e0a1e48547 75 0.03 vMB 233
134,780 134,780 000000000000053ccc6b72d415e5a033d64d92e0bd8f3635de37db9bbcd6c4c3 12 0.00 vMB 663
134,779 134,779 0000000000000b3de825e2c414436656e39a5f3556168ef011e737379f80d6fd 24 0.01 vMB 615
134,778 134,778 0000000000000442313107a986be40b5dddc9c5f23222728c420319af18e7fa9 45 0.02 vMB 635
134,777 134,777 000000000000022db461e359e28b4a827674baca600b1a231d8c7508d4868913 112 0.05 vMB 331
134,776 134,776 000000000000003e9571db63380e8394ae7e2de9fcb26888df580a2a67245063 33 0.01 vMB 640
134,775 134,775 0000000000000c29be1ac3d4fd16aee24d9ce79301fbfd46c2de8f1dbc0a686c 62 0.04 vMB 338
134,774 134,774 0000000000000aa700ae37c662d4f08a7ad51bf2e3fb9c93100be0826db381e4 79 0.03 vMB 419
134,773 134,773 000000000000061429015bd27f996a2b66c3b9a7758df6eb8a35d5285e9cdb56 41 0.02 vMB 247
134,772 134,772 00000000000008bc4968f300031143864a559727d5296b522dcc492b08d279ce 49 0.03 vMB 295
134,771 134,771 000000000000017c89e5e950fe886306825318090ba43f68c3471b4957cb242a 85 0.02 vMB 101
134,770 134,770 000000000000088112bbb4b0df4a2ef0d8e6c8de619afb4f89718b6c34f19b8a 35 0.01 vMB 164
Previous 10 blocks ↓
Total Size: 779.44 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 86
    • Outgoing: 10
  • Data Transfer:
    • Sent: 130.71 GB
    • Received: 0.54 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.