Loading Tool

Explorer IconExplorer

Memory Pool

77,840 transactions
28.87 vMB
0.06742138 BTC
Random Selection Loading Transactions
Max Size: 175.17/200 MB

Candidate Block

Mining Attempt 4a2a034b075a8d00c01f168967abf2c4eddc7ef4e840f64e29813fb51f8810d1
Version 20000000
Previous Block 00000000000000000000327a49fa6004515b5891bc19fa46a462f6b39127d620
Merkle Root 153d4d02c7f5767ff08827eb328b3ef6abd87e0b53b2910d396860303b5ded02
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,866
Size: 1.00 vMB
Total Fees: 0.00734030 BTC
Feerates: 149.20 > 0.74 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,090 (119,647 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
795,443 795,443 000000000000000000049a94cbdb3f8625630c5f50083cb0eaa4d4ba6a3cc58f 3,714 1.00/1.00 vMB 33
795,442 795,442 00000000000000000002a41e6ceac4990354e2a2dbfc87febdafff07d85fee46 3,295 1.00/1.00 vMB 40
795,441 795,441 0000000000000000000147e68ee0bb781ece3d375222dca8c7e36dd4c9d5ce36 3,420 1.00/1.00 vMB 41
795,440 795,440 000000000000000000009edf64b6fcd0f7291393d2019424ed65dc96730ae967 4,036 1.00/1.00 vMB 37
795,439 795,439 00000000000000000001c290edd66012aea3a85f5a923895daaca429a7022c3a 3,900 1.00/1.00 vMB 43
795,438 795,438 000000000000000000056048cd8937258558b4d68961423e1dd2ebd880f23448 2,987 1.00/1.00 vMB 55
795,437 795,437 000000000000000000009f57fd7a2aa2d1d4bc6e3e4087c5c6844b5253256a26 3,068 1.00/1.00 vMB 64
795,436 795,436 000000000000000000010687688d08b81718f0e2123a8b820757fb0472ec2ba6 2,847 1.00/1.00 vMB 19
795,435 795,435 0000000000000000000038d3e9164e2d2673549537b6d5dc3c7e1b7c0bd7a99b 2,873 1.00/1.00 vMB 17
795,434 795,434 0000000000000000000215e86b11f3235a4739f750908d2190037cee626a2449 3,479 1.00/1.00 vMB 28
795,433 795,433 000000000000000000042aa41bb576849bd76e733311e572c8272a1fe5a4ad93 2,335 1.00/1.00 vMB 44
795,432 795,432 000000000000000000047f72ebdea7d89cc73df8aad0df4ee3389fd412005145 4,168 1.00/1.00 vMB 22
795,431 795,431 00000000000000000000e53bb8fd89222f603e891347d93520503b0bfe3c8d60 2,193 1.00/1.00 vMB 21
795,430 795,430 00000000000000000002f0879fcd40b892a5825142b1ef1d3b029b749e8b51c6 3,715 1.00/1.00 vMB 23
795,429 795,429 000000000000000000034587c1fb3473de6f06752cab0d5e9063d5468283745e 3,403 1.00/1.00 vMB 29
795,428 795,428 00000000000000000002814e0b0a4692d74db2e7180c4e47a42650b2faf4f80b 3,607 1.00/1.00 vMB 48
795,427 795,427 000000000000000000029b5e93c511e0d1b1593b7569305f74555979f1fba5e1 2,748 1.00/1.00 vMB 21
795,426 795,426 00000000000000000002c517f8a4d5b375b9462930f37848b4af86e5ac966867 1,732 1.00/1.00 vMB 20
795,425 795,425 00000000000000000001f306add88ef8513a3b73b6b36ab3e245ffee3f3b210d 3,689 1.00/1.00 vMB 39
795,424 795,424 00000000000000000003f7d803baee40f2b6c845f6d21ebeaa91c4102ed05fa5 2,923 1.00/1.00 vMB 31
795,423 795,423 00000000000000000000450be367563c7b6e84489e612cadce6872f5084127f7 1,000 1.00/1.00 vMB 21
Previous 10 blocks ↓
Total Size: 782.55 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: 669.80 GB
    • Received: 15.77 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.