Loading Tool

Explorer IconExplorer

Memory Pool

77,994 transactions
28.93 vMB
0.07775656 BTC
Random Selection Loading Transactions
Max Size: 175.44/200 MB

Candidate Block

Mining Attempt f9176e3bd51deeb868dfa0f2e8c3134b336aae1a7b35cf4f5d6521c2cc6642b1
Version 20000000
Previous Block 000000000000000000015c2f9dfa0c74d1f310284e6448425037dce28d0417a8
Merkle Root ebcc5a4e3cbc07bd3c6ff875f7de61be069329bc7c2d13c5fa627e36075a5162
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,506
Size: 1.00 vMB
Total Fees: 0.01750580 BTC
Feerates: 100.81 > 1.75 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,157 (503,323 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
411,834 411,834 00000000000000000198fe46a490dbb10f129f60d08322a6307ef1d4af0dc8f7 1,886 1.00/1.00 vMB 48
411,833 411,833 000000000000000000816cac5c040f63b4aa7fda8523c105ca8c30926c69d39c 1,478 1.00/1.00 vMB 36
411,832 411,832 00000000000000000204e02aad4853e29adde53a5d2735df057b73e5e1afbd72 1,081 0.99/1.00 vMB 25
411,831 411,831 0000000000000000030bd8d630ff4abe6d0432433f59abdf1c6d827f2bf04186 2,104 1.00/1.00 vMB 53
411,830 411,830 000000000000000000c9d47963e45bee90f353f1c91953de6c9bf33dd5d7cb3b 429 0.40/1.00 vMB 34
411,829 411,829 000000000000000002664c307bb1a20e38d52601c8394f58bb5ec2c104f63c53 1,375 1.00/1.00 vMB 26
411,828 411,828 00000000000000000500fdb78af51bc763d4c7bf07d824991ee4696b3dd705f0 1,752 0.95/1.00 vMB 36
411,827 411,827 000000000000000004fe6e8cc0d138c144f68c695adafd3e053f9b43f92b2d7d 2,089 1.00/1.00 vMB 37
411,826 411,826 000000000000000000df1761692a44ff489673d78df6fe16c504d3e0450ef677 1,792 1.00/1.00 vMB 45
411,825 411,825 000000000000000002f01f6441077331e51f4f184d41a1ccea7366fb39003ced 2,847 1.00/1.00 vMB 54
411,824 411,824 00000000000000000337a4dd578fc3e55441484bdb8a4ed3d3f613977adc86dd 1,080 0.78/1.00 vMB 28
411,823 411,823 000000000000000002ce8b6c08bd65ec12b039a07f25a58bd6fc38d6b0359813 2,107 0.99/1.00 vMB 45
411,822 411,822 000000000000000000c77f1bb122852ef1e7d3ed39638f58c082908be63dd4c1 1,715 1.00/1.00 vMB 42
411,821 411,821 000000000000000004fd011205d8f33c1e52a4bbb590a2515040147199271cd7 601 0.40/1.00 vMB 31
411,820 411,820 0000000000000000041a838dfa1ec6fc0e59a0037d471bb49befa07459322f15 1,105 0.54/1.00 vMB 44
411,819 411,819 000000000000000002f14fd887b6968e2e1408e09f8790a6c45f4f1962b1b0e2 42 0.03/1.00 vMB 30
411,818 411,818 0000000000000000002d9f1cbff3c5dfa9e42417c95a9a9a5fd8b3f4b62f27b1 1,119 0.85/1.00 vMB 32
411,817 411,817 000000000000000003b3ebc6c77de635e38ac982ca73f4f1459d778ef39c7148 1,736 1.00/1.00 vMB 34
411,816 411,816 0000000000000000039d1432b218fb94b3e0ebcc4eeb9ab1ce465d0c6cb28b0f 597 0.29/1.00 vMB 39
411,815 411,815 000000000000000002e64af9c8a2dbcf36dd5b7cf707af9006081be9a464d0fa 614 0.98/1.00 vMB 15
411,814 411,814 00000000000000000166c33c5facd883a3050357114d77589617ed0fb1731439 1,160 1.00/1.00 vMB 29
Previous 10 blocks ↓
Total Size: 782.67 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 673.09 GB
    • Received: 16.38 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.