Loading Tool

Explorer IconExplorer

Memory Pool

72,112 transactions
28.25 vMB
0.06830358 BTC
Random Selection Loading Transactions
Max Size: 170.85/200 MB

Candidate Block

Mining Attempt ab552afa5774cfbf36a8760806b0c3087f583c44952ed0733203d75e8f595cf0
Version 20000000
Previous Block 00000000000000000001a18d139e70ae04f6e14722c385621e522f106379ab13
Merkle Root a85161aa4a9d8f0d7bc201a4fcc9d0fece029fe9c14f6a0c5b93eefedd9ad42a
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,606
Size: 1.00 vMB
Total Fees: 0.00641049 BTC
Feerates: 136.43 > 0.64 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,450 (526,813 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
388,637 388,637 000000000000000003f3886a6884d06e04b89e67e58a1e88362bb5e243485312 1,111 0.42/1.00 vMB 44
388,636 388,636 0000000000000000054f72e3257d5bb00bc90c44e57f7b046f41b56bc32a8e96 215 0.46/1.00 vMB 9
388,635 388,635 00000000000000000d69d765d881941e9c88fd025d7570e10fbdd7a28bbc1e7e 747 0.31/1.00 vMB 49
388,634 388,634 00000000000000000d7bde1fc1bb58aae1b4274a32e44cbe3484479b5225ba65 1,963 1.00/1.00 vMB 35
388,633 388,633 000000000000000001d0535adc57fa36352d8150dfc68c147c14a5e6d5015333 1,068 0.64/1.00 vMB 27
388,632 388,632 0000000000000000031ad159c63ff52ffb64c8d105a98490d29661237ba83ec1 2,526 1.00/1.00 vMB 51
388,631 388,631 000000000000000003b531ddb61c90dca20a81858103bb5ca84777755edb4f59 1,104 0.51/1.00 vMB 31
388,630 388,630 0000000000000000027a30fd07e581c0988175226bec651fa096d924bfe33455 1,608 0.63/1.00 vMB 39
388,629 388,629 0000000000000000025a8c054adc32e166fa8474ceaf65540b3ae350df4abac6 639 0.75/1.00 vMB 19
388,628 388,628 000000000000000006557cc3b5887e6247607ed9277f689039d24f82c0fcdb5d 1,873 1.00/1.00 vMB 34
388,627 388,627 000000000000000006d83b06dbd8a6ec1d6732c8ce37e2b859efaecd1a8eae52 825 0.30/1.00 vMB 38
388,626 388,626 00000000000000000aa18a985b1eb7a0c91df80e20beec26c8eecc1f4d02c16d 2,031 1.00/1.00 vMB 32
388,625 388,625 00000000000000000a7eb28df95e7ea39de71bc3cf64526beb921dae3ed5e059 496 0.19/1.00 vMB 43
388,624 388,624 00000000000000000595466a0293664f20ae3b36a8e28b5f9d24ac283fe7ee0b 1,540 0.58/1.00 vMB 44
388,623 388,623 000000000000000008b3279bfff46c58af35e8df498018399c908832ba1ab2f1 2,485 0.97/1.00 vMB 46
388,622 388,622 00000000000000000c84c883cdf5ebd877bfc5d9dbad410222b01c18aeeda507 1,591 0.84/1.00 vMB 33
388,621 388,621 00000000000000000705fb1d81900cd220e4f8f7cc04b14483923b1dccc70f50 1,059 1.00/1.00 vMB 13
388,620 388,620 0000000000000000077e75276ddd3274e8466a36591e201780adb1bd44e04516 1,704 0.95/1.00 vMB 29
388,619 388,619 000000000000000005281c5abffc2e7a8ee8ed2c0129b9b6c032c934f698c27c 1,269 0.54/1.00 vMB 40
388,618 388,618 00000000000000000831c247cc6621df0225de1e02433560aa20ca7a246aa2e0 1,035 0.52/1.00 vMB 32
388,617 388,617 00000000000000000a11df2393eee3b960272c4e8f47808fbae1062a4083b1f4 985 0.67/1.00 vMB 28
Previous 10 blocks ↓
Total Size: 783.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: 750.01 GB
    • Received: 18.83 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.