Loading Tool

Explorer IconExplorer

Memory Pool

80,501 transactions
29.71 vMB
0.07081120 BTC
Random Selection Loading Transactions
Max Size: 179.27/200 MB

Candidate Block

Mining Attempt a4c1d2c13b3d112dd3a153b086bb9b831d50a48455761172031d164a0f8c7395
Version 20000000
Previous Block 00000000000000000001febb03fdcff4c8ac482b94dd8500539809f9da5db1cb
Merkle Root 57defc6dc09bc2b8a64907a4fba54a76e825a6c1f51257efe8c5eddf5fe310aa
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,068
Size: 1.00 vMB
Total Fees: 0.01028834 BTC
Feerates: 502.67 > 1.03 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,981 (217,903 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
697,078 697,078 00000000000000000000f1d72acacaf4507487091bf70762c7eabf988051da7d 2,850 0.97/1.00 vMB 13
697,077 697,077 0000000000000000000b09977b24061c9f5759984b1c2693280a259d586b1c4b 204 0.10/1.00 vMB 10
697,076 697,076 0000000000000000000f8d9b962cd6d8bab3b58362ae8eeafe040581cd74239c 1,064 0.78/1.00 vMB 9
697,075 697,075 00000000000000000009cffac693b6acd2885a6b0eb0924d98e1a02804553a1a 99 0.03/1.00 vMB 10
697,074 697,074 00000000000000000005e0014f7e9ef7b1a59e513cdea27cc61ac1869a2a087c 611 0.68/1.00 vMB 8
697,073 697,073 0000000000000000000160c70017d9e89650b5591e7fae28fc1f0c6fb1a7bf9a 2,298 0.79/1.00 vMB 13
697,072 697,072 00000000000000000004e0d02a445f8304a0e1a19895d1c2f0bf8031a9a81929 770 0.30/1.00 vMB 13
697,071 697,071 00000000000000000008a83775f1a309f7b715677bcd30fea4193970f8f1fd88 1,624 0.64/1.00 vMB 26
697,070 697,070 00000000000000000000fd955e1e18d58c184035e5a414575345ff4e367e40e2 2,933 0.95/1.00 vMB 16
697,069 697,069 00000000000000000010c64c4005861f1a7eed5016afd00889eccd80dabe8213 2,896 1.00/1.00 vMB 14
697,068 697,068 0000000000000000000defd57fa058811abaa8ce6110199a6d7fae0b9192b03d 2,872 1.00/1.00 vMB 23
697,067 697,067 0000000000000000000f95dbba472e0bad9b714cba16fd2c5edbe0b14655fa0f 2,403 0.93/1.00 vMB 11
697,066 697,066 00000000000000000007e90e35ddcaf2420f8f0f3b24b36e632c5d6adb5980dd 1,739 1.00/1.00 vMB 20
697,065 697,065 0000000000000000000892d37508582c3a958fa0cb2c3947fb761ce11c0d3692 2,503 0.81/1.00 vMB 16
697,064 697,064 000000000000000000099f78d4ec6771120e4f5844dab1c47af693be3f98e264 629 0.25/1.00 vMB 15
697,063 697,063 0000000000000000000856308eb1fe14269079406d8f4543901d06ef847deea3 1,763 0.65/1.00 vMB 13
697,062 697,062 00000000000000000010b49e690c49d6d6b08d01fd40e4b7839245936cd156eb 846 0.27/1.00 vMB 14
697,061 697,061 0000000000000000000391ef662387b09baee1d063c816c61a35f9a6f369e34c 1,621 0.53/1.00 vMB 16
697,060 697,060 00000000000000000004f31ccf7c0427997c0afa398544ca13cf8df3c215a82f 1,664 0.77/1.00 vMB 10
697,059 697,059 00000000000000000000b969a0259e04f72a1f2011e75fff25170780f78dca49 2,490 0.95/1.00 vMB 13
697,058 697,058 0000000000000000000c7f265db96d3d467901e8d299408e13588bbd28ffa67f 2,256 1.00/1.00 vMB 14
Previous 10 blocks ↓
Total Size: 782.36 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: 662.54 GB
    • Received: 14.86 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.