Loading Tool

Explorer IconExplorer

Memory Pool

78,955 transactions
30.09 vMB
0.09151641 BTC
Random Selection Loading Transactions
Max Size: 179.78/200 MB

Candidate Block

Mining Attempt 828e8d7ea8aa90f5d4ae26377889e991e154eecd01a4363e50a371cff1d78580
Version 20000000
Previous Block 00000000000000000000afdf5043b8b27b92fc11e8966ab025edf9415d082b3b
Merkle Root 0ff6d3b14b9f895c59edf11824bef5023ea7af9a0acd5c37bd9202349a1190d1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,123
Size: 1.00 vMB
Total Fees: 0.02150455 BTC
Feerates: 150.61 > 2.15 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,152 (323,009 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
592,143 592,143 000000000000000000055daa995b6829a4d721d0192b9fab3f3302fdebcb1c1f 3,115 1.00/1.00 vMB 50
592,142 592,142 0000000000000000000e6053c16acbede498e0af55687a8db33ea9669879d97c 1,386 1.00/1.00 vMB 19
592,141 592,141 00000000000000000016ac2aa47c6db81f5fad29b4e96c7f55bc6a8771d0fe3f 2,940 1.00/1.00 vMB 43
592,140 592,140 00000000000000000013c44048d4b3ad186c1836fcc8ed37240082e81320fae2 2,797 1.00/1.00 vMB 23
592,139 592,139 0000000000000000000f1912457919bc7fa4426d964dd9a86e125336b20a644a 2,645 1.00/1.00 vMB 49
592,138 592,138 00000000000000000019e18d13800c065aae9bf27d81ad505fdcd41d583c2fd8 2,504 1.00/1.00 vMB 29
592,137 592,137 0000000000000000000413865a97971d596535539e2e3d04051a212add0cc29a 2,853 1.00/1.00 vMB 31
592,136 592,136 00000000000000000006e3e014a3e4e82d60489a0956b4991bd56690adf95986 3,162 1.00/1.00 vMB 44
592,135 592,135 000000000000000000106fdecfd340fa74f91b048ed28f020c0b672252160756 2,775 1.00/1.00 vMB 29
592,134 592,134 00000000000000000018e5bd7993ae40f3b14fc3c6b7587e6b516b3819528311 2,729 1.00/1.00 vMB 47
592,133 592,133 0000000000000000000a3fba94d26f0623a58b8aec24fef0c4f13447d374ea7c 3,066 1.00/1.00 vMB 44
592,132 592,132 0000000000000000001692796bea221cda6fcf0b0f9b710cea8a3dfc2385b6a9 2,050 1.00/1.00 vMB 25
592,131 592,131 00000000000000000009442fa3ad6b51af90860916d87b876ba909671c3c3dc7 2,868 1.00/1.00 vMB 42
592,130 592,130 0000000000000000000c1273049481e97ba29d2e0e1037c016b82530baf95f6f 2,559 1.00/1.00 vMB 19
592,129 592,129 000000000000000000062e072bb7f025f0764b54e15340623c546f922358491b 2,747 1.00/1.00 vMB 43
592,128 592,128 00000000000000000008e9036883303e0071b328b545ce7590922a9b27d8f781 2,644 1.00/1.00 vMB 41
592,127 592,127 0000000000000000000e0e49ddbeba4765164e952723c728fd8c021ae5787563 2,054 1.00/1.00 vMB 45
592,126 592,126 00000000000000000007e1f99ef8fc95e77c72e58b62b36586bdd91577ce2df5 1,217 1.00/1.00 vMB 76
592,125 592,125 00000000000000000003c567a56f99154ee466219577407fd5ddd227feef09ea 2,133 1.00/1.00 vMB 32
592,124 592,124 00000000000000000002ab05cbfbe8f47f73adae9cb88a4651d8e0c7b16370c4 2,441 1.00/1.00 vMB 19
592,123 592,123 000000000000000000076429a8f1ae049e4eb19de606ddbae5cde16d1e3fbf36 1,841 1.00/1.00 vMB 38
Previous 10 blocks ↓
Total Size: 782.66 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: 672.97 GB
    • Received: 16.35 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.