Loading Tool

Explorer IconExplorer

Memory Pool

74,329 transactions
27.58 vMB
0.07492819 BTC
Random Selection Loading Transactions
Max Size: 168.02/200 MB

Candidate Block

Mining Attempt db8e412dd02c2d61582e255030dc75e733b32041a850d17c98a3ad129fbe59f8
Version 20000000
Previous Block 00000000000000000000021ebf7cb9461533c1f4d147f514574604ef61f93ece
Merkle Root eaac43b978b6681d1fb413e2248d89c0964c000179d0934a0f4669d6a72a05d5
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,060
Size: 1.00 vMB
Total Fees: 0.01607621 BTC
Feerates: 402.60 > 1.61 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,316 (17,777 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
897,539 897,539 00000000000000000001dc8bea1cac162aee1283b90cf146f2ad27bb15085691 4,592 1.00/1.00 vMB 3
897,538 897,538 0000000000000000000223dfec2c821521f6f0db475f069eb4f09a58967043b2 5,642 1.00/1.00 vMB 4
897,537 897,537 000000000000000000007abef09aa460c103e29cfd0bc93484646800731f7554 4,636 1.00/1.00 vMB 5
897,536 897,536 00000000000000000001d343a74d5aa3db0fd90e3435b7c562e0a864df69b08d 5,248 1.00/1.00 vMB 4
897,535 897,535 000000000000000000005829b3f5267911de8cc84d8e280e6acf63837cb79f4a 4,488 1.00/1.00 vMB 4
897,534 897,534 0000000000000000000226848db0e2449cc25c2aeaaca7b1eeb1b054d591cf67 3,482 1.00/1.00 vMB 6
897,533 897,533 000000000000000000009cf486294e17829d69e6e9c16a0da401ded1d2d72a75 4,469 1.00/1.00 vMB 5
897,532 897,532 00000000000000000001c6c30c7417a5056df1847554c5b0a5df5a77528bb0b0 5,190 1.00/1.00 vMB 4
897,531 897,531 000000000000000000022e9dd3f59061b920d38fa1f3b97c7c6a58a90d5c793b 4,121 1.00/1.00 vMB 5
897,530 897,530 000000000000000000015b8a10fd25d7fec3b7930da7ce8a44128358aa589e0e 3,604 1.00/1.00 vMB 9
897,529 897,529 00000000000000000002123cc226a0b94594c3391e3feaca9eda403cdef6f66d 4,068 1.00/1.00 vMB 6
897,528 897,528 00000000000000000001dba2ebcec09a443823b4ee96c8f0b5c84cc9b69bbe15 3,996 1.00/1.00 vMB 7
897,527 897,527 0000000000000000000156d1e32e44503d09bbbf46132904e1b463ecfe095390 5,629 1.00/1.00 vMB 3
897,526 897,526 000000000000000000021fa3dd50a69943ff2ed3aea8917145a60936b1a17c91 2,583 1.00/1.00 vMB 6
897,525 897,525 000000000000000000009697df15df282e87675acdeb6a01341528a5f6779bb1 5,151 1.00/1.00 vMB 4
897,524 897,524 0000000000000000000086299588bac936a090d62017dbce17a7dfee8204c6f3 5,232 1.00/1.00 vMB 4
897,523 897,523 00000000000000000000c8df4bf2a6d3ef3fdfc55cacfc44bd0eb127c8ae8df2 5,437 1.00/1.00 vMB 4
897,522 897,522 00000000000000000000d8662b29e25613ca22a95b3c8e645b57521c18c0b5f5 5,327 1.00/1.00 vMB 4
897,521 897,521 000000000000000000011d7b791ff743c033e5395f7446bd6b8fc4ef43f78204 4,515 1.00/1.00 vMB 5
897,520 897,520 000000000000000000009de5614db5a58f3baaaf4596751bfe3377d070dc2cd7 5,490 1.00/1.00 vMB 3
897,519 897,519 000000000000000000013e19b96ec4d9799c4a65fe96609d2941c30b33574733 5,455 1.00/1.00 vMB 4
Previous 10 blocks ↓
Total Size: 782.94 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: 714.87 GB
    • Received: 17.61 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.