Loading Tool

Explorer IconExplorer

Memory Pool

76,805 transactions
28.54 vMB
0.08580476 BTC
Random Selection Loading Transactions
Max Size: 173.10/200 MB

Candidate Block

Mining Attempt baf8fb176402eb69eff5b82f81b1ba3ad170e8bca523030c3497727e4e4ad381
Version 20000000
Previous Block 00000000000000000000ec814f6a04cd5247383be9ebea2cfd71c6247fc02550
Merkle Root 75e75d15ac353bafbf072f933b3c20148645a61311584cbb4dc29cf37665a5ff
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,802
Size: 1.00 vMB
Total Fees: 0.02097527 BTC
Feerates: 56.81 > 2.10 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,308 (488,457 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
426,851 426,851 0000000000000000021ba1146b2997c75f6b75ac3cad157ba772646a4568d01b 917 1.00/1.00 vMB 27
426,850 426,850 00000000000000000256550cc07031752796500846df841046fc6dd159b9b3e3 1,606 1.00/1.00 vMB 40
426,849 426,849 000000000000000004eed87d3459db9e87534e4acbdcd4a45a46173a94970a4a 1,335 0.60/1.00 vMB 53
426,848 426,848 000000000000000003b903a45c0738baf41868ae2f48a5dbd2747c22b0384dea 1,755 1.00/1.00 vMB 46
426,847 426,847 00000000000000000231f5f483b5158eb4aba9f369b1b92d4d6ab234bac07b05 2,779 1.00/1.00 vMB 74
426,846 426,846 000000000000000000291f037777d388a7674a7c75ac5af8b2536a45ad9a258c 1,344 1.00/1.00 vMB 37
426,845 426,845 00000000000000000238ba002f406d8d4d092b84d24507641b21d34db1321810 2,362 1.00/1.00 vMB 52
426,844 426,844 000000000000000001c45a095be85bfd604668a02a9e39bc700e223cf3a0d6ba 2,874 1.00/1.00 vMB 93
426,843 426,843 000000000000000003db091ce971c4717897f3a72ce4373b6c13d3b9da586d12 1,961 1.00/1.00 vMB 51
426,842 426,842 0000000000000000040ec73338372e618c9f733e0346027d818176e1893e9b12 1,570 1.00/1.00 vMB 23
426,841 426,841 000000000000000001e306d42ab742c9dfd9b5861d1ac20cea1fa5c7c72dcdd7 1,076 1.00/1.00 vMB 34
426,840 426,840 00000000000000000456c2b87ffa6fd9c3e85269321e27d5bbe5669092ffa1cd 1,644 1.00/1.00 vMB 37
426,839 426,839 000000000000000000a1f2b6b79e39b9af88145be482120bfa5b6f41de7f8767 2,407 1.00/1.00 vMB 50
426,838 426,838 00000000000000000206f11cadf43d9ebf69c7bceb94631729a74cccb1fb5c56 2,201 0.75/1.00 vMB 85
426,837 426,837 000000000000000003b4abc29ce37613d313d9d7e1a58d544b473531f560330a 2,022 1.00/1.00 vMB 40
426,836 426,836 00000000000000000460d1ec212eca0ac7d72e8f683034406a739ddd89f5ac7d 3,113 1.00/1.00 vMB 83
426,835 426,835 000000000000000004b5ea3f17fae8a2f99d6f783ac3881850c7fcb9c106bba6 2,197 1.00/1.00 vMB 54
426,834 426,834 000000000000000000bcf8f50d7ed538957731cd8163ecb3dabcdc818f4a03f6 2,704 1.00/1.00 vMB 71
426,833 426,833 000000000000000001fa7666161fc1d87d2e75e6c6e7f691491aea4572e1bac5 2,212 1.00/1.00 vMB 54
426,832 426,832 00000000000000000078571142a8df89fac7a00135e2e829a29b039930c0ae56 2,414 1.00/1.00 vMB 75
426,831 426,831 000000000000000004eb34e90e6604ef683b628aa97acbd91d087e24926d96eb 1,626 1.00/1.00 vMB 42
Previous 10 blocks ↓
Total Size: 782.92 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: 714.52 GB
    • Received: 17.56 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.