Loading Tool

Explorer IconExplorer

Memory Pool

39,254 transactions
32.05 vMB
0.10706134 BTC
Random Selection Loading Transactions
Max Size: 159.00/200 MB

Candidate Block

Mining Attempt 978cb681569fbf71a6da59b3711104c7f0c4259c0b5d2359612191f53144fd97
Version 20000000
Previous Block 00000000000000000000d6693abb5cc51c9745844ab64d16c61f5999a97d9406
Merkle Root aa1cfc8f97958c8b905bca2c5ce7f8180847aee7ca74879573bb0716ec51f820
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,286
Size: 1.00 vMB
Total Fees: 0.03992263 BTC
Feerates: 179.53 > 4.00 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,328 (851,568 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
62,760 62,760 000000000d0d6ad91e234c53f86c14321c4fb99c0e7ef8980a171b19912f5584 1 0.00/1.00 vMB 0
62,759 62,759 000000000d11c88ae2400d5d1d6ba8845e39263fe54934beb632fe836248f17a 1 0.00/1.00 vMB 0
62,758 62,758 000000000029ba229036e0c59852085d92561cfc2d3ea01faadece29ea5260ca 1 0.00/1.00 vMB 0
62,757 62,757 00000000017b8cca195dd61ce7f1943c03e1c9643600abdb4728653b23621705 3 0.00/1.00 vMB 0
62,756 62,756 0000000007a664e6cb3d9b6bfea9243c75d20fdffa92bbe9349800534ab8defb 1 0.00/1.00 vMB 0
62,755 62,755 0000000002c0b766196ec0e9a963fc25ae0496635ec66198f4472b4172c0255b 2 0.00/1.00 vMB 0
62,754 62,754 0000000007385d885821cfe3ded46566db993efc989d009fb0ca668f18d29e0c 1 0.00/1.00 vMB 0
62,753 62,753 00000000013de2e9efc09670738137598d604fc20b6e227bf2c6e4326c671e92 2 0.00/1.00 vMB 0
62,752 62,752 0000000003f55b590fa98fd042d8014db171870cba395b711a805e2a333e018a 1 0.00/1.00 vMB 0
62,751 62,751 000000000563cc9e132b79745b6ac97f3e721af6ca82fff49a5fcf0da8086ed5 1 0.00/1.00 vMB 0
62,750 62,750 0000000004df44301108fed3375fa452feb63e6bbd3497b52f4c6b27676c90e6 1 0.00/1.00 vMB 0
62,749 62,749 0000000006e95557d99750880252d3f2a43ec6e4c5cebe0f7d05d28777d756e5 1 0.00/1.00 vMB 0
62,748 62,748 000000000cddeea1810007ff3c1e380448905f467856463504bc2b01cfb90f03 1 0.00/1.00 vMB 0
62,747 62,747 000000000091787b6a56a515eda4892d6a4ef5bfae4df4ec2d3dac884e394017 1 0.00/1.00 vMB 0
62,746 62,746 000000000b4773910474bf6322b24eae321932402b1f84f17be63cda021fc244 1 0.00/1.00 vMB 0
62,745 62,745 000000000c24bcf43afe7b8a06184c74226924901212759b7f2d6b9e77a1da2a 2 0.00/1.00 vMB 0
62,744 62,744 0000000009df54d02a9b5c6f1f1abb590c276593d25fbb1e0c5ff1a9e381ca62 3 0.00/1.00 vMB 0
62,743 62,743 000000000d2c7162fd86ad73908fed6a2042b7650924470c7a0b6494ec60c376 1 0.00/1.00 vMB 0
62,742 62,742 000000000cda51369b4a2f32d0ecb999f235600b3e671ed99bc11b940ee54e9f 1 0.00/1.00 vMB 0
62,741 62,741 0000000002f1dcf013b0856bbf5771be245bcb416567cb13311fc34fcf96ca1f 1 0.00/1.00 vMB 0
62,740 62,740 0000000001a01cc103ca3de7870136c71dd9f04df7bc4f6947122f68f4eba582 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.18 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: 582.87 GB
    • Received: 9.30 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.