Loading Tool

Explorer IconExplorer

Memory Pool

83,516 transactions
30.71 vMB
0.16915659 BTC
Random Selection Loading Transactions
Max Size: 186.37/200 MB

Candidate Block

Mining Attempt 14c17d385666512c20f18584f8dcb27e29003afa9aae39b4893d0299debee1e9
Version 20000000
Previous Block 00000000000000000000a78cdbfa3b9be4345dd96ae11394c52f854b4e194716
Merkle Root 6114ee94e7e2e05b2a34eb3a24d62154967b4211a43e720b3fbf242bc68a5815
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,995
Size: 1.00 vMB
Total Fees: 0.08716646 BTC
Feerates: 150.79 > 8.73 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,125 (285,089 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
630,036 630,036 0000000000000000000a03f8f11862f6c522488503ecabd2271f612f3f6cf5e1 2,657 1.00/1.00 vMB 85
630,035 630,035 00000000000000000002f5b028eb5eefc5ee0fac25c89d2dda0ac069508893b4 3,083 1.00/1.00 vMB 84
630,034 630,034 00000000000000000000f4c7e6951a46084a26430af5274c09bba72543b84d0a 2,915 1.00/1.00 vMB 67
630,033 630,033 0000000000000000000aaa8d638baa88aa1aebc8cbfe7cf3e87d6db9053debe2 2,445 1.00/1.00 vMB 88
630,032 630,032 00000000000000000006c10c5f365369d440d4d6088c25684d1dfeef4ab6e277 2,995 1.00/1.00 vMB 82
630,031 630,031 0000000000000000000a8168e0a7b067aedef507ce8a6e2005ad5a5ce3e4930f 1,798 1.00/1.00 vMB 100
630,030 630,030 00000000000000000007fc6b70b363ad9482f04a58f99f1bad79ec0c042f3b6c 2,223 1.00/1.00 vMB 90
630,029 630,029 0000000000000000000023b83b4423f6b1454f7c71914b72d289d96df8be0045 2,931 1.00/1.00 vMB 122
630,028 630,028 0000000000000000000bd83ca2103ee07ffac9a4bda62f0c63d37833f75dd170 1,971 1.00/1.00 vMB 95
630,027 630,027 0000000000000000000113ae4ace09af66adaa5eedc7b04be4d7bd054a0becc3 3,332 1.00/1.00 vMB 108
630,026 630,026 0000000000000000000db122a4e03ec87aeba091a59cf30b91fb04e7403f77b2 2,635 1.00/1.00 vMB 106
630,025 630,025 0000000000000000000cd45424c85d7750b8b2a4989dec20a11739c09ff05958 2,827 1.00/1.00 vMB 90
630,024 630,024 00000000000000000010c9385805674ee25701a52ebbc9eca3e6aae536e63ce3 1,972 1.00/1.00 vMB 96
630,023 630,023 0000000000000000000e0b34f2fc5848961524545dd0510cecc568b616006cab 1,947 1.00/1.00 vMB 105
630,022 630,022 0000000000000000000bf4d0625c400378c8a9343132553b7bc5874556eb72dd 3,298 1.00/1.00 vMB 108
630,021 630,021 000000000000000000091da08c18e555b6efaff38556f3534c559ecd537b6639 2,876 1.00/1.00 vMB 111
630,020 630,020 000000000000000000056690de308c23f984f69a90b0f78c103d66943cc5f713 1,957 1.00/1.00 vMB 104
630,019 630,019 0000000000000000000793031d76a822da3e78a7cbb86c9fbd55dadc0cbecc94 2,012 1.00/1.00 vMB 104
630,018 630,018 0000000000000000000c381e37ad122374fad34355efff2a3a027232a93e5e03 2,119 1.00/1.00 vMB 117
630,017 630,017 00000000000000000004085777d18a2161ad62366693ec1f8bdd49f99a0445ba 2,528 1.00/1.00 vMB 89
630,016 630,016 0000000000000000000dcc78492dac92eb9ee6ec4e8cf6c02cd8ccf0cb9336d7 1,574 1.00/1.00 vMB 98
Previous 10 blocks ↓
Total Size: 782.61 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: 671.92 GB
    • Received: 16.06 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.