Loading Tool

Explorer IconExplorer

Memory Pool

86,206 transactions
31.70 vMB
0.10501898 BTC
Random Selection Loading Transactions
Max Size: 194.17/200 MB

Candidate Block

Mining Attempt 6ae12720ee1f4d8f41764c0084e3209b5a00d99060731e52f3ade1ac8a2570a7
Version 20000000
Previous Block 00000000000000000000209b8de38c3e1775cd6d32cde674ad92e343308213be
Merkle Root d9abce2633f34a1ca784d76a13b8b28aa7fd711f9af6d4b1b495ae495a07b7ad
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,936
Size: 1.00 vMB
Total Fees: 0.02560752 BTC
Feerates: 1,236.26 > 2.57 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,362 (492,384 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
422,978 422,978 000000000000000001fc440b12fad1ad64bbe68e71d98bf51ea39255fe01091a 791 0.54/1.00 vMB 53
422,977 422,977 0000000000000000014cda8dfa86e163933b55d6eb8c491dcbbd41229b1dcb9f 1,227 0.70/1.00 vMB 56
422,976 422,976 000000000000000003fc9e882334e08cb0b6fd12574d0872a73971d247253245 2,019 1.00/1.00 vMB 66
422,975 422,975 000000000000000000bae05969829b043ab54f551e27b70fe361f8f8a1277484 2,395 1.00/1.00 vMB 71
422,974 422,974 000000000000000001b085c60fc7a1e4469e19330d1aab8d92d9d3f5f544ec61 1,672 1.00/1.00 vMB 109
422,973 422,973 00000000000000000194aa6e0d22df9bbe4a4e72f5d905fee11190feb1407088 2,108 1.00/1.00 vMB 62
422,972 422,972 000000000000000001950b6ed0b59d2743d955c20bac183decf9a1124a676e71 1,320 0.99/1.00 vMB 108
422,971 422,971 00000000000000000007383801f451f6f1cfcdb599ffb08d2451aec0050d2d5e 68 0.04/1.00 vMB 59
422,970 422,970 00000000000000000198f3c0b8b3f8586d8f20fe59250cc37e4796a909af55b5 883 0.36/1.00 vMB 92
422,969 422,969 00000000000000000007a138489226973aa8acaa8ffba892ae0e15d3b0570f8d 912 0.38/1.00 vMB 92
422,968 422,968 000000000000000001269f790dd3a18e79e0ec1b0e72ca05c3157100125a0867 603 0.27/1.00 vMB 84
422,967 422,967 000000000000000004ff475e6a8b147755e9df4d295f8bc1979663bb58e42f8f 24 0.01/1.00 vMB 102
422,966 422,966 0000000000000000020d6a96802a9053b1c8808530882f389143537386f11a8b 771 0.38/1.00 vMB 79
422,965 422,965 000000000000000000847d2893125929c92b41cf8ed3d16f1f69c042c8abf6dd 675 1.00/1.00 vMB 24
422,964 422,964 0000000000000000036c71464ff99038f2fd6a4a0dc9c111d288a60866a7e5c1 1,715 1.00/1.00 vMB 79
422,963 422,963 0000000000000000004fa68dee6ff387e66f5c9d747e77cb92e53978849bbb13 16 0.01/1.00 vMB 80
422,962 422,962 0000000000000000020e6a64573a77ecce715bf65b43223c077d9c01f087c68f 1,600 1.00/1.00 vMB 57
422,961 422,961 000000000000000002d6b519f56b864142670978763d02ff21f25f7b08a91fb7 1,711 0.92/1.00 vMB 76
422,960 422,960 000000000000000004f4ca7eeea06328a03e8f2bc28a8483e87d64adab218ea5 376 0.17/1.00 vMB 91
422,959 422,959 000000000000000000c3f85b353f66d0e1c509a0c5f3e5df1f59714aef398eff 1,562 0.95/1.00 vMB 54
422,958 422,958 000000000000000003838cd8258152c567bfaa47ab9b8a650d191e16c6812b00 1,988 1.00/1.00 vMB 84
Previous 10 blocks ↓
Total Size: 783.02 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.40 GB
    • Received: 18.04 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.