Loading Tool

Explorer IconExplorer

Memory Pool

43,326 transactions
26.36 vMB
0.05854652 BTC
Random Selection Loading Transactions
Max Size: 138.59/200 MB

Candidate Block

Mining Attempt f08b0f46846a8f8d508ebc73b92f2451a41a04dc1fb9c37508da3c1d4aa97cc1
Version 20000000
Previous Block 00000000000000000001e79dbd4ceeab4d77bdf107dcdcf0be35699e29eb1f0a
Merkle Root 36f47e26ead89ad7347fc141f697aec78c77a430e74f14962dc0e157715ff038
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,638
Size: 1.00 vMB
Total Fees: 0.01036055 BTC
Feerates: 40.21 > 1.04 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,760 (525,888 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
388,872 388,872 00000000000000000488f6568c1564c1ffa4f1dd3c7523b3ae7ee9a457720a1f 45 0.06/1.00 vMB 12
388,871 388,871 00000000000000000a304daedf8cb68b47ad46e2bba099b48e7a71a877f04589 1,325 0.64/1.00 vMB 36
388,870 388,870 000000000000000003637af36e9b13fe97a843a9ae844f320c6027296f23f746 1 0.00/1.00 vMB 0
388,869 388,869 000000000000000005cb904f530766daa31f1fdc7019c2acd8630431a12b5029 1,500 1.00/1.00 vMB 23
388,868 388,868 00000000000000000b4138526f96d76963a59ee8389a69dc6308c80c3a21edfd 1,280 0.78/1.00 vMB 25
388,867 388,867 0000000000000000018a12d2ea1f362a0eff1eb8679c41e8df450ed04c0c8c3e 1,382 0.47/1.00 vMB 49
388,866 388,866 000000000000000001817cf9728563e60598573fc9a8c38b147c3c56c2078b1d 2,810 1.00/1.00 vMB 47
388,865 388,865 00000000000000000752246ed637841e68270d89c29d948c0ef937a6e9d63b5e 2,985 0.93/1.00 vMB 53
388,864 388,864 000000000000000000e3fc33d515bf275983b4dfa821b96a3cf13dc2df6a1424 1,878 0.74/1.00 vMB 46
388,863 388,863 00000000000000000bd4a9aaf080e67fd7ec4d68e340c229c377ddf85bf44a25 756 0.39/1.00 vMB 34
388,862 388,862 000000000000000007e28bb37f8dca69e0042e9aff40876e678f358d2ed5adc9 1,034 0.92/1.00 vMB 21
388,861 388,861 00000000000000000a2b9f7256fe1bc80e4672ba14c29d8179377df56fcb89ff 1,805 0.64/1.00 vMB 52
388,860 388,860 0000000000000000085c0782c485c54183f621b36813c5219b9d36a8da92804c 360 0.18/1.00 vMB 34
388,859 388,859 00000000000000000a48338a82dbbe124c88882e4fd4f60400ab9d9b9e82be5c 1,379 0.54/1.00 vMB 40
388,858 388,858 00000000000000000ca486acf8ceb4b51e20024a4517a3905190f1577a98fd8d 1,511 0.69/1.00 vMB 33
388,857 388,857 000000000000000002078334cf6bc551f617e5c2ffdc69a1374b84ae70fcee7a 283 0.15/1.00 vMB 27
388,856 388,856 00000000000000000c4c22d0cbfd83df3a6be9551bcd68d01e9f8800a005d434 265 0.16/1.00 vMB 23
388,855 388,855 0000000000000000009cd262ec4380a32160ca939e296ee729ffaa9be9c3403f 624 0.38/1.00 vMB 29
388,854 388,854 000000000000000002691c222f85292657d41e52a07aea4d4be2041ca8806dc6 430 0.37/1.00 vMB 8
388,853 388,853 00000000000000000b5a7484378e845950fec98d42c0bc6a88e499b8f4605440 913 0.65/1.00 vMB 24
388,852 388,852 00000000000000000d8755d4eaf56c879c536fa639690f2908c1ab0cfab61fbb 2,125 0.92/1.00 vMB 37
Previous 10 blocks ↓
Total Size: 781.96 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: 647.60 GB
    • Received: 12.96 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.