Loading Tool

Explorer IconExplorer

Memory Pool

82,148 transactions
31.09 vMB
0.10751690 BTC
Random Selection Loading Transactions
Max Size: 188.65/200 MB

Candidate Block

Mining Attempt b2a03841daaa4507137c776b0724ee104a919d58eb472c1842ef31386e89efe5
Version 20000000
Previous Block 00000000000000000001f5417a435556f5b747dcad246527d5eeb9ad9cf4d081
Merkle Root ae0cfcca485b5f798fec1912db6fb1741eae24257e57ad2c2d6a4a0eef6da7f9
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,383
Size: 1.00 vMB
Total Fees: 0.03424342 BTC
Feerates: 803.65 > 3.43 > 1.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,352 (635,360 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
279,992 279,992 000000000000000181782fdf9d3b6792aea595a0783225e30c31c8c793798a96 243 0.11/1.00 vMB 60
279,991 279,991 00000000000000001f5a68a550a975b6d1e8942c6159d5b4d38b4fde2d66e8fe 383 0.18/1.00 vMB 36
279,990 279,990 00000000000000020fcb9f779d12ac6e2a531b27fd10f02d98f3518f88a996d5 1,072 0.52/1.00 vMB 40
279,989 279,989 00000000000000028745cf387c05520246f2dbd16548f47a3b9d5b7f7623ea30 389 0.20/1.00 vMB 40
279,988 279,988 00000000000000010e65e5a6d7cf40efb446e6dd10845e051f5dea33fb9ebc12 49 0.03/1.00 vMB 32
279,987 279,987 000000000000000241b060d89534dfbd2cc5b519b9ca8801a1954408ff2fbe29 30 0.02/1.00 vMB 42
279,986 279,986 0000000000000000bfc05570f86bd11b23861a5fdbb711fe93e59b98c4e59b7b 169 0.11/1.00 vMB 11
279,985 279,985 00000000000000012d8b5f10c34f4b8791c23b6c755983dd20186ab477b9cf37 568 0.36/1.00 vMB 43
279,984 279,984 0000000000000000f6d157c57172e92cb3128d0b871bb96e9b7d451bc4577b3f 89 0.03/1.00 vMB 58
279,983 279,983 000000000000000132b6b9f68fe7c9bb6d7e6102ed75ab4c8e08e8c168b0ce3a 738 0.43/1.00 vMB 69
279,982 279,982 0000000000000000487756513d74b7afbeb259af01dfafc784a974849d6d502e 133 0.07/1.00 vMB 41
279,981 279,981 00000000000000024d6200a5416d905f16078f7aa9f5eb8b8b61ebdc7767a9b3 436 0.25/1.00 vMB 43
279,980 279,980 000000000000000246b3ff05ad7898603a343262438ced69f2d8a12ec26c078c 284 0.14/1.00 vMB 55
279,979 279,979 000000000000000131db6583de23275b7347ffcd8a1933b17a5b32ff19780fc8 77 0.04/1.00 vMB 44
279,978 279,978 00000000000000011fd0451a7c5c08d91a6de3c07e14d6292a92d239c6e76f80 162 0.08/1.00 vMB 21
279,977 279,977 0000000000000001ccc4a69811cb1baead5daa5b556ca76aec4242039bedcf41 492 0.33/1.00 vMB 23
279,976 279,976 00000000000000011409f8dea9ed6d7f0ec13dd6b3f0c9e144b5732e6b1461ed 89 0.03/1.00 vMB 150
279,975 279,975 0000000000000000cb0edcfb6626f936c2582de3a2eb1d97934d63a79289d035 444 0.20/1.00 vMB 60
279,974 279,974 0000000000000002c0272f814a3f6a0065835ed4b84c69cc41c0076e595d5eb0 74 0.04/1.00 vMB 25
279,973 279,973 000000000000000091f5e89df7a5281caca57802509392efebf7dfcc43febfc8 615 0.31/1.00 vMB 33
279,972 279,972 0000000000000001946183d6727ded297e5ab5669b6f1aeb99872c188d1ee814 103 0.03/1.00 vMB 146
Previous 10 blocks ↓
Total Size: 783.00 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: 718.64 GB
    • Received: 17.93 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.