Loading Tool

Explorer IconExplorer

Memory Pool

78,338 transactions
29.21 vMB
0.07444496 BTC
Random Selection Loading Transactions
Max Size: 174.84/200 MB

Candidate Block

Mining Attempt ff8adf57163e5c38a33555149f470285ef1fa97ec2cf9921a30f52b16cb08ac2
Version 20000000
Previous Block 00000000000000000000c0578122c3a20c1a0fa197853326ae531fa58ec09638
Merkle Root 1f0d9e7bd6726fbf92c8bc03f6beb8b6b2a681535568b6fa5a43593aaa4f2648
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,042
Size: 1.00 vMB
Total Fees: 0.01494114 BTC
Feerates: 73.20 > 1.50 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,061 (297,981 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
617,080 617,080 00000000000000000009d48b53151b309ea5381af1eacd88883461516d1bc370 3,012 1.00/1.00 vMB 51
617,079 617,079 0000000000000000000a99444662902f6c305bac660a2f8379134721d1d015ed 3,110 1.00/1.00 vMB 49
617,078 617,078 0000000000000000000c6cdc2acb271301b25b2a01867c5682c8d5eb10ecb5b1 2,990 1.00/1.00 vMB 32
617,077 617,077 00000000000000000002b4441f485a266dbc5b0411fa9fab2703c48e0576b78d 3,195 1.00/1.00 vMB 64
617,076 617,076 00000000000000000006aa2c01e39168b31d391ac716cd5106b2874bc7d4e18e 1,897 1.00/1.00 vMB 23
617,075 617,075 0000000000000000000e3569004d51e0b4d428b59fa951f4e12abd5faa48c084 2,852 1.00/1.00 vMB 30
617,074 617,074 0000000000000000000744e271f3f64db848b5947ef6df9e74d6801de7bbb5a1 3,078 1.00/1.00 vMB 29
617,073 617,073 000000000000000000051fb9f9523d640e28e3ae37ecad616c597a3cb2f56d60 2,482 1.00/1.00 vMB 43
617,072 617,072 000000000000000000041f1a82f67b84811615d8d3b69f7adf2f85c5804e6ab1 1,072 1.00/1.00 vMB 64
617,071 617,071 000000000000000000026a90d0a951a13988a42448110d70063abe810e30a185 938 1.00/1.00 vMB 92
617,070 617,070 0000000000000000000b8036b8797e7284120b6cd2bf40869a5537a61f166d9f 2,733 1.00/1.00 vMB 15
617,069 617,069 000000000000000000073053f1dc40c4a4fac8f6752aeabf86a4e7447b15e49a 3,047 1.00/1.00 vMB 35
617,068 617,068 00000000000000000000135f2186ffbe9bdb45922c250625a1e9cb23b3fcd5d8 2,982 1.00/1.00 vMB 32
617,067 617,067 0000000000000000000bbbd5b4ba997838e89e2a5192ccf8d09c40e3e3be1683 2,783 1.00/1.00 vMB 14
617,066 617,066 00000000000000000010686f4ba855da01fad6f979325c4d9e0293b4df9eee23 3,144 1.00/1.00 vMB 37
617,065 617,065 000000000000000000043d02bd15e33b65ab796604ebaf4b8f0add4eb024fbfd 2,830 1.00/1.00 vMB 24
617,064 617,064 0000000000000000000aa98c7755ebff6cba16b00b42a720c6ae6eeb5bad1d27 1,988 1.00/1.00 vMB 22
617,063 617,063 0000000000000000001062d5db91a00663ef44dfa1a6ca3627b8a3c64796ea60 2,735 1.00/1.00 vMB 19
617,062 617,062 00000000000000000003649b2ff8c194d56b8cdfc399d89dbaef647bdfcab084 2,662 1.00/1.00 vMB 30
617,061 617,061 0000000000000000000a5784042fd89566e577d3c50e3c406c221012d39fec68 3,514 1.00/1.00 vMB 34
617,060 617,060 0000000000000000000ce42cebccbafe38380349f00115366d339e9e20a832f4 2,885 1.00/1.00 vMB 46
Previous 10 blocks ↓
Total Size: 782.50 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: 668.39 GB
    • Received: 15.49 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.