Loading Tool

Explorer IconExplorer

Memory Pool

78,406 transactions
29.95 vMB
0.08638984 BTC
Random Selection Loading Transactions
Max Size: 178.90/200 MB

Candidate Block

Mining Attempt 3c1a27b0b5876a3d2dbcbe8d1906073bca4fcfa840bfb7077e4197ea16c3a44f
Version 20000000
Previous Block 00000000000000000000afdf5043b8b27b92fc11e8966ab025edf9415d082b3b
Merkle Root 048ef83626d57b4d4cf32e84f4215acee54a41722f1c5026e21aa25f5421bb3d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,635
Size: 1.00 vMB
Total Fees: 0.01477666 BTC
Feerates: 100.69 > 1.48 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,152 (78,134 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
837,018 837,018 00000000000000000002752d46d7e31a53dcc71c3c60e576c11f60a982c8a32a 1,753 1.00/1.00 vMB 11
837,017 837,017 00000000000000000002771ba52c4930970ac61c3a2382746320340999969995 3,227 1.00/1.00 vMB 20
837,016 837,016 00000000000000000000150440489dc2e7fd265cf03330ec397f1d05750020ce 2,083 1.00/1.00 vMB 14
837,015 837,015 000000000000000000034717fddc741f514cd4545c47c8d43fba67199be34fea 1 0.00/1.00 vMB 0
837,014 837,014 000000000000000000010e79a5fc7db29880be204216ff0ad1332eb4f1f07c5d 2,348 1.00/1.00 vMB 13
837,013 837,013 00000000000000000001d686bbb7ad4918b0d9e1d41578675d2fbacd41c0cbb4 2,658 1.00/1.00 vMB 19
837,012 837,012 000000000000000000034e977d34e6326138c5a5a66273c06f9b4708d7a6fe97 2,713 1.00/1.00 vMB 17
837,011 837,011 00000000000000000002cb19aa49582630308792f99edd3d24761c47b28df2bf 3,430 1.00/1.00 vMB 28
837,010 837,010 00000000000000000000c8f40482bfcebb02088cac9366365190d133e9a83ade 3,316 1.00/1.00 vMB 24
837,009 837,009 0000000000000000000082a346e70a91c2718f184de58304183eeaab6945169d 423 1.00/1.00 vMB 8
837,008 837,008 00000000000000000001b0922ce9774bb9b94abe3e203f0032c250512536dd3c 1,947 1.00/1.00 vMB 9
837,007 837,007 00000000000000000000db13a7a13c9209a0ca3c6100a00f460e344a6d7e8be9 2,777 1.00/1.00 vMB 15
837,006 837,006 0000000000000000000265802ab318df29daebcc7caa9432681d586f6c54e7c2 1,360 1.00/1.00 vMB 10
837,005 837,005 000000000000000000021a417c7e5323de79951865c1c8ec85fa22e95f269bd6 2,544 1.00/1.00 vMB 12
837,004 837,004 0000000000000000000072c29e3e797dd62f4adc794effbea9ca0358b6de1d2f 2,825 1.00/1.00 vMB 20
837,003 837,003 00000000000000000002f7538b43249a3120f12c3aa4f14f433ce4a61d0b44e0 3,033 1.00/1.00 vMB 16
837,002 837,002 00000000000000000001375cb5aa3e3142ca4f947fb695dfbb12b47ff8a6918b 2,327 1.00/1.00 vMB 15
837,001 837,001 00000000000000000002feadf9f5f2adf542ebdde4cf7638d8958f608b8f8fe5 736 1.00/1.00 vMB 8
837,000 837,000 00000000000000000000f087b0f5b8a823f42c36afad95bcc6d63a1855a5434c 954 1.00/1.00 vMB 10
836,999 836,999 000000000000000000018ef919d1574246d79f6f08ee83f41e3c535eb5bb9623 3,077 1.00/1.00 vMB 17
836,998 836,998 00000000000000000001fc854befd2007c732192edeb8c9aa889435ff842a3a4 2,152 1.00/1.00 vMB 10
Previous 10 blocks ↓
Total Size: 782.66 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: 672.97 GB
    • Received: 16.34 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.