Loading Tool

Explorer IconExplorer

Memory Pool

48,798 transactions
28.92 vMB
0.10054569 BTC
Random Selection Loading Transactions
Max Size: 153.04/200 MB

Candidate Block

Mining Attempt eb176cd91955f79682c33f63ad99594e1d69281f813b31d77bc556f5dfb9fb72
Version 20000000
Previous Block 00000000000000000000d375a3af0e2e764f1452aa44a1610bb3f0f4ff2602e2
Merkle Root 0da085314b42e8d5e9c415636aa1bd0b6b7c4ec517afbd9d97513a6568f70d8a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,912
Size: 1.00 vMB
Total Fees: 0.02499024 BTC
Feerates: 70.48 > 2.50 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,712 (204,607 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
710,105 710,105 00000000000000000005cbc5c94f2f15a723648746fe59909598d2ab1d18e734 2,742 1.00/1.00 vMB 9
710,104 710,104 00000000000000000004aa421ec5ff011de8b8fb53b20c33e269acd8776cb674 2,341 1.00/1.00 vMB 14
710,103 710,103 0000000000000000000c1667c17550f08ac45d778105ad44e5ae382fd2f61600 705 1.00/1.00 vMB 3
710,102 710,102 00000000000000000007e3af70510e9e87446316a224b905628283c87d993cae 1,016 1.00/1.00 vMB 5
710,101 710,101 0000000000000000000bc69c387a1a4d455d92b21efc31d600a3cfabd28732dd 635 1.00/1.00 vMB 2
710,100 710,100 00000000000000000002df6404758acb0228f7dcd7d7870188cd68c50acf89e4 1,703 1.00/1.00 vMB 3
710,099 710,099 0000000000000000000713bbb586b2dfdb8978f7ec1059b4036b311effd2850c 2,959 1.00/1.00 vMB 8
710,098 710,098 00000000000000000005acc7e33adceca688a2e1c4e1edda09419516210b363c 3,030 1.00/1.00 vMB 7
710,097 710,097 00000000000000000007d6443cafe6db3f413a060bab73cf9b1d6f198e20b33a 3,042 1.00/1.00 vMB 11
710,096 710,096 00000000000000000004c5edb574d2658dda35c2dcbaadba1352c4750b5d6208 1,044 1.00/1.00 vMB 13
710,095 710,095 00000000000000000009ba2edb6d8fd743bf92c2ae0fcae8a248bd7b8aae243c 163 1.00/1.00 vMB 9
710,094 710,094 00000000000000000008bed0f9fbf3eb168b6c3ab0946e9f34d72cac49edaad8 750 1.00/1.00 vMB 12
710,093 710,093 00000000000000000000955e2c846e67039063e82fc9fd4271b993df47aab2e2 199 1.00/1.00 vMB 8
710,092 710,092 00000000000000000000d93abbd718d119aa9b14c3a9e13dacba91d5b6107516 440 1.00/1.00 vMB 10
710,091 710,091 000000000000000000083516032e232aacb3b37bbcc504f80e412b152e1d0668 471 1.00/1.00 vMB 14
710,090 710,090 0000000000000000000adedd3ce9863c147c10d6333b0da27d59f56ed8ba25dd 687 1.00/1.00 vMB 13
710,089 710,089 0000000000000000000a3ed842901300cb316f4683c2bb9306a0db7a83bde6d9 2,927 1.00/1.00 vMB 16
710,088 710,088 0000000000000000000b6a5354deda9a5e0ac12ea445e8688b178b5e4aad14bb 2,240 1.00/1.00 vMB 8
710,087 710,087 0000000000000000000156ff7bc5ca3f0d99658b82ffd6f02aebdb8898103bd7 1,400 0.92/1.00 vMB 5
710,086 710,086 000000000000000000019b9e9b1a8a8842a33d0b9197196a98c6e83d2d8e70ff 2,261 1.00/1.00 vMB 9
710,085 710,085 0000000000000000000ba61a654748552a6fe52ef58aa3f29d6c96ad362d55b4 619 0.21/1.00 vMB 11
Previous 10 blocks ↓
Total Size: 781.88 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: 645.06 GB
    • Received: 12.67 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.