Loading Tool

Explorer IconExplorer

Memory Pool

75,846 transactions
29.98 vMB
0.09664774 BTC
Random Selection Loading Transactions
Max Size: 179.15/200 MB

Candidate Block

Mining Attempt 9e3a407c4f52ad23860102dea9361b37770e3be82a43a28e8388159ad3d95c15
Version 20000000
Previous Block 00000000000000000001108cb958b997fbbda21703b73c8bc3a6f72862e5da75
Merkle Root c458e68e0b985a9aa6d6fc4ececc31896bb00ba8e255e387b8fbe054a6edb068
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,776
Size: 1.00 vMB
Total Fees: 0.02406070 BTC
Feerates: 100.00 > 2.41 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,446 (788,412 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
127,034 127,034 000000000000223d8f8faef6558f5695800d8270b98c5db21325f0f3826ef989 10 0.00/1.00 vMB 860
127,033 127,033 0000000000001c8ad5214991d4098b0a2943cccc5910680379d097e9eabe134c 12 0.00/1.00 vMB 1,781
127,032 127,032 00000000000023b8d4b2a5f6e77d1693c657fbf4aa5436bce06fac0b241aef43 66 0.02/1.00 vMB 421
127,031 127,031 0000000000000c515e99b550577100f825de7bfdf6daa89bf0f8c37de112b65f 9 0.01/1.00 vMB 620
127,030 127,030 0000000000001df5edc451d88743b31e07e6d91fe61160e1e3279701ab4c71a6 84 0.03/1.00 vMB 1,268
127,029 127,029 000000000000119a4790f3d4457f89e0e699000dc3ed3a36b44dbed1e54b4336 1 0.00/1.00 vMB 0
127,028 127,028 00000000000007478fa56b30d7786be2077fa8871f07993bf5028860ecccaae4 42 0.02/1.00 vMB 979
127,027 127,027 0000000000001b0692c59ad6be27cdd5a110c4a8375a6dc0f47f28e5c1a9e777 22 0.01/1.00 vMB 329
127,026 127,026 00000000000003d93ee8e6d130a5d22440cb49b58ba7ef43c0c2a95f8020ca6d 13 0.01/1.00 vMB 648
127,025 127,025 0000000000001f8e22c1eeafe0a09888959c62d51707da7cad4036316abbf7d4 75 0.03/1.00 vMB 904
127,024 127,024 000000000000157af76650588bc7b88c5c835c9c6b4a4a662fffa722f414e6fa 13 0.01/1.00 vMB 369
127,023 127,023 0000000000000d5ad7bf73bac632005ae476495252686d37274959e1a72cb661 38 0.01/1.00 vMB 14
127,022 127,022 0000000000001e05a0e38efa815551000ee18ce0784034f87b6924f17b48c9f0 26 0.01/1.00 vMB 1,225
127,021 127,021 00000000000004c379f02e54b6e037cadb9175a95756c3f5fde4da7072929fba 31 0.01/1.00 vMB 949
127,020 127,020 000000000000098c8037647987faff6b200e260724405c5b26440fe9c7e35e67 27 0.01/1.00 vMB 1,245
127,019 127,019 000000000000136e189daa3c8e951c8fa3fd549e39e7a0692cbbfbcc5d6ba184 11 0.00/1.00 vMB 352
127,018 127,018 00000000000018d8e262e3c9ccb21620af6dddf7ec7410a6d7b0e2d2fa1ef627 73 0.02/1.00 vMB 153
127,017 127,017 000000000000109c6eab778a8b5f28865378eafb159e1ba6a89f6ca67b0c9ddb 9 0.00/1.00 vMB 362
127,016 127,016 00000000000013d9ccebad8953b1a3d0b9b23834aad86ec484c2617067a61e85 24 0.01/1.00 vMB 1,080
127,015 127,015 00000000000024dd5c81b2a424f2bb56a3e3db92aaadfc799ec1735986870934 34 0.01/1.00 vMB 998
127,014 127,014 0000000000001bdbdf344d4e76107bd118d074bf02e83ff86288756d4d973d03 37 0.01/1.00 vMB 682
Previous 10 blocks ↓
Total Size: 783.17 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: 749.34 GB
    • Received: 18.82 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.