Loading Tool

Explorer IconExplorer

Memory Pool

72,253 transactions
27.04 vMB
0.07876513 BTC
Random Selection Loading Transactions
Max Size: 163.15/200 MB

Candidate Block

Mining Attempt 7cbe8cda7a9eb379210c38d4feee55dfbfd7d228e6931ea3dc2a3f2259e0a792
Version 20000000
Previous Block 000000000000000000017eebdacbe575f6ad3bea03b3fcf5d14b56a08eb4921b
Merkle Root a7e9f0dc2c9fa835d9c49f19bcd0406e1896883680cbd8a4912c3a643adc961b
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,137
Size: 1.00 vMB
Total Fees: 0.02069477 BTC
Feerates: 74.18 > 2.07 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,459 (87,916 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
827,543 827,543 0000000000000000000284bc85b1d510f18d7e2e71c62fb5b005c1879e41d6b1 3,078 1.00/1.00 vMB 39
827,542 827,542 0000000000000000000062b55b550fee214d8547571ef21016d8174a3e4cbcd7 2,039 1.00/1.00 vMB 29
827,541 827,541 0000000000000000000273d855173acbb4549283910c3f314ff574f8c04bb42c 3,712 1.00/1.00 vMB 39
827,540 827,540 0000000000000000000074ac7d9f54eb70706701d562ee54d5fdac83de51c7a8 4,368 1.00/1.00 vMB 33
827,539 827,539 00000000000000000003108af27f88f7ccce110f09984fdfa5ce61e49543a733 2,649 1.00/1.00 vMB 31
827,538 827,538 00000000000000000001604a9fffa69cb9fa19ea7754beee65010ae85faefeac 3,313 1.00/1.00 vMB 35
827,537 827,537 000000000000000000011630ba71be9372a067d4ba04ca96e58634009d1b5597 2,862 1.00/1.00 vMB 46
827,536 827,536 00000000000000000001a98449234937adc1efe05dd3ae9d850f4b5b382bac3b 2,294 1.00/1.00 vMB 41
827,535 827,535 000000000000000000022d27444d0475329aa2cf5b93edf5e65223e97b425a2e 3,311 1.00/1.00 vMB 44
827,534 827,534 00000000000000000000646f2998b69887187abe9a70e46444fba58c7ab44ec3 2,677 1.00/1.00 vMB 44
827,533 827,533 0000000000000000000074e6adea2fcb029281245774f25c5813ada20ab555cc 3,331 1.00/1.00 vMB 43
827,532 827,532 000000000000000000002eadd77798a872212241b0eec78ad44081b7d6257b86 3,753 1.00/1.00 vMB 37
827,531 827,531 00000000000000000003df46e41c4d96a38cba092d6b5dff62af5810d818e2f5 2,901 1.00/1.00 vMB 41
827,530 827,530 00000000000000000002ae49970fba92a45a7c44d080041c949bb44983837544 4,169 1.00/1.00 vMB 48
827,529 827,529 00000000000000000002cf6c5221690b26c2d0bef32e355c31ea65cf8e3da5da 3,736 1.00/1.00 vMB 50
827,528 827,528 000000000000000000026015d8f5f2720a6614b230abbc1f2893bccd503fe856 2,959 1.00/1.00 vMB 66
827,527 827,527 00000000000000000001baf919a377ef1e01c2437c1dc5373e97013a9e09e2ac 1,093 0.41/1.00 vMB 35
827,526 827,526 000000000000000000021e8be18545a2e7b5ac3d823e3e6d39777f2e96b8a4a0 5,268 1.00/1.00 vMB 45
827,525 827,525 000000000000000000026862fd100cd07700de59b00b7a2717a4dfa6f1c442a4 3,619 1.00/1.00 vMB 54
827,524 827,524 00000000000000000003034d7a82bfcca04635b92e2d428caf49891d55a9ea4c 3,403 1.00/1.00 vMB 50
827,523 827,523 000000000000000000007bb8fc7e2465f0cd289344ce8ae97539a39e748c4adf 4,139 1.00/1.00 vMB 40
Previous 10 blocks ↓
Total Size: 783.19 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: 752.71 GB
    • Received: 18.89 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.