Loading Tool

Explorer IconExplorer

Memory Pool

41,260 transactions
26.30 vMB
0.06429643 BTC
Random Selection Loading Transactions
Max Size: 137.16/200 MB

Candidate Block

Mining Attempt 72da34cd21a8594d45901505035a0ebc2d8479374cca0aa0906738ad51a682d7
Version 20000000
Previous Block 00000000000000000000fc48cc8686a8ac722c054bcc7b44a0442c0f1c3ff981
Merkle Root d06abe11afbe67dfdaf2d76e62bba5e49eaffdbcfb7855aeaf5178866aaecf57
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,251
Size: 1.00 vMB
Total Fees: 0.01620307 BTC
Feerates: 100.53 > 1.62 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,883 (120,766 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
794,117 794,117 00000000000000000004995600a1dd85d4a7ab2a7e661a2816af290eb4cd5f0a 3,049 1.00/1.00 vMB 25
794,116 794,116 000000000000000000007b181a92f794a465beee1151621a8946f6541d1268a1 2,215 1.00/1.00 vMB 19
794,115 794,115 0000000000000000000002b389f09c49ddfcf8450ffb5563da30bb9a5bb00330 3,341 1.00/1.00 vMB 38
794,114 794,114 00000000000000000000a6861032266dce20694017a413d869d01699fff8b7db 3,003 1.00/1.00 vMB 34
794,113 794,113 00000000000000000001454ba42db062466da3dea227be2c3725b16d0c437c75 2,474 1.00/1.00 vMB 27
794,112 794,112 000000000000000000056eb88c9c4a335c0baa5bdeb945f8b60619216acf8e64 2,886 1.00/1.00 vMB 49
794,111 794,111 00000000000000000000a13f72831573fb120c190b3de4a78b0544086ad9d178 5,040 1.00/1.00 vMB 10
794,110 794,110 00000000000000000003bfbedd7aba749b8272f17d9168ef8ada2bab8b2497a2 2,526 1.00/1.00 vMB 19
794,109 794,109 000000000000000000051bc987c44247cfd8d285a5d8d1f22c4c2f7b390990d3 6,326 1.00/1.00 vMB 9
794,108 794,108 00000000000000000004bba8b37dbffdb50eca8a6166ff5d135a5cc8084d265f 5,626 1.00/1.00 vMB 13
794,107 794,107 00000000000000000001080edf21ea37ca82285350ec22d8759476136ee5cd6f 4,465 1.00/1.00 vMB 16
794,106 794,106 0000000000000000000190145225d1f05716147fe0e2f08896bd4860486c3f2f 3,128 1.00/1.00 vMB 14
794,105 794,105 00000000000000000002ccbab24d3b7891e879945189c4648b109aabf63fb5bc 996 1.00/1.00 vMB 11
794,104 794,104 00000000000000000000ad2f8e04c2c8d9ec1bf5298db1657af2823ed4c026bc 1,069 1.00/1.00 vMB 14
794,103 794,103 000000000000000000031ed9d116762f6e4aebcca54bd7927c9117dfa780e189 2,961 1.00/1.00 vMB 24
794,102 794,102 00000000000000000002ddffeccb0aeacca4d58fb0b27937100b9574d97dae38 2,324 1.00/1.00 vMB 19
794,101 794,101 000000000000000000046f313b0ed20307ea7843e3ff20c7eed1bff3bf803222 2,096 1.00/1.00 vMB 21
794,100 794,100 000000000000000000042f0bcd6aa564b03c51fbca2dd19482e8d55d51b81db8 1,120 1.00/1.00 vMB 13
794,099 794,099 00000000000000000001011ed41d82974b572e8ae8301d5a8999cb5a1d8bec92 2,283 1.00/1.00 vMB 21
794,098 794,098 00000000000000000003b6fd266088677baee205921cbf8246e43e65c34c3dde 2,969 1.00/1.00 vMB 28
794,097 794,097 000000000000000000055aeceec9ec375f2bf4ffdc47bfe8e089af75bc1064b8 1,831 1.00/1.00 vMB 27
Previous 10 blocks ↓
Total Size: 782.18 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: 653.62 GB
    • Received: 13.97 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.