Loading Tool

Explorer IconExplorer

Memory Pool

38,234 transactions
28.51 vMB
0.05972538 BTC
Random Selection Loading Transactions
Max Size: 144.41/200 MB

Candidate Block

Mining Attempt 2ef9ade87759c69841eb2998db97eecce5a77b8e03d4ef9321dce16f8ebb6296
Version 20000000
Previous Block 0000000000000000000172f408868dfd9c95d80046967b5978bb59a25e069243
Merkle Root 7c2523c0b0ddf677a1cb3a042d521b6c55aaf9f2866e7f034df702dadec57b11
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,333
Size: 1.00 vMB
Total Fees: 0.00476772 BTC
Feerates: 18.31 > 0.48 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,544 (292,453 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
622,091 622,091 000000000000000000063cd2f24e0e3a3275a8e007e8112462940848be085993 2,710 1.00/1.00 vMB 30
622,090 622,090 000000000000000000050502eccac12da25d19458d6ab06a9a6c5c2944879cfa 2,996 1.00/1.00 vMB 56
622,089 622,089 0000000000000000000c563e3ff2e0c050539120b12c30495e236e2b740be3a9 2,668 1.00/1.00 vMB 45
622,088 622,088 00000000000000000005e42ba79c59458192212dc8b1fbdd27501732264c2fb8 2,526 1.00/1.00 vMB 36
622,087 622,087 00000000000000000002eb221b5c8ed6ed1a26204342e0d40e3f03ac275c4db4 2,254 1.00/1.00 vMB 86
622,086 622,086 000000000000000000028e2944d670938032788500b0cb71afef786a481e1962 1,909 1.00/1.00 vMB 74
622,085 622,085 00000000000000000000bbaa9ba8542201fb34c0407a1fc910e65d5c6c8c6085 1,685 1.00/1.00 vMB 39
622,084 622,084 0000000000000000000d163c0c01bb6d342103151d191be7597e87cb25406c4f 2,488 1.00/1.00 vMB 67
622,083 622,083 00000000000000000003bce47d4ab226238f6fe124a485db234ff7187ea1b799 1,559 1.00/1.00 vMB 61
622,082 622,082 0000000000000000000cf8ef6daa3f3ff1775eb836d40f765ec34eccf702161d 2,565 1.00/1.00 vMB 67
622,081 622,081 00000000000000000009d1accfb98ef44b034d3901b0d51b9c58c860fe82e9da 2,354 1.00/1.00 vMB 99
622,080 622,080 00000000000000000002ecf54d4826d350803ee52566ad57caeba9eccdb0a974 2,731 1.00/1.00 vMB 37
622,079 622,079 0000000000000000000e489cd65e2dd31e942ba728fe1bd10086f68e5c84a352 3,032 1.00/1.00 vMB 68
622,078 622,078 0000000000000000000eee65c404d8176364a3df657f9d803a50c1713a21a5ab 2,754 1.00/1.00 vMB 69
622,077 622,077 0000000000000000000b994236840452e5a40aeb9971944f1beb9224d1c4b5de 2,520 1.00/1.00 vMB 74
622,076 622,076 0000000000000000000a7d6dcde5ebc731d70e2c9a4333579f488941e819e015 2,344 1.00/1.00 vMB 80
622,075 622,075 0000000000000000000e765dae1746f62123569af07345f504648c60e4c5a7fb 3,111 1.00/1.00 vMB 57
622,074 622,074 0000000000000000000f999b30b63e08cdc4ffe7a6305957b1785bf3a0e3c2b9 2,400 1.00/1.00 vMB 59
622,073 622,073 00000000000000000004f1162c6f27ade3403ff0210a8f91d15603f6e0e4c0b9 1,479 1.00/1.00 vMB 69
622,072 622,072 00000000000000000008a81d65f4cc1bc894bfdb29de28b4cf88eedae8c218a8 1,517 1.00/1.00 vMB 78
622,071 622,071 0000000000000000001006fd50b65e52cbbc26e7ffa561abb1c7516b14577aaa 2,967 1.00/1.00 vMB 89
Previous 10 blocks ↓
Total Size: 781.58 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 622.72 GB
    • Received: 11.37 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.