Loading Tool

Explorer IconExplorer

Memory Pool

75,723 transactions
28.33 vMB
0.06426244 BTC
Random Selection Loading Transactions
Max Size: 171.56/200 MB

Candidate Block

Mining Attempt 7502567b09d59c27df808f7501a7f15eff160d9f43f314be68fb5b03ec51d28f
Version 20000000
Previous Block 0000000000000000000169e11a5774bf6f1eff7be8cb96cd30c8ad82f3884e2d
Merkle Root 007a5a1de64e35e3a20acf49b59259a60fd77cc3ef234006f8fdb8d5d96d442f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,942
Size: 1.00 vMB
Total Fees: 0.00573004 BTC
Feerates: 101.00 > 0.57 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,158 (323,276 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
591,882 591,882 00000000000000000014a7f2307f8bf62a396d0ab671e5d80ef965006d8079ab 2,272 1.00/1.00 vMB 27
591,881 591,881 0000000000000000000e2a31ed4d56e83839a38e3e9e0ee6d495669c8cbc9010 2,160 1.00/1.00 vMB 20
591,880 591,880 000000000000000000173265b47dad1d8d388546708de2f57a0fe392ed544340 2,236 1.00/1.00 vMB 14
591,879 591,879 0000000000000000000478ddb5d6c0b556a95a38f2cc8d03f83e3c2422248540 1,887 1.00/1.00 vMB 10
591,878 591,878 0000000000000000000816abd0440431f217ee9fcd13e8f4fd4c20d6313801ca 2,743 1.00/1.00 vMB 26
591,877 591,877 000000000000000000058bf4c0aad39828ab5ddf16f3de372902480ad443e6be 3,132 1.00/1.00 vMB 37
591,876 591,876 0000000000000000000d3a196d09631d6d63cf255bd784f1e02adb6047229453 2,707 1.00/1.00 vMB 28
591,875 591,875 000000000000000000158d0f0c08dedac51a4b45dcf44ddcf1b571bbc9c18492 3,416 1.00/1.00 vMB 43
591,874 591,874 0000000000000000000cc97ea6109f63b01dd59d9c50a8f32c67ba762b64197c 2,725 1.00/1.00 vMB 20
591,873 591,873 0000000000000000000dfcb95c514d5177bc62869cd9ec23863e0207ccf295ca 3,011 1.00/1.00 vMB 30
591,872 591,872 0000000000000000000e252bba191ead6683ca5014a4e5f9c85c50f056867d7c 2,803 1.00/1.00 vMB 24
591,871 591,871 00000000000000000007ed0654915193b9b009f11a0d8cabd5cb7410a6626efe 2,092 1.00/1.00 vMB 20
591,870 591,870 00000000000000000008f2d64c4415306eb078944050d13bdaeea84327351a1a 1,263 1.00/1.00 vMB 11
591,869 591,869 0000000000000000001657cb596e62e796f7f80d35ba825e9d0e5b1b8951d83d 1,205 1.00/1.00 vMB 13
591,868 591,868 00000000000000000014177768d1ec5dced5a7dcf57fe3f849f4c05ae2eb1f3a 2,266 1.00/1.00 vMB 27
591,867 591,867 000000000000000000017bb2091d6c925985182bc6aed9d0297595cea6bbca9a 2,887 1.00/1.00 vMB 33
591,866 591,866 00000000000000000018c43906555c1749dc4d275aef4c12e50e301b51748028 2,813 1.00/1.00 vMB 34
591,865 591,865 00000000000000000016989e22ef449edeb3f5ed3e19323073d50f0a39225201 2,559 1.00/1.00 vMB 34
591,864 591,864 000000000000000000155e04c164bae03752e479369d216f675f28273e5ae3d5 2,720 1.00/1.00 vMB 14
591,863 591,863 0000000000000000000d42e79d1a3f5fa6d5d51b380d207d0f04cf9705a626f6 1 0.00/1.00 vMB 0
591,862 591,862 00000000000000000016328fd5fef73ffd7d391bec6d448b5e795e97cd51239c 2,002 1.00/1.00 vMB 12
Previous 10 blocks ↓
Total Size: 782.67 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: 673.10 GB
    • Received: 16.39 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.