Loading Tool

Explorer IconExplorer

Memory Pool

48,862 transactions
29.73 vMB
0.09268526 BTC
Random Selection Loading Transactions
Max Size: 158.31/200 MB

Candidate Block

Mining Attempt 6adc5db7804efc674a0fdba7de08e63b2c2588beb0a61351698a4cc5c5242781
Version 20000000
Previous Block 00000000000000000000fa1de6e1fc1d536a298f2492f84a2a1e53e2ecb068fe
Merkle Root f610afb525c9eefbcb39b8bebfbcdcff66d00a2eb12ba17568f3d32caa4bf673
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,093
Size: 1.00 vMB
Total Fees: 0.02994644 BTC
Feerates: 105.02 > 3.00 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,846 (432,068 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
482,778 482,778 000000000000000000abefb640d620d018aa7dfca5b48a85a872ff0e7213f289 1,581 1.00/1.00 vMB 236
482,777 482,777 000000000000000000a2cf38d68763eadc367b01691f9ccf067d1b98096e352c 1,212 1.00/1.00 vMB 159
482,776 482,776 000000000000000000e7490bee55fc732bb0ce0de7cb5bbd5b9c9f794feb22fa 2,315 1.00/1.00 vMB 417
482,775 482,775 00000000000000000045ab34c6f36b31dbe8d733f640ecdcc947548f65bf49f5 1,465 1.00/1.00 vMB 51
482,774 482,774 00000000000000000002b068af4578dc39517601e065749010bcd33ec3428d5a 2,084 1.00/1.00 vMB 385
482,773 482,773 0000000000000000008c2f943d2676efbac133d610516dfc7234b565e0b102c0 304 1.00/1.00 vMB 17
482,772 482,772 0000000000000000001709a27c40e0c7c7bdc65fc73af6eb4af25044f05b960d 1,077 1.00/1.00 vMB 93
482,771 482,771 00000000000000000020071a3dbae429171c96811380f15ff701ba63ee1ca788 1,683 1.00/1.00 vMB 193
482,770 482,770 0000000000000000011e03f27ff605cf1429424565429d6038cc85f3047efd49 1,855 1.00/1.00 vMB 253
482,769 482,769 0000000000000000001fac1f4f00133a2467f95af25817640a9ad9f98a1dd0d4 1,464 0.77/1.00 vMB 251
482,768 482,768 00000000000000000004d59e20bcc2e496c2d988e14877ce7a3ef55d1bddfab3 1,151 1.00/1.00 vMB 137
482,767 482,767 000000000000000000433eaebaa10e7cae7065a98599c8dbc0fe1db26a708685 1,163 1.00/1.00 vMB 101
482,766 482,766 000000000000000000caf54f7f0ba405e8d1d4560abf7879a1d904f0bbf45841 2,153 0.99/1.00 vMB 271
482,765 482,765 0000000000000000013adab830d9ff779c4b7306380d254006627065161ffced 701 1.00/1.00 vMB 101
482,764 482,764 0000000000000000011ac7fcae157a933ece6dd2f28797986d8656296a75ee0b 2,063 1.00/1.00 vMB 228
482,763 482,763 000000000000000000bd853742531c74d2ed7c9ecc5573a3835a66c6e53b4b37 1,935 1.00/1.00 vMB 289
482,762 482,762 0000000000000000010f3db77bd6baf886d14f93bed5f12e12325ef800197005 1,315 1.00/1.00 vMB 158
482,761 482,761 00000000000000000066f8a69df0256ecc50464d681389b437e04e8883b497c6 1,630 1.00/1.00 vMB 22
482,760 482,760 000000000000000000258c3e74e13ec461ed76dd4869f3b4a68b95a9f334b411 2,203 1.00/1.00 vMB 171
482,759 482,759 000000000000000000e6e05ad39de79e0331e7e82c06e37cbf19c6dbfb60e042 1,819 1.00/1.00 vMB 183
482,758 482,758 000000000000000000a785bedae2f0237d2d53c27cad82ef35e9cb2326174a2a 2,356 1.00/1.00 vMB 91
Previous 10 blocks ↓
Total Size: 782.12 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: 652.08 GB
    • Received: 13.71 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.