Loading Tool

Explorer IconExplorer

Memory Pool

81,721 transactions
30.54 vMB
0.11601409 BTC
Random Selection Loading Transactions
Max Size: 183.94/200 MB

Candidate Block

Mining Attempt 62dfa51d1d3817dcf97bf0f4c491bddbd0df420e1f868feeaebeb55c63ea38d1
Version 20000000
Previous Block 00000000000000000000199f724f1ef29eab80f2f04d88a242934c5235274752
Merkle Root c0cccb2a670236fac5344372ba4521b948bad914c6529b72caa3d46b8dcd9c89
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,483
Size: 1.00 vMB
Total Fees: 0.04040066 BTC
Feerates: 180.34 > 4.05 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,142 (327,108 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
588,034 588,034 00000000000000000004854bdaaafb04b8fbbf062045c613eaf55b6150a0505c 1,762 0.69/1.00 vMB 11
588,033 588,033 00000000000000000008db042d1948a94084b35e8e6bb70cc7bc259f4b1a0b0e 2,778 1.00/1.00 vMB 26
588,032 588,032 0000000000000000000bed7e306af034a56b178d4c26c5e68eaaf389074cfee9 2,473 1.00/1.00 vMB 39
588,031 588,031 000000000000000000183cee2d9f315d556dcf0a5c76ca74eb44419a8ab98398 2,597 1.00/1.00 vMB 29
588,030 588,030 000000000000000000191cbce940d1a7c2beab12b0768a6221e804ffc7dcf327 2,785 1.00/1.00 vMB 15
588,029 588,029 00000000000000000009c708d78f367e5427e5c32699b67856b5c6398bfbdd9b 2,445 1.00/1.00 vMB 17
588,028 588,028 00000000000000000017e7faeff9236bd8e64efe2b7e59dadd64805b08ffb48f 2,173 1.00/1.00 vMB 31
588,027 588,027 0000000000000000001aa8bfae79d09cec8f73d6a295aced731dbac6576ca036 1,966 1.00/1.00 vMB 52
588,026 588,026 0000000000000000000ccf6299bb4684c7bdf69a25534f2fa0a7e103dd9c5387 2,900 1.00/1.00 vMB 50
588,025 588,025 00000000000000000018ce95d0c94ccd4f44d61a3a26503356e15ce10716fe21 2,824 1.00/1.00 vMB 13
588,024 588,024 0000000000000000001cbab2aa92f4c3a93e97413a828a8c951cf89f8514a4bc 3,320 1.00/1.00 vMB 54
588,023 588,023 00000000000000000010d27fccc18331efeaf9699b257236f8f4d708eca96362 2,592 1.00/1.00 vMB 35
588,022 588,022 0000000000000000000968fdbfe2b476d0d25e421b9273893eee04ce4172b564 3,066 1.00/1.00 vMB 51
588,021 588,021 0000000000000000000104ae5162c9ba9c080631c74e4258b61e3aa11d7268e4 1,258 0.45/1.00 vMB 5
588,020 588,020 0000000000000000000ec2030f5aec75b5f061bcc11ad424311cb88654d71899 2,891 1.00/1.00 vMB 31
588,019 588,019 000000000000000000049000137f36a60fc80882bd89bec4228b9f1074caf675 2,638 1.00/1.00 vMB 42
588,018 588,018 0000000000000000000bc615be55331e45f812d89f7b1909ef3c5d5164c8a11f 2,331 0.88/1.00 vMB 25
588,017 588,017 000000000000000000101e4957c6154926b54fe02b8f3083fb1579d9be904edb 830 0.25/1.00 vMB 5
588,016 588,016 000000000000000000117cc396521aeb3d5a9c69beb24532560ffe2baa6318d5 2,184 1.00/1.00 vMB 42
588,015 588,015 0000000000000000001dcdae238b7b2720eef64ce24865ec221e6d1fc861845a 2,673 0.86/1.00 vMB 19
588,014 588,014 000000000000000000134fd2765e754dc7719887070c6ea99260ff1f98aa4faf 3,425 1.00/1.00 vMB 44
Previous 10 blocks ↓
Total Size: 782.64 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.42 GB
    • Received: 16.24 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.