Loading Tool

Explorer IconExplorer

Memory Pool

77,245 transactions
28.86 vMB
0.09848801 BTC
Random Selection Loading Transactions
Max Size: 175.09/200 MB

Candidate Block

Mining Attempt a6e81f85117c9eddac8d39c6300a195f92d98b8fb46509453c83829893beef7e
Version 20000000
Previous Block 0000000000000000000172681c51a3d1420d64b53f092a1fc2f3f9d3e0558f71
Merkle Root f8d3e6978501e5fbcc11681703a4e846dd090030702312f655807aeacd87433c
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,410
Size: 1.00 vMB
Total Fees: 0.03017901 BTC
Feerates: 180.82 > 3.02 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,270 (497,552 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
417,718 417,718 000000000000000004cea72e6d4123f1d8f5428446865b1861452a9ecc34b413 2,273 1.00/1.00 vMB 99
417,717 417,717 0000000000000000015f38f3b8c5fd0baafc84cd447e4f475217d78e9d538dd2 2,404 1.00/1.00 vMB 102
417,716 417,716 000000000000000001bd73e0362850a8ed010b112515f29eb2652e6d71ed2083 1,542 1.00/1.00 vMB 67
417,715 417,715 0000000000000000041a99938211fc139adeb05f8e9d12752926a6f3c003f9e3 1,880 1.00/1.00 vMB 62
417,714 417,714 000000000000000003501accef8eeb0244a1ad233f5f017be9ede1e604090d84 1,507 1.00/1.00 vMB 59
417,713 417,713 000000000000000004efe06c7fbd029bf1f24d272ffd58920d0f3a710254adc5 1,577 1.00/1.00 vMB 60
417,712 417,712 0000000000000000027f8b8698e20dd8d227d0ae7ebe6dd4034a6ed0850203d7 2,625 1.00/1.00 vMB 99
417,711 417,711 0000000000000000021f4a1d2a3a1be676a8536288b8d2677da1c8559af78677 2,387 1.00/1.00 vMB 86
417,710 417,710 00000000000000000467d5c7096115b297e57dd4e93125d9973163e893db3307 727 1.00/1.00 vMB 23
417,709 417,709 000000000000000000173add6bc2ee0a8d502221d19284f53bae6dfeed14e796 2,198 1.00/1.00 vMB 65
417,708 417,708 00000000000000000272403041a59de0174da5c414d6db075be44113e171d112 1,944 1.00/1.00 vMB 57
417,707 417,707 00000000000000000115e54312eed8565bbad490c1d5516f9e9140ebfe1d1741 2,221 1.00/1.00 vMB 71
417,706 417,706 000000000000000000c48f16038d0244c6c301f2b9ce486fd2e9053e9f4a05c3 2,111 1.00/1.00 vMB 71
417,705 417,705 0000000000000000052ae19b640422993317c09e7751cf0bf1fdcc1f6041f9d5 805 1.00/1.00 vMB 27
417,704 417,704 000000000000000000a3c6a32e4bd78f1e456d26b60034fadcef48d350d6eed1 2,458 1.00/1.00 vMB 65
417,703 417,703 00000000000000000377a33e6785bc8e01712a4b1b436bec6ed730a731f75f07 755 1.00/1.00 vMB 26
417,702 417,702 000000000000000002fcd076903c5f1e4bd940703cea196393f1cd895cae452f 606 0.26/1.00 vMB 67
417,701 417,701 00000000000000000344d098cb62d9ff3951e6bee0d6898e04a8cd7ee67da371 1,288 0.60/1.00 vMB 63
417,700 417,700 000000000000000000d0646151017bd1a1b63f4e789e4e010cdd7c0460ac1d34 475 1.00/1.00 vMB 18
417,699 417,699 00000000000000000470ae16c52644c448ccb872f62b4c5c11e01b9cf6fb3c44 167 0.09/1.00 vMB 61
417,698 417,698 000000000000000004d08ecb1ac503a3ed7feb06d760df50b9474d18768f9f0d 920 1.00/1.00 vMB 29
Previous 10 blocks ↓
Total Size: 782.86 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: 712.90 GB
    • Received: 17.24 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.