Loading Tool

Explorer IconExplorer

Memory Pool

76,684 transactions
28.48 vMB
0.06505976 BTC
Random Selection Loading Transactions
Max Size: 172.86/200 MB

Candidate Block

Mining Attempt 8faf6a69623efd08919727141cc1a1d2daa9876c27a6737e2566dd25cfb5b1ee
Version 20000000
Previous Block 00000000000000000000f174527a55589ee9a7d627506640aecc5089076e5f75
Merkle Root 2edf6f7933a87ad774cd83596f7150cd58f6d06b642e16ebe8a8eceed594a13e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,520
Size: 1.00 vMB
Total Fees: 0.00589624 BTC
Feerates: 178.73 > 0.59 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,162 (474,886 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
440,276 440,276 000000000000000000b3bb7f280d5de4eaabda392a59d347ef96c38ed50eba55 733 1.00/1.00 vMB 107
440,275 440,275 0000000000000000011955cb9dd346cb54f55fd8fdefb83ac8bfaea90afa2d4b 1,145 1.00/1.00 vMB 117
440,274 440,274 000000000000000002682591e1fe6fcb0f541b7c1876ad2ca61dd467dc477538 380 0.75/1.00 vMB 102
440,273 440,273 000000000000000003ad68bc3c2d3eb6d07b07f84fd6fbad39b44448f2916c56 943 0.75/1.00 vMB 123
440,272 440,272 000000000000000000c782f9a699d8fa9d5c161585c1f2c393f26a7eeb243382 1,740 1.00/1.00 vMB 79
440,271 440,271 0000000000000000023e166eb055bec9ea49a2e8cd0ffd71d1675d73252fe6ca 757 1.00/1.00 vMB 100
440,270 440,270 0000000000000000024be5da9877babb099591edc6b97bbbbd55c51a7644ebf8 1,123 0.75/1.00 vMB 122
440,269 440,269 000000000000000000aa5c9aea82c8112e183cab9212c9d358b80ebb4bfd6ff4 1,391 1.00/1.00 vMB 94
440,268 440,268 00000000000000000260b8f5c9028b405918932e94d4b51d57a95b26f90ce835 1,277 1.00/1.00 vMB 110
440,267 440,267 00000000000000000275c6ca58acd9b928cc5ca9719124d9513d2820027b827b 796 1.00/1.00 vMB 95
440,266 440,266 00000000000000000322392c235e7df73d15947f486896ae6c8ba37f1ee08cef 1,289 1.00/1.00 vMB 117
440,265 440,265 0000000000000000004dfd26735f931027891aa7d2548e3af060d144f06a4af9 1,951 1.00/1.00 vMB 70
440,264 440,264 000000000000000003736b0f5dd20ed8b01159a4679cfde2d107c6d1e431cc41 1,981 1.00/1.00 vMB 89
440,263 440,263 000000000000000001d259af2d0c9894d0ae7ec80aaa8de14b4a981bd3f8201c 2,344 1.00/1.00 vMB 64
440,262 440,262 000000000000000002e4403e2babdccfe89704277ea48e1ab3ed5957cdfb1f24 2,469 1.00/1.00 vMB 75
440,261 440,261 00000000000000000364469f87b7ba30e40402d212d8be71c0eb2360f8807f4c 3,362 1.00/1.00 vMB 67
440,260 440,260 000000000000000001732cd3151b0bfac6d4681266149de6b6da5c56149d7f15 2,412 1.00/1.00 vMB 97
440,259 440,259 000000000000000001bdf2a6cab1daeda936a59a32663af4cf332792910bcc96 2,620 1.00/1.00 vMB 92
440,258 440,258 000000000000000002638252339400c9defeb9161d6d4b0bda49e92ec11dd1be 2,966 1.00/1.00 vMB 74
440,257 440,257 000000000000000003dff419e2e95a76aa3cd23f3b00182463610793f8fc638d 1,407 0.75/1.00 vMB 122
440,256 440,256 00000000000000000081ff26f7ca18c1fb6f081d6248302ffe23163864a57ace 1,637 0.75/1.00 vMB 76
Previous 10 blocks ↓
Total Size: 782.68 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: 675.55 GB
    • Received: 16.43 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.