Loading Tool

Explorer IconExplorer

Memory Pool

83,285 transactions
32.61 vMB
0.09801612 BTC
Random Selection Loading Transactions
Max Size: 195.87/200 MB

Candidate Block

Mining Attempt 220a7260ea38c7557c2b1a7af3fdd9ab307cc804b27b76230875ef5c099b605b
Version 20000000
Previous Block 00000000000000000001a4d38d277fd901b264e84099287ad65378aa5724e107
Merkle Root 8f2df160764e024af277300c8d3c2f6bc8b216fd1797ad84ee378f9765e810cc
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,248
Size: 1.00 vMB
Total Fees: 0.02269544 BTC
Feerates: 142.62 > 2.27 > 0.47 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,174 (278,190 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
636,984 636,984 0000000000000000000eacdf4f21936efb31a06e429b61644fb5f07bbe60175e 1,506 0.85/1.00 vMB 20
636,983 636,983 0000000000000000000c3ba3ed1b350eb001a21a1ce7e82e54e8a67d2d436e6c 2,608 0.95/1.00 vMB 15
636,982 636,982 00000000000000000008645fb2c661e67c6ac88309631430a6a6fd8af5902e14 2,123 1.00/1.00 vMB 21
636,981 636,981 00000000000000000006f6eeaeae15a81cbc2768259fb42a18f23f10c9225d95 2,395 1.00/1.00 vMB 19
636,980 636,980 0000000000000000000a74d1f160a3ca78d094d2a57ae6216bca694939100ce4 2,094 1.00/1.00 vMB 24
636,979 636,979 0000000000000000000d5879049eb655761139852011f9591b9a7bba9c2ad546 3,004 1.00/1.00 vMB 36
636,978 636,978 00000000000000000007c553d5486a70d63c75c2bee0abadc0067b720f1eabd1 317 0.13/1.00 vMB 34
636,977 636,977 0000000000000000000e95a87d9e8e3c5a6f4a8fc32a2ba4a7a3dba0060d5fc8 753 0.35/1.00 vMB 25
636,976 636,976 00000000000000000003b73d215a0abd5f5a4286e1d6d7214eec250e6be444ae 1,184 0.45/1.00 vMB 20
636,975 636,975 00000000000000000009638eaf93ce02809f7687a97578371aa9e670d522fbf3 915 0.35/1.00 vMB 24
636,974 636,974 00000000000000000007ae9dee1aa87936b916cf79b78772ca8e1cc75231035f 1,866 0.74/1.00 vMB 15
636,973 636,973 000000000000000000015f3b49512569ad6cbdf38937b989b8d7c70a9815b995 2,968 1.00/1.00 vMB 24
636,972 636,972 0000000000000000000dc7e4a73aff28a72b2cb059d778c64fe4873e94efdd64 2,199 1.00/1.00 vMB 21
636,971 636,971 00000000000000000007ae68e52b695946642db2bacfc1e821b5a065189b98cf 722 0.26/1.00 vMB 20
636,970 636,970 00000000000000000000572d6e0c2b8d21e79886aeb15df0dcccea3b03781991 1,330 0.75/1.00 vMB 20
636,969 636,969 00000000000000000003f04e1cdb532338d4bce485e28d1a82cf39c783adaed7 1,611 0.99/1.00 vMB 20
636,968 636,968 000000000000000000046bf6a3c8ba0fbcf2ac0e4e6ad86d03c3b2148fca5109 1,899 0.83/1.00 vMB 11
636,967 636,967 00000000000000000003b043c6a1a323bfcdafaa75004ee02267c5efe3dd4486 2,257 1.00/1.00 vMB 34
636,966 636,966 00000000000000000005f487280bbfa7da992b6c32bd6874ed0ddd414be20028 740 0.21/1.00 vMB 26
636,965 636,965 000000000000000000046b0ea1c0b96bbe7cee57ec7f9d6759c7afdbf9c16251 1,828 0.77/1.00 vMB 7
636,964 636,964 00000000000000000008a183eba1e5799041882c812119267f9ecea3e5ed69f9 2,414 1.00/1.00 vMB 31
Previous 10 blocks ↓
Total Size: 782.70 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: 697.34 GB
    • Received: 16.57 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.