Loading Tool

Explorer IconExplorer

Memory Pool

53,789 transactions
32.06 vMB
0.15502303 BTC
Random Selection Loading Transactions
Max Size: 171.24/200 MB

Candidate Block

Mining Attempt f0ce2ee708b013fbf7af152a0f46d5510cc5a58726949e2621f8cde04112876c
Version 20000000
Previous Block 0000000000000000000156b87c929dcbe2f3858c58e7ca3719bcdfd58093d240
Merkle Root 5ad9e8617af74138fac76a2fcfc2f3096a38ecf9545353637b3db5dd2979e578
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,467
Size: 1.00 vMB
Total Fees: 0.05609119 BTC
Feerates: 101.68 > 5.62 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,822 (641,820 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
273,002 273,002 00000000000000034d4c7084244082911de7c92f7419eee7ea76f5a2dad1012f 104 0.05/1.00 vMB 32
273,001 273,001 00000000000000033619d25b3ace4a54d73aca73c825a2cd653189f3baa0fd9c 170 0.09/1.00 vMB 43
273,000 273,000 0000000000000004e69efe86995604dccb8165f4ab96ac11e85f203fe9c0cda1 69 0.04/1.00 vMB 31
272,999 272,999 0000000000000001a6ca697c0008335e67f1fbb7a05c77ee8a9cde9aff827756 178 0.10/1.00 vMB 38
272,998 272,998 0000000000000002a6ace3e5d1c3b6a90fae5b0f9a9221328ccd86abeccc3c0d 35 0.02/1.00 vMB 66
272,997 272,997 0000000000000001bd4b171f907423fe1a67e29bfd98e7d7107fa3b861f5c9b1 19 0.01/1.00 vMB 21
272,996 272,996 0000000000000003aa0af93dc2b9b58039e3912ffe67588f3a772998f02faad7 432 0.16/1.00 vMB 65
272,995 272,995 0000000000000004ad33b3e2e77cbbee0f41ec8cefdfb2c8a11d2e1b254a45fa 213 0.10/1.00 vMB 25
272,994 272,994 0000000000000004819f9c22152d48ac570558a94c1f13d8e3d0a69696bbb3aa 486 0.20/1.00 vMB 48
272,993 272,993 0000000000000005ec7c78a92d515480a35b1ac2fb180e3578b4d73b9467c621 1,027 0.48/1.00 vMB 49
272,992 272,992 0000000000000002e76b9db19ba3874b1eec14ad1eedf150f33e74c279bfa51b 390 0.16/1.00 vMB 64
272,991 272,991 000000000000000511e4533955c72a48aa86b3fa6c07b139cdaa05ee2aa18da9 292 0.16/1.00 vMB 40
272,990 272,990 00000000000000036515b7e97aecfb3ff91dd9bb3871dba5408fd1c3f010644d 595 0.25/1.00 vMB 58
272,989 272,989 0000000000000005b7a78a126634caff3f176567b04b6202a137da9d5ff60f6a 46 0.02/1.00 vMB 45
272,988 272,988 00000000000000045aecb43f678a90158226e9dd38c8c2f6a9b41e1ac83ba453 307 0.13/1.00 vMB 44
272,987 272,987 0000000000000002a456352040a4096f2849cef504d3ed9f7b94618aef5a4ff7 245 0.11/1.00 vMB 54
272,986 272,986 00000000000000001da48ce82a83a4114480ab573857c3edd81199b7d0de08e3 320 0.15/1.00 vMB 47
272,985 272,985 00000000000000009d426ffbda935b2e4fad3d1cd2e66299fe23fad646c3321e 163 0.07/1.00 vMB 31
272,984 272,984 00000000000000057febb8116378cd64ca16290048a43ad2feb63a0ffe951d5b 515 0.25/1.00 vMB 63
272,983 272,983 000000000000000592f4797aab7c1fd891a4cacd300d2115f25fa5afab547cdf 167 0.07/1.00 vMB 30
272,982 272,982 0000000000000001861406446213560c3996bbcefd98c34b3bf1db554c154eed 894 0.53/1.00 vMB 43
Previous 10 blocks ↓
Total Size: 782.07 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: 651.27 GB
    • Received: 13.52 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.