Loading Tool

Explorer IconExplorer

Memory Pool

74,788 transactions
27.52 vMB
0.06477263 BTC
Random Selection Loading Transactions
Max Size: 168.14/200 MB

Candidate Block

Mining Attempt a0e34ff3c28947313f246b364af36b97f8141cb3e245eaa7edbe4fab315ade64
Version 20000000
Previous Block 0000000000000000000091aab2e57355cdf4c0fac78ba90baa2b5eeac3f0e020
Merkle Root 03486c1e870162c1d47233d46f63d4a96731cb41d198b6ced22a168732ef5545
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,155
Size: 1.00 vMB
Total Fees: 0.00623243 BTC
Feerates: 11.94 > 0.62 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,278 (459,438 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
455,840 455,840 00000000000000000081f8c55721cbad53e0bcc1b45af10e2509fba7f10ae1a7 2,731 1.00/1.00 vMB 115
455,839 455,839 000000000000000000f89782262b7c5ac53e559c6439465fa7de5cba453f743d 2,190 1.00/1.00 vMB 115
455,838 455,838 00000000000000000049be13ef63c1378ad1159a7a96832026a82a864e6f3a74 2,396 1.00/1.00 vMB 162
455,837 455,837 00000000000000000057564726aae82532ce02b0cbcdabfb1da6b1f01dd46b30 1,408 1.00/1.00 vMB 159
455,836 455,836 0000000000000000014bb12fa44f2d368a831bce4d91986af7135e8d547e1f45 1,692 1.00/1.00 vMB 155
455,835 455,835 000000000000000000c2c50d60ee84be9c0ad580a1949f9cfb3070b4d55f9344 2,972 1.00/1.00 vMB 238
455,834 455,834 000000000000000000f7fa4149be8c62378550991ab91e27d7466d03c5be7c5d 2,000 1.00/1.00 vMB 66
455,833 455,833 0000000000000000003ccd919d6527279d3db7feb11d4663d7fb7f57362a77e7 1,681 1.00/1.00 vMB 116
455,832 455,832 0000000000000000013f42f9dba755d137c57ddaeba526beedd193ba85ff874e 1,904 1.00/1.00 vMB 134
455,831 455,831 000000000000000001391b583d29913480b3950dcd62bf9cc0a5e277ff1733d4 1,228 1.00/1.00 vMB 94
455,830 455,830 0000000000000000002f75101d439ce6eabb5a1378923f2e22b14f9533105bae 440 1.00/1.00 vMB 59
455,829 455,829 0000000000000000018953cc99084806a91be5a46b2a9e6aead006dfd0f60458 976 1.00/1.00 vMB 107
455,828 455,828 000000000000000000750dbd73ab39104f61b3365652ec106bca408751f5249b 1,003 1.00/1.00 vMB 91
455,827 455,827 000000000000000001093b21bf90f336f6f2f9df761ead6c03d62521b7645f12 1,605 1.00/1.00 vMB 88
455,826 455,826 00000000000000000014c615b1152e0809c9052c098bde0644cf93dae5aa8233 2,248 1.00/1.00 vMB 165
455,825 455,825 00000000000000000080976397cab54a0181a9e5ff8983dd8a0ff5ad578f84e1 2,583 1.00/1.00 vMB 195
455,824 455,824 0000000000000000023703c61fc071e24e3570a8155619309b8dcf371e576c1f 1,432 1.00/1.00 vMB 81
455,823 455,823 000000000000000001db6abcf6c39170ae2f09c10d0974630c45dd4ac7078a86 1,614 1.00/1.00 vMB 84
455,822 455,822 000000000000000001136b70c3796be633d5e9ef80764325c981c463fda5342b 1,128 1.00/1.00 vMB 72
455,821 455,821 0000000000000000005ccc496a0ba88b575dd59fcd5d3a9f984c6f05e320b2e6 1,894 1.00/1.00 vMB 155
455,820 455,820 0000000000000000016bef002e002f44b7c145f3ab014fd59101884b6f08b910 2,303 1.00/1.00 vMB 120
Previous 10 blocks ↓
Total Size: 782.87 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: 713.10 GB
    • Received: 17.31 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.