Loading Tool

Explorer IconExplorer

Memory Pool

83,825 transactions
31.77 vMB
0.11900798 BTC
Random Selection Loading Transactions
Max Size: 194.06/200 MB

Candidate Block

Mining Attempt abf5ab45fa9ad8c7990b1b742bedf8be077de342847463794b4c29ec48145dfb
Version 20000000
Previous Block 000000000000000000019785507a79249f2e450279abdeb5d17be8cab73e03e8
Merkle Root cd0a9ac9f8c0fe6b797c9dd1b107499d9e6822fb71166615502f81db7a000845
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,233
Size: 1.00 vMB
Total Fees: 0.04266023 BTC
Feerates: 301.05 > 4.27 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,221 (518,455 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
396,766 396,766 0000000000000000078229f7bf66e7d61d02f7e2ea1a2e8629eb4a94c995d64a 1,397 0.72/1.00 vMB 32
396,765 396,765 000000000000000006615a2c35aa5b60847607b1cb98f9d6e4cac4521acee29b 993 0.93/1.00 vMB 19
396,764 396,764 00000000000000000289681ee35cadb6b0daf5797730cdbad5b7118705cf2781 1,052 1.00/1.00 vMB 18
396,763 396,763 000000000000000006ecbd726aca8156077ef2eab3f475dd3d63f293c1cbd5e7 1,397 0.75/1.00 vMB 29
396,762 396,762 00000000000000000046901916e8782d297665b7bb811bac13e5df1d2d0dc5aa 2,318 1.00/1.00 vMB 37
396,761 396,761 000000000000000007679c6930aad6d8d5837462329338cc271e6dd3247ccbb4 2,926 1.00/1.00 vMB 71
396,760 396,760 000000000000000004ad8850a161dc4734fb20c5396828e6d5446a8dbba502c7 2,030 0.95/1.00 vMB 40
396,759 396,759 000000000000000003afe8a0d821256cd3690fdaebf72ee994ad75c166548947 1,233 0.75/1.00 vMB 49
396,758 396,758 0000000000000000032035d3c31b3a4c3ddc0ca29bcc64498d31c28603aad142 2,677 0.95/1.00 vMB 56
396,757 396,757 000000000000000001e64f9026ea220b482adf4ab5f1a89b6b42e75e218f8ff3 550 0.27/1.00 vMB 34
396,756 396,756 000000000000000001d17e2367969b17b1926773d4dcb041d0c37bbb61692f57 1,235 0.64/1.00 vMB 47
396,755 396,755 0000000000000000087ac350bcd0a811a608ecd496087b9eb1f05d9e63987c30 1,493 0.82/1.00 vMB 39
396,754 396,754 0000000000000000038e1159d43b3001a687fe50e143b99a12052cf7ab802d62 1,215 0.62/1.00 vMB 41
396,753 396,753 000000000000000001975b39f2cbf2b376c42c08b17ed3deaf26536c3f1a2fe4 2,038 0.87/1.00 vMB 41
396,752 396,752 00000000000000000630aaacd53b4ed2442052f3eb5f38af6141852c0638c37d 774 0.31/1.00 vMB 45
396,751 396,751 0000000000000000021dc35cd29b229671e92878f47693f94aae8fc0f436092c 403 0.21/1.00 vMB 32
396,750 396,750 0000000000000000056c741e5b6d0b91c451a9c4031ccc6b53e36daf7ceff515 669 0.45/1.00 vMB 20
396,749 396,749 000000000000000005f42809ff51c1ea36ff8e5c33a2099eae114324a69027fd 198 0.10/1.00 vMB 58
396,748 396,748 0000000000000000080ca15a13035c1e8273be4179da89abf6c3bcc264b819b8 960 0.57/1.00 vMB 26
396,747 396,747 00000000000000000138badf1231d3d677ddaff98c3364356c7ee6ce0b4de9a4 2,757 0.95/1.00 vMB 55
396,746 396,746 000000000000000004bf2ea6bf31ac3f6bc2d52ceb6ad9b78f1b2160fc1b182f 928 0.65/1.00 vMB 31
Previous 10 blocks ↓
Total Size: 782.77 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: 709.34 GB
    • Received: 16.89 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.