Loading Tool

Explorer IconExplorer

Memory Pool

78,510 transactions
29.97 vMB
0.08735515 BTC
Random Selection Loading Transactions
Max Size: 179.05/200 MB

Candidate Block

Mining Attempt ec6cdbc82c04f1ccf2efd02745e2ac7593eef262ce9047396151f025b45e41f1
Version 20000000
Previous Block 00000000000000000000afdf5043b8b27b92fc11e8966ab025edf9415d082b3b
Merkle Root ac3dffa704d1ccbbd7836cce32127381c46a9d40c8b5e2178578b08ac6039021
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,716
Size: 1.00 vMB
Total Fees: 0.01852335 BTC
Feerates: 100.69 > 1.86 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,152 (335,158 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
579,994 579,994 000000000000000000166680f12d219680b3997232bf43fc3766f3f58c33c059 2,720 1.00/1.00 vMB 5
579,993 579,993 0000000000000000000ae5bf3d672b9060148cfdcbd4b86085c4f9d6699525e3 2,680 1.00/1.00 vMB 72
579,992 579,992 00000000000000000017cd36b617481bdf0b6e819cbacbf982a2195f732eea05 2,098 1.00/1.00 vMB 37
579,991 579,991 0000000000000000001eb1a7b531e3917565c97f9bcdea4de963fc4c2b951d23 3,007 1.00/1.00 vMB 56
579,990 579,990 0000000000000000001d85b6800150aeff9c5248a3dd28b7bc90ae28d2d991b9 2,457 1.00/1.00 vMB 66
579,989 579,989 00000000000000000003095b0141f3c79c592cd7999a4e0483377e64fb934dad 2,915 1.00/1.00 vMB 123
579,988 579,988 000000000000000000011db6066295963933da92a7f138572ed7c28e5b641f14 2,830 1.00/1.00 vMB 133
579,987 579,987 0000000000000000001096103b65c3b5bb8fd1fb1dd04064b7eef53bf5e30321 3,009 1.00/1.00 vMB 63
579,986 579,986 0000000000000000001887fa49926a230e7f80e4373fb5aecc2c814d42dd3866 2,872 1.00/1.00 vMB 41
579,985 579,985 00000000000000000012c415a1dbe2f3fbcf29353f2b2ceea1ddb2fa63a90bf3 2,553 1.00/1.00 vMB 73
579,984 579,984 00000000000000000009b0c22becb0a1bae812ac94ceb72b9bd8e37ffc0de518 2,749 1.00/1.00 vMB 114
579,983 579,983 0000000000000000001a2481c09219acbc193b3a727bad82f1617a86543ca434 811 0.27/1.00 vMB 31
579,982 579,982 0000000000000000000794ed178ee0c8ae664c46234a105245a5528e66ee73c4 2,939 1.00/1.00 vMB 24
579,981 579,981 0000000000000000001e8c4ade74b68a45a1a99be97903394db9c4c19f8b9604 2,811 1.00/1.00 vMB 79
579,980 579,980 0000000000000000001e93f53b5418161810aeedf721139d60e3e8933f977ceb 2,109 1.00/1.00 vMB 5
579,979 579,979 00000000000000000013303d25b7b5f24f15f9b938257395b7338a029601fd3c 2,697 1.00/1.00 vMB 46
579,978 579,978 00000000000000000002272dc009e2fb72b5a8a85930d355c309dc8fc6370d14 2,611 1.00/1.00 vMB 95
579,977 579,977 0000000000000000001f1a6f9299b607f93c12633eae0c80c0b6965480359f5c 3,231 1.00/1.00 vMB 53
579,976 579,976 000000000000000000117cf0bc283ec4ca1d0cb531f656c5cc396ea436d04339 2,710 1.00/1.00 vMB 64
579,975 579,975 000000000000000000204310982158d8d8ee7a5e30ff32eea87236e6c438a7b7 2,157 1.00/1.00 vMB 32
579,974 579,974 000000000000000000131272b454fe3a45e8c9f39e71854d91b198089e57c2f3 2,236 1.00/1.00 vMB 62
Previous 10 blocks ↓
Total Size: 782.66 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: 672.97 GB
    • Received: 16.34 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.