Loading Tool

Explorer IconExplorer

Memory Pool

25,357 transactions
15.93 vMB
0.03485808 BTC
Random Selection Loading Transactions
Max Size: 84.00/200 MB

Candidate Block

Mining Attempt ed387b369aabd1ce65095e4fe0103c7e35df8882ad1bb767b4aeb371e74260be
Version 20000000
Previous Block 0000000000000000000084a21ff707eead35ab8f0f56d03d5d8d061975b60eec
Merkle Root f4b787ce1455eae7831f8cb3b35c4f3637eff158bf6afc4c4d9b6c5e9859c944
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,579
Size: 1.00 vMB
Total Fees: 0.00606674 BTC
Feerates: 180.64 > 0.61 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,165 (912,093 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
2,072 2,072 00000000a14bb926208eb6326310d9054de589be3a9d6217130bcbf401dec5fb 1 0.00/1.00 vMB 0
2,071 2,071 000000002234ec90ec5f93aed5b57ca339bce76e57690367f713e53be014ccc6 1 0.00/1.00 vMB 0
2,070 2,070 00000000c87f394fb307f295503695bb39c2e3025a910a1e7e84b13126165264 1 0.00/1.00 vMB 0
2,069 2,069 00000000ea79bc139ea90db3446daa3cbdcd1a4bac1fdc191743dbae3633368d 1 0.00/1.00 vMB 0
2,068 2,068 000000009e51da9980dc4f98be36c65abd497fcb009cdfa488467c2f6152805c 1 0.00/1.00 vMB 0
2,067 2,067 00000000eb952510b6fe05aa6a0fd7730e49ea18d051be315e50f1007f200829 1 0.00/1.00 vMB 0
2,066 2,066 00000000b0ffc0f6ace673e0e6ad6893546c5c808919e6a15b6b5d51e4d8af70 1 0.00/1.00 vMB 0
2,065 2,065 000000005d1ee9f633d16642d1bd8af362c3e49e7ce819937ebe6873aaa8c7b7 1 0.00/1.00 vMB 0
2,064 2,064 00000000184d61d43e667b4aebe6224e0a3265a2be87048b7924d7339de6095d 1 0.00/1.00 vMB 0
2,063 2,063 000000003024fcc0de00e9af302c8bf69b0c625eea0ac3502fb25adb935b652c 1 0.00/1.00 vMB 0
2,062 2,062 00000000d34199387862c42561031f5b25cc35bb9895e53dd07e30508748ced8 1 0.00/1.00 vMB 0
2,061 2,061 00000000cd2ae5e37f774026a30f6880fb5de6e73f0c6f27cb0e119e607e4b6d 1 0.00/1.00 vMB 0
2,060 2,060 000000005a2d6394da35269c09425f59f4d76c5b486b2d6b617f30bbd4fb79dd 1 0.00/1.00 vMB 0
2,059 2,059 000000004fdc363a128276c9acbf4e4e9217a9a88852b6682d71a637d029c21f 1 0.00/1.00 vMB 0
2,058 2,058 00000000c5d078e6198193ec872d5400ce78257db3c4298f060344f86fe1fefa 1 0.00/1.00 vMB 0
2,057 2,057 00000000acd58d5632619a889f751c9f508f7869f05814e6ce4b004258969342 1 0.00/1.00 vMB 0
2,056 2,056 000000009737fc85becda1878da804a7dd7e393999a356afb9aa49ac612fd838 1 0.00/1.00 vMB 0
2,055 2,055 00000000fdffd873ef1ab43725f9822482015191da3b87e706d742ef983f9356 1 0.00/1.00 vMB 0
2,054 2,054 000000004b42b3b378dc13f41346bf3875d01a58ea4ad026ec5ad00b147a5a83 1 0.00/1.00 vMB 0
2,053 2,053 00000000565024cff14075df118e0b0e4ac28df91b4c3ec110dfd748c4b90056 1 0.00/1.00 vMB 0
2,052 2,052 00000000d34e247dbed14f0ffa448155b7a4c8ea80f867fa8eb8c2982dd431c6 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 780.89 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 566.28 GB
    • Received: 7.66 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.