Loading Tool

Explorer IconExplorer

Memory Pool

42,594 transactions
26.20 vMB
0.05687095 BTC
Random Selection Loading Transactions
Max Size: 137.57/200 MB

Candidate Block

Mining Attempt bc983614967a606dc7c9a9d5fc5b18b9d9648c4b803fd0e6f432702d78306139
Version 20000000
Previous Block 00000000000000000000038677f305517a8cc11c54bf2db46b69946ea9907fbb
Merkle Root 58afab8197922fbdc1e84404b8e97ee8107639379b7814b239ed06bd50f34603
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,604
Size: 1.00 vMB
Total Fees: 0.00908665 BTC
Feerates: 121.00 > 0.91 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,759 (463,095 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
451,664 451,664 000000000000000000f377b0fe414e7ce152fce44a920d83eb8699896bbc4aa3 2,428 1.00/1.00 vMB 67
451,663 451,663 0000000000000000016a0fd3d1d61f4d52894b02c709d03cff2b4cdf973d8ce8 2,090 1.00/1.00 vMB 93
451,662 451,662 00000000000000000263cf852e4dadd7e5b5121ec292f2ce3d5e6eae656938d0 2,304 1.00/1.00 vMB 122
451,661 451,661 000000000000000001dd6c454560e388bf9c73e77b0b355135f1027f3b4680fb 1,943 1.00/1.00 vMB 77
451,660 451,660 00000000000000000001a20b6ddcea6464ff610a1b69b0e749be46dea3223e28 2,739 1.00/1.00 vMB 164
451,659 451,659 0000000000000000021bf79b4d5d5bce4dd9b5a7aca1bec4981360dfa2b683cc 1,897 1.00/1.00 vMB 123
451,658 451,658 00000000000000000045c5d97819de3efdbe5ff6f48719030a7f6f9cab6d8541 616 0.55/1.00 vMB 53
451,657 451,657 00000000000000000100c1582fe1a4e7895b3c00f9aed1fbe67947a8de7fbc45 2,404 1.00/1.00 vMB 142
451,656 451,656 00000000000000000250b985c87986d9ef1fae73296d234646d695efa4937689 978 1.00/1.00 vMB 24
451,655 451,655 0000000000000000020194d272f8a163f0c55abd192d9d37f90ed893024affc8 1,327 1.00/1.00 vMB 51
451,654 451,654 00000000000000000158260e097fc6f6dd62b388a09049750f557ecef7f5c8e2 1,491 0.62/1.00 vMB 98
451,653 451,653 00000000000000000068c98a24708795a8b33758f3d868d86483a601b61976a9 716 1.00/1.00 vMB 24
451,652 451,652 000000000000000001fb9c18bb87ffca3f4b66495dbd599408791544ae233c9e 930 1.00/1.00 vMB 31
451,651 451,651 00000000000000000268ec6683c1d3a6b69f86fa4e833814cec4c4707b024e48 1,654 1.00/1.00 vMB 80
451,650 451,650 00000000000000000217efcc361a86c6c76eea3acd8c66444eff833138f2ed21 2,096 1.00/1.00 vMB 93
451,649 451,649 000000000000000001adb7c9ac3dfbe8bb7541c553bc9b69eef765c3f8f0f01e 718 1.00/1.00 vMB 25
451,648 451,648 0000000000000000003456b2b041ff64e546b360229e42f4619a2aadbcf34894 1,036 1.00/1.00 vMB 65
451,647 451,647 0000000000000000017faaeb94463142ba741f4f1e50a3dd66dad0776839fbdd 2,076 1.00/1.00 vMB 68
451,646 451,646 0000000000000000011d8d6793496aade2ea07710f2da69fb99951ce1660dca6 2,019 1.00/1.00 vMB 91
451,645 451,645 00000000000000000191136c414750544f613f8b64d304ffbf42afb77650e9d6 1,839 1.00/1.00 vMB 89
451,644 451,644 000000000000000001b23aa1f6ae53597f4a962c1fdb52b77712266ab146c101 2,729 1.00/1.00 vMB 133
Previous 10 blocks ↓
Total Size: 781.96 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: 647.52 GB
    • Received: 12.95 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.