Loading Tool

Explorer IconExplorer

Memory Pool

79,573 transactions
29.23 vMB
0.12152130 BTC
Random Selection Loading Transactions
Max Size: 176.99/200 MB

Candidate Block

Mining Attempt 6137201e2347db5fe2168a007f8cda5ca54924dce86ebcd1103276ec63c60984
Version 20000000
Previous Block 0000000000000000000091529ee73241fad69118a73730bb9cb3c6a9b21d667b
Merkle Root 5b4b4a4a7ed12cc98e653b2ef5955d73d0eee31ff01cf2273e0bab171a64c689
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,798
Size: 1.00 vMB
Total Fees: 0.04448758 BTC
Feerates: 301.72 > 4.46 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,297 (482,211 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
433,086 433,086 0000000000000000041d6e7ba1d48021ac990e7154e7103eb8ff125a5a2cb7f1 2,147 1.00/1.00 vMB 76
433,085 433,085 000000000000000001a2ad66a6ede04de453ae960628992af0ff98bd8dce3d15 2,889 1.00/1.00 vMB 84
433,084 433,084 000000000000000003463be9767b8061009a0faf3c785f979a5d9738236553d7 163 0.10/1.00 vMB 46
433,083 433,083 000000000000000004215bd1ae6c3e9478c4ebc7a386ec03c794e6546740dbfb 315 0.21/1.00 vMB 55
433,082 433,082 000000000000000000eae36afb1c140490c5382b7e3fad92aff8c404a4b34182 2,127 1.00/1.00 vMB 62
433,081 433,081 000000000000000003acf1ad3fa4fe83675285517e293a86c0e4e2584f515d89 731 0.34/1.00 vMB 61
433,080 433,080 0000000000000000039856256082b40cb2e454e594a387f771738a0ea81227a0 538 0.43/1.00 vMB 24
433,079 433,079 00000000000000000483e5fb2b554e806af9fc30c395d2a0d4dc9e99a56e66a7 2,295 1.00/1.00 vMB 62
433,078 433,078 00000000000000000479c8ff4afdffda6a7e734e8cf44b79a67719ae1d3512f0 2,002 1.00/1.00 vMB 58
433,077 433,077 0000000000000000008043cc23713b306737d1f7b87344b199a4438b865a90fc 1,981 1.00/1.00 vMB 68
433,076 433,076 000000000000000002bdf49c0ed5310b32a718b5d988e720a3d3a165cfb441de 365 0.25/1.00 vMB 54
433,075 433,075 000000000000000000e26571eb2994dd68b9fd5f4283e54e4f1c049e4bb44060 831 1.00/1.00 vMB 41
433,074 433,074 000000000000000003fc851a6d473b3aca5a67f3e3d4190e417bce6f544c105f 2,416 1.00/1.00 vMB 69
433,073 433,073 00000000000000000079156696c94f90c4a4106e6f3ba4ed3d4c60b41fb381d8 2,727 1.00/1.00 vMB 72
433,072 433,072 000000000000000001cb11d4d6e6e3c4e5a6d7ad0c655303614704c1aae290db 365 0.16/1.00 vMB 50
433,071 433,071 00000000000000000367c32bc9e677a97a12a9246962f95c463d48ccd9dd6f89 361 0.16/1.00 vMB 63
433,070 433,070 000000000000000003b0cd9887748fdfb0967f2f54babaefca95502ca07399ad 1,452 0.64/1.00 vMB 58
433,069 433,069 0000000000000000010601cbec8d0cfa97218e977578ec020bcc0f774958e6ea 1 0.00/1.00 vMB 0
433,068 433,068 0000000000000000026ab92bc71e2b02c751e98f3e6d1b0ebfd75f44e10aa0c3 786 0.35/1.00 vMB 61
433,067 433,067 0000000000000000021a91d28218f5bf1c88db1d51a12ecd5ca641e77d46c30b 108 0.14/1.00 vMB 28
433,066 433,066 00000000000000000421299f3390339f7e5465d6f67b29325b9ffa6536dcc9a0 84 0.03/1.00 vMB 68
Previous 10 blocks ↓
Total Size: 782.90 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: 713.74 GB
    • Received: 17.46 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.