Loading Tool

Explorer IconExplorer

Memory Pool

82,133 transactions
31.07 vMB
0.10714653 BTC
Random Selection Loading Transactions
Max Size: 188.58/200 MB

Candidate Block

Mining Attempt e7c962df0b814b205aea40b75f168f425858fe1bbb87b89f24f804e33a0fdfed
Version 20000000
Previous Block 00000000000000000001f5417a435556f5b747dcad246527d5eeb9ad9cf4d081
Merkle Root 5a633f0ca349725da597455b3eda5b72c1cb079b98048ea01a1e6c72a3a4b5e1
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,385
Size: 1.00 vMB
Total Fees: 0.03418793 BTC
Feerates: 803.65 > 3.43 > 1.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,352 (311,588 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
603,764 603,764 0000000000000000000c58c18e38ee2447f6b074570fc28b0ce1a6fb5305f768 1,451 0.47/1.00 vMB 22
603,763 603,763 000000000000000000137b8cdef55da5fe9c0cd579fea8328f898d729038f92c 3,455 0.99/1.00 vMB 19
603,762 603,762 0000000000000000000420a2746e7047233113889e0c131265574e2a66a93adb 1,761 0.56/1.00 vMB 23
603,761 603,761 0000000000000000000ff81232645c9e4845e48d633d8e5a91a4d5016e0e3431 1,520 0.47/1.00 vMB 27
603,760 603,760 000000000000000000092753cb852798d7f625e1d34f1d72c51a1840fa9fb4b3 2,903 0.93/1.00 vMB 7
603,759 603,759 00000000000000000004ed7e767cb6d8da863c381703107cdf0b1a6de0359441 3,056 1.00/1.00 vMB 38
603,758 603,758 0000000000000000000231a444ae6ea7acfe66e9440226faff9fa494492c62ba 1,259 0.37/1.00 vMB 23
603,757 603,757 00000000000000000011aab742aaefa3170f962828a45524169f828af9469a55 2,789 0.89/1.00 vMB 15
603,756 603,756 00000000000000000006a266e918319641abb5f7e61757c2b1811ecede54df9b 2,398 1.00/1.00 vMB 18
603,755 603,755 000000000000000000112c25d5c4769db18e015df1455cf4f71d10721935c835 1,460 1.00/1.00 vMB 6
603,754 603,754 0000000000000000000436c0667c557ee313d2ddeb387bf654ea9b7b897b263d 2,417 1.00/1.00 vMB 20
603,753 603,753 00000000000000000001b9dee8eaa0ff908a4e94559f7ba26637e8a3abd283e9 2,155 1.00/1.00 vMB 19
603,752 603,752 0000000000000000000b18d42ff62a792a42b0c93a9a71c48ef2b2d0b4f6aa25 2,245 1.00/1.00 vMB 17
603,751 603,751 000000000000000000082094f8dde4bf8bbdc428cc4fe4cc823e0564539c18e7 2,187 1.00/1.00 vMB 16
603,750 603,750 0000000000000000000ee65a37891e25f1bd9e1f072908d0836f257ee583757f 2,230 1.00/1.00 vMB 28
603,749 603,749 0000000000000000000438c3c5dd3a64a04b19705e0c1230df8f36bb0fa2231e 2,306 1.00/1.00 vMB 40
603,748 603,748 00000000000000000013849b6a5bbee566fc95efa425dffc02f845aa71bca3b0 1,677 1.00/1.00 vMB 23
603,747 603,747 0000000000000000000182280a99c74da9d1d61fd4377af1d7b09d2222f63d6e 2,630 1.00/1.00 vMB 25
603,746 603,746 0000000000000000000ed565aeb383f4a52777556b1e8bef160106dc55579b01 2,970 1.00/1.00 vMB 30
603,745 603,745 0000000000000000000ef90e939ef04a8c98da533afb1062fa0adde5cc7dce02 2,763 1.00/1.00 vMB 35
603,744 603,744 000000000000000000071c591e3d4f41ca3908e99c3af5f1fa2ddae34f102650 2,244 1.00/1.00 vMB 40
Previous 10 blocks ↓
Total Size: 783.00 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: 718.64 GB
    • Received: 17.93 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.