Loading Tool

Explorer IconExplorer

Memory Pool

82,404 transactions
31.11 vMB
0.12513156 BTC
Random Selection Loading Transactions
Max Size: 186.98/200 MB

Candidate Block

Mining Attempt f18a614a699f4f7e08f5e3d395e83cc9df2056d0d8f9bf863d964242ef8c01ff
Version 20000000
Previous Block 00000000000000000000ed28e39baea4b6623f6a6c602c921cd015c56b2bd9e9
Merkle Root 50f19187bbdb307777cab5ab6307ee06993c9e1cc92b408325eab6c20511f4ab
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,095
Size: 1.00 vMB
Total Fees: 0.05429043 BTC
Feerates: 180.34 > 5.44 > 0.47 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,171 (265,324 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
649,847 649,847 000000000000000000051191ba932aa56f42d269ea3742a237336c04f337f669 2,397 1.00/1.00 vMB 19
649,846 649,846 00000000000000000006b3f1486f27094c8ce7b2b2c66004d530106fb06b0fb2 2,495 1.00/1.00 vMB 39
649,845 649,845 00000000000000000007a7652204caaff1fcd9eed6f4d298fac8a855ef42f7d0 1,944 1.00/1.00 vMB 34
649,844 649,844 0000000000000000000dca05c83d838628bb91ed03a0407aa40dcf4633064ebb 2,260 1.00/1.00 vMB 48
649,843 649,843 0000000000000000000357adc61805b93204285c9d7a30c82cabc7bcd240c3a5 2,310 1.00/1.00 vMB 68
649,842 649,842 00000000000000000009c0ff20a5f7d96632b8ea97bc03a09a0f9c12b51747fb 1,781 1.00/1.00 vMB 28
649,841 649,841 000000000000000000063ef8327765b155af7f6db99ad6ee94b225f99462c773 2,570 1.00/1.00 vMB 58
649,840 649,840 0000000000000000000cb14310844e7708835d7565a06b0251d78ddd575270c0 2,887 1.00/1.00 vMB 54
649,839 649,839 0000000000000000000703cfda1e56c82263739593b31033957a0ab48d315cb8 2,270 1.00/1.00 vMB 43
649,838 649,838 0000000000000000000aa55de2b7c00bae713faab9276919ea9b5f124b191a74 2,819 1.00/1.00 vMB 60
649,837 649,837 0000000000000000000c98647f5d1988354706e8d81eeb3fd332bb92710cde13 2,890 1.00/1.00 vMB 37
649,836 649,836 0000000000000000000567823d64355ef518cc5bd2a782df81d586fd0fd39ce0 2,054 1.00/1.00 vMB 56
649,835 649,835 000000000000000000072cc7425889bd49f562941dc1aab7a3cc1c24ee00f6f9 2,615 1.00/1.00 vMB 82
649,834 649,834 000000000000000000077569fadd230c1d589d6f7c2a1996fc1e46cfb95d0b7c 2,554 1.00/1.00 vMB 89
649,833 649,833 00000000000000000009ff4d95b7c11e070225213dedda3c913ee3159f8b8cc6 2,532 1.00/1.00 vMB 63
649,832 649,832 0000000000000000000bf4398b348da9d43705bc8a275af8220e1de4d0216243 2,853 1.00/1.00 vMB 40
649,831 649,831 0000000000000000000b7f5e159add62c3fc6be7bbfe720d3a80922db8398c90 2,998 1.00/1.00 vMB 45
649,830 649,830 0000000000000000000982d5a725305a498eb079fcd8ce41b1ea56c90b02c826 2,712 1.00/1.00 vMB 58
649,829 649,829 0000000000000000000b3d0b4f19c3f46cf003c7bb4fb5d108cf3b46d64b517a 2,949 1.00/1.00 vMB 85
649,828 649,828 0000000000000000000cc214757b81ad8813a7f5331f39f62c0c44be134d6558 2,306 1.00/1.00 vMB 77
649,827 649,827 00000000000000000001421b0d440a0ca511a56f8615220222900605e45399ae 1,632 1.00/1.00 vMB 76
Previous 10 blocks ↓
Total Size: 782.69 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: 697.29 GB
    • Received: 16.53 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.