Loading Tool

Explorer IconExplorer

Memory Pool

84,906 transactions
31.82 vMB
0.18860470 BTC
Random Selection Loading Transactions
Max Size: 189.08/200 MB

Candidate Block

Mining Attempt dce00d0b78bf0f220dea1ff4563ceb5399a8aca0c8caa73d9b70fc584e9dfa0b
Version 20000000
Previous Block 000000000000000000017cb93000a20c08f0fc639d471abc5ab7059c2109dbfe
Merkle Root a8c5f4e0b541b15b5055e257e7d3f8b5a0381d3efce76c5943671afbf07f9b91
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,872
Size: 1.00 vMB
Total Fees: 0.07159210 BTC
Feerates: 269.69 > 7.17 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,145 (228,175 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
686,970 686,970 0000000000000000000ac5b1dd33f48c90908a8db338e512ac6c902f49f80464 2,038 1.00/1.00 vMB 68
686,969 686,969 0000000000000000000a25339d9c2eb4a0f86e0fa18fabf49c4782a41e32a1c9 2,720 1.00/1.00 vMB 33
686,968 686,968 000000000000000000064e7b027635dc74f67ad07f5ba663f20f13c8e4e43cf6 2,918 1.00/1.00 vMB 43
686,967 686,967 0000000000000000000965fb18ddd307512a5ef4abc6fbdbb44a760bf980ab4c 1,173 1.00/1.00 vMB 148
686,966 686,966 00000000000000000007ff42c283f968aec6971b6bc1413d0ec8e73ac36f15c1 2,422 1.00/1.00 vMB 35
686,965 686,965 0000000000000000000186f7e2d12d465e99e9b8fad3d3d7aa83461e15d83a13 3,101 1.00/1.00 vMB 50
686,964 686,964 000000000000000000068460075048ba65c713a0b0cbdc55a82374ede0a38925 2,499 1.00/1.00 vMB 42
686,963 686,963 0000000000000000000c5721e5aa189a3dc6ea80dcadb30a524bc1ce8946b103 1,784 1.00/1.00 vMB 35
686,962 686,962 0000000000000000000d4c624cef9ee315cc395a0cc16e61364567d3ab874d8b 1,913 1.00/1.00 vMB 41
686,961 686,961 0000000000000000000ce5d3fc2bb1667a140461b749a485a8132de26727594d 2,233 1.00/1.00 vMB 43
686,960 686,960 00000000000000000001bbda5e242a43a344df8459bf182a10b14bd10bddeb28 2,196 1.00/1.00 vMB 29
686,959 686,959 000000000000000000061f67e0b7bf8ae755d8e71a808f8665229576a713ed59 1,632 1.00/1.00 vMB 28
686,958 686,958 000000000000000000050d282b80d0a3b7334c35283a6752e3bb8d55da7b93ae 3,093 1.00/1.00 vMB 25
686,957 686,957 0000000000000000000d4e51a8cee49582113a97d8593b6fbe251de3d97058bc 2,642 1.00/1.00 vMB 83
686,956 686,956 0000000000000000000c28aea6e8c073e44e249460e8e16cfc4a46f3b47d536b 2,413 1.00/1.00 vMB 41
686,955 686,955 00000000000000000008a723f9d9585151725088f2a149e4cca3c5ef1fa93f93 2,473 1.00/1.00 vMB 25
686,954 686,954 000000000000000000071bf5e4ec6e934297c33c4ba65858b37ca614f0f0d02f 3,002 1.00/1.00 vMB 55
686,953 686,953 000000000000000000080cc70e718cdc062012b4276aa6950e72aca4cfbfbe81 2,454 1.00/1.00 vMB 98
686,952 686,952 0000000000000000000432e1ef4282f9bd1525a48aa3cf64a5bb8bf20ed0367e 2,799 1.00/1.00 vMB 25
686,951 686,951 000000000000000000093e80700d279a08967303edc5c76b14f386726ecec239 2,972 1.00/1.00 vMB 55
686,950 686,950 00000000000000000008fe2fcb40df6ddbfe379523947bce3ee4d94678f64729 1,941 1.00/1.00 vMB 73
Previous 10 blocks ↓
Total Size: 782.65 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: 672.59 GB
    • Received: 16.28 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.