Loading Tool

Explorer IconExplorer

Memory Pool

78,654 transactions
29.85 vMB
0.07554700 BTC
Random Selection Loading Transactions
Max Size: 182.27/200 MB

Candidate Block

Mining Attempt 95476c6034ab336f05de8a330671e705dcfe4d3c99ff1de9871f1ff19c9171b0
Version 20000000
Previous Block 0000000000000000000004a53d2ccfc82210803da3fce74ac3709abde32904b7
Merkle Root f619236e6ddc01d2ef1db304e5ec21bd290651060cbe823040db88dcde14026c
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,910
Size: 1.00 vMB
Total Fees: 0.00943246 BTC
Feerates: 150.58 > 0.95 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,372 (476,831 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
438,541 438,541 000000000000000001e25ae9c75b80b52c90ad2d5a8aac9b1babd3b1a62c2ac9 228 0.75/1.00 vMB 6
438,540 438,540 00000000000000000188e8ae0430f91ead19635dc94c0afb05b7ec64a1e54e14 264 0.19/1.00 vMB 33
438,539 438,539 000000000000000002f327ba7c553679ad81c1c84df87d95350fa3f9f1448f9a 584 1.00/1.00 vMB 16
438,538 438,538 00000000000000000043420d391fea1b512b7fd7949dbb661166ced1fd9362b1 123 0.05/1.00 vMB 58
438,537 438,537 000000000000000002165ac3f0ab393fb44892c44f44e6636339e5fd6d6d7107 1,882 0.99/1.00 vMB 47
438,536 438,536 00000000000000000438826f01ea9df027cd590b6660a9a5f07f73ee2f5e0e46 1,812 1.00/1.00 vMB 58
438,535 438,535 000000000000000002d6e64985da85e8ffe270014bd5b727ff43ce8898229385 1,337 0.51/1.00 vMB 65
438,534 438,534 000000000000000003ca08098e86189b6333ec4ac5e219010197bd583393817e 1,050 1.00/1.00 vMB 31
438,533 438,533 000000000000000000bcf8f181233a26e8e266b93b8734bc4ebf360fc5d2b2b7 1,517 1.00/1.00 vMB 41
438,532 438,532 000000000000000001a4f482fbe7b7712215b19a5d1c2ea93e3b3832b70bbca5 1,109 0.88/1.00 vMB 39
438,531 438,531 0000000000000000044147ff6c7a1a1f620a7530acf55f3280bc5bf15ef1b1ef 1,163 0.99/1.00 vMB 33
438,530 438,530 000000000000000003c26c6954dbe0aa27dd6c52eab0f64f89f657889d00d960 1,147 1.00/1.00 vMB 27
438,529 438,529 000000000000000002124fd8060a9d4bfbb321f845503ce3a3947b677225e0d5 2,574 1.00/1.00 vMB 54
438,528 438,528 000000000000000001b4eebd8367b6f0ce3af8aac3758465d81a7b2a6e73128b 2,469 1.00/1.00 vMB 81
438,527 438,527 000000000000000000d9e5e5640becb59101545eaf0eb8a3fbe64e4910cf5b4e 237 0.13/1.00 vMB 42
438,526 438,526 000000000000000002d5cb1d1bb5472154d449e56d39bf54306e9d455451f8a7 1,394 0.97/1.00 vMB 38
438,525 438,525 00000000000000000236a2ea94bb30d01304ccfe6a475e74609a3ecf1885e398 1,579 0.98/1.00 vMB 43
438,524 438,524 000000000000000000daf4bfa8af163d90ce6e028d2c7d96534b7bc6db1e3e23 351 0.97/1.00 vMB 14
438,523 438,523 0000000000000000037e1f3ef4b0660a95189405d27df07b56d3be82f8fc85e9 1,154 1.00/1.00 vMB 33
438,522 438,522 000000000000000003cbd0f1eca05ede0043c6e6b48b3d4b3dec9d62c0acc57f 1,776 0.99/1.00 vMB 56
438,521 438,521 00000000000000000307e0f7b290c2de671e0bdb30d8adf6d0ac92919325aabd 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.04 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: 719.63 GB
    • Received: 18.11 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.