Loading Tool

Explorer IconExplorer

Memory Pool

45,962 transactions
32.29 vMB
0.12891606 BTC
Random Selection Loading Transactions
Max Size: 163.85/200 MB

Candidate Block

Mining Attempt 86c9699ab890c022f87328ebcded78fee83a888ad72df687ad1dc1d13e9ba0d1
Version 20000000
Previous Block 00000000000000000000eec519111293713fc768004cb21df7a6de617fb0ea11
Merkle Root e1459ed8dbcbc3b884b1c2b5970198ec4cb7b55460d4290e0d2f245075bf4e31
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,760
Size: 1.00 vMB
Total Fees: 0.05573226 BTC
Feerates: 265.25 > 5.58 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,580 (415,612 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
498,968 498,968 0000000000000000001f2d5c68ee14a3c5aea78784b1bfef9728d011372f7c78 2,652 1.00/1.00 vMB 426
498,967 498,967 0000000000000000006bfc1362b7b7c00270169ec28b788e8a1fa0e80d80f3f3 2,077 1.00/1.00 vMB 486
498,966 498,966 0000000000000000000c6b5f1b59ded05cbafb16bb15d2b16660da5d0613ee66 2,963 1.00/1.00 vMB 394
498,965 498,965 0000000000000000004c9cdfc918c48ff12649900de769ff1395c594425e616a 2,717 1.00/1.00 vMB 398
498,964 498,964 00000000000000000033a05c84da138f2a6779f34671082cfd4b9f586054c65c 2,052 1.00/1.00 vMB 448
498,963 498,963 0000000000000000005f492c25f8baf948090f879c31e1285c79b12593e92f7f 2,641 1.00/1.00 vMB 431
498,962 498,962 0000000000000000002ee49eace3f5f21f9930a08c9cd95e65701f306968880a 2,836 1.00/1.00 vMB 350
498,961 498,961 00000000000000000015311a8ffe7f52c914415ea87b55b05b7b93ab24dba735 2,937 1.00/1.00 vMB 392
498,960 498,960 000000000000000000659a3c00be612247e9d969f0478bc6065e9d14be676f8b 3,310 1.00/1.00 vMB 383
498,959 498,959 00000000000000000041726ce1798a8e5ee53a74afe8db2c5b8372a8e669a231 3,160 1.00/1.00 vMB 405
498,958 498,958 0000000000000000004473b4c9e45b2dda6de9270ade8a07081c9b80d20cfc1b 2,932 1.00/1.00 vMB 438
498,957 498,957 00000000000000000028e42245d15e103bbc8939d398bc8e4d55c4aeb4130eff 3,269 1.00/1.00 vMB 402
498,956 498,956 000000000000000000783b89ff8140c702753b6aa894d64f70c05529b7622257 2,884 1.00/1.00 vMB 445
498,955 498,955 000000000000000000aabc9831a830ab8542137c68998368b86f9127432767d5 2,667 1.00/1.00 vMB 339
498,954 498,954 000000000000000000ac5358dc0ffa910c16bd06ef2de862af568b5a9b775cdb 2,865 1.00/1.00 vMB 411
498,953 498,953 00000000000000000028e7bb3143625e4a365bf0cf0fdeccb3ad3d3fde4223e9 2,717 1.00/1.00 vMB 474
498,952 498,952 000000000000000000594758d39d0f0843a4b8f787d6cefe03c95ef40e858d9e 2,487 1.00/1.00 vMB 383
498,951 498,951 00000000000000000002fe75f8f0769b55f839abb753fcfeccbe2180ebaf799e 2,850 1.00/1.00 vMB 424
498,950 498,950 0000000000000000006656d1cb0751a8d0609cb487c2563c0753dfe0ca43e7da 2,605 1.00/1.00 vMB 477
498,949 498,949 000000000000000000823b18df1113b44c96fb2342955db1eeb84b0f404437af 2,470 1.00/1.00 vMB 264
498,948 498,948 00000000000000000033544dec747e0f257a08e6eb79d5f7e06059a415ea2a93 2,421 1.00/1.00 vMB 277
Previous 10 blocks ↓
Total Size: 781.65 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: 626.66 GB
    • Received: 11.70 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.