Loading Tool

Explorer IconExplorer

Memory Pool

80,525 transactions
30.25 vMB
0.12564916 BTC
Random Selection Loading Transactions
Max Size: 181.16/200 MB

Candidate Block

Mining Attempt f889ed98e85d9aa8eae01be6254826ab234d83f3a657a1a8db90ff8e709845d0
Version 20000000
Previous Block 00000000000000000000b062ce7c1ce93baecfacba3f86e7f53b0c46b27d927f
Merkle Root 439d1a6be2c5a3291dcf0b959dc9792191a4d9af36269c1426dcce9ad0084a92
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,208
Size: 1.00 vMB
Total Fees: 0.05569111 BTC
Feerates: 150.86 > 5.58 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,106 (494,567 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
420,539 420,539 000000000000000000f11e9995da18f852a5f0f6e070d28dbee0d4b8983d7b9b 2,243 1.00/1.00 vMB 53
420,538 420,538 0000000000000000020826d14a44e1ca49fcff32d60d21aff7a4fcdb2911f2a1 1,689 0.93/1.00 vMB 37
420,537 420,537 00000000000000000369f0fe4954c1604d8b55e3115686acc3e61577d5939974 2,505 1.00/1.00 vMB 51
420,536 420,536 0000000000000000029285f8872bdc610388cef8cf3a6c260f61dbea826263a8 2,529 1.00/1.00 vMB 89
420,535 420,535 0000000000000000051d5c22aa7955736ac9165b7d2f17f8309aa31a9cf18b42 459 0.20/1.00 vMB 47
420,534 420,534 000000000000000002865ded82e2bccd43bd6e1644a29609b49088752686fe30 295 0.11/1.00 vMB 69
420,533 420,533 00000000000000000197d331a0d5622442eb3626788c920ed3c8810f0d5a2ccf 1,485 0.80/1.00 vMB 41
420,532 420,532 00000000000000000022c5f307a77e81a32ed1c68d326f8b1a30698b4511e42d 2,033 0.99/1.00 vMB 50
420,531 420,531 000000000000000000a8af71f8619b8cf6fc722b370e2a333c77f8b5a24ec80c 2,426 1.00/1.00 vMB 57
420,530 420,530 000000000000000004253ac95804d53dc895bb7d772661b9d08b504301bc1cb7 2,175 1.00/1.00 vMB 51
420,529 420,529 0000000000000000003332c92e35783180df4147cbea2278d64c785f4fb513e2 669 0.43/1.00 vMB 50
420,528 420,528 000000000000000003c3f393259cf31a46d159942d1fab81cc682a6ae8ffe669 325 0.17/1.00 vMB 51
420,527 420,527 000000000000000003aad82f8a1f47f5b7e63017970497a564652983a7059961 1,262 0.98/1.00 vMB 29
420,526 420,526 00000000000000000022d5aa4753231a8dcbf139c3e381f6ddabf3b1a1113ef9 754 1.00/1.00 vMB 16
420,525 420,525 0000000000000000049eccb89e39b7128bf15c4a112a389d3bfe3f37b65cb010 328 0.62/1.00 vMB 17
420,524 420,524 000000000000000000ea49832688599cab784c798e36e53577ce88f10b05f60a 1,841 1.00/1.00 vMB 54
420,523 420,523 000000000000000001a99689f58f20de78e5b0fcc7fc9c4c4c57d5476fe14459 1,224 0.96/1.00 vMB 35
420,522 420,522 000000000000000001c2073d95271e86386917821bda857df48f66981abede32 633 0.50/1.00 vMB 37
420,521 420,521 000000000000000001116c1821a4541e9134f10163de35043514383726b6c080 1,793 0.99/1.00 vMB 42
420,520 420,520 000000000000000002bd90d7d5487abca6e736df1cfc01118a1b226525c39a67 3,028 1.00/1.00 vMB 72
420,519 420,519 0000000000000000043d847f0c2f57814dbd4c2f34adb3726ee317884b09b83a 1,646 0.74/1.00 vMB 50
Previous 10 blocks ↓
Total Size: 782.57 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: 671.24 GB
    • Received: 15.88 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.