Loading Tool

Explorer IconExplorer

Memory Pool

77,556 transactions
29.55 vMB
0.07222670 BTC
Random Selection Loading Transactions
Max Size: 180.47/200 MB

Candidate Block

Mining Attempt cc2232212ce18d45c4859e5ef051973e6cf29aa57ee04a58716458f72d762334
Version 20000000
Previous Block 00000000000000000000cf3f5f15c57b2e8fb71d527029774760b564239aaa9b
Merkle Root 86d2578c207c3c1f4cc831763ee5f9b0ebe2fbecc04e303e2ad6407cc8979744
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,239
Size: 1.00 vMB
Total Fees: 0.00700042 BTC
Feerates: 75.20 > 0.70 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,400 (635,415 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
279,971 279,971 00000000000000009f9dbc76a4c9d5b5e4810473a89faa6aca1b2a767b291e8f 319 0.16/1.00 vMB 60
279,970 279,970 0000000000000001cdbf2ccf00af9ff8cb7f381624e56d172e4ef977969da7d8 759 0.35/1.00 vMB 51
279,969 279,969 00000000000000023f4d3e0e61a50971372d9270efee2574bca548661b52e6f3 29 0.02/1.00 vMB 22
279,968 279,968 0000000000000000fe6b4fa6e11588d6bc6ad15ff18974ccf310c945a1875241 627 0.32/1.00 vMB 34
279,967 279,967 0000000000000001fe1588cb9e785910cc90e6123331b2eb97d9af97f6cf045f 101 0.03/1.00 vMB 168
279,966 279,966 00000000000000003190960032242e9ab3a4a593a82022bb2881d2931d5979a6 88 0.10/1.00 vMB 8
279,965 279,965 00000000000000016f33162b1584e1aa410ee702d7b34ba0d2b139ab8181fb6b 114 0.05/1.00 vMB 50
Previous 10 blocks ↓
Total Size: 783.08 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: 721.16 GB
    • Received: 18.35 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.