Loading Tool

Explorer IconExplorer

Memory Pool

76,822 transactions
28.76 vMB
0.06852856 BTC
Random Selection Loading Transactions
Max Size: 174.20/200 MB

Candidate Block

Mining Attempt ea78431abebc0428c5422fb8b9a654f6198612c69e01318458dd7617d389364c
Version 20000000
Previous Block 00000000000000000000e77986292dbc09ac5349d11628448e2144e30f8f2f64
Merkle Root 72ff9f97b3ba525709d65d7bc69ab09e0fc25c4df5564d4ed22363141d9cc2cd
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,540
Size: 1.00 vMB
Total Fees: 0.00879434 BTC
Feerates: 50.27 > 0.88 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,155 (81,370 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
833,785 833,785 0000000000000000000196def498ed8c2a2ee4f388e98b22060c5e9defa22a16 3,404 1.00/1.00 vMB 54
833,784 833,784 000000000000000000035e26f9474a3bc1bf820f981cdd8068f596b56eac834d 3,179 1.00/1.00 vMB 34
833,783 833,783 000000000000000000032835f5fddbd56bd39d7b61f3e1299d9ce34257b24aa1 3,111 1.00/1.00 vMB 42
833,782 833,782 000000000000000000036e5d195551efeee4d0481558662055d01b34f5bf5c87 3,318 1.00/1.00 vMB 59
833,781 833,781 00000000000000000000b46da347dda3dedcfab7e7636be9b393f2b9ee50265a 3,318 1.00/1.00 vMB 53
833,780 833,780 000000000000000000029b59c8d62990e45667427d33bd24c30b6cd327d1370b 2,655 1.00/1.00 vMB 33
833,779 833,779 0000000000000000000031d3d8f5315a18b20a67d52da8768cf7bedbc6821770 2,779 1.00/1.00 vMB 24
833,778 833,778 000000000000000000027cef970b5deb5528de34058ab269a1dc0787f0a9cae2 2,502 1.00/1.00 vMB 34
833,777 833,777 00000000000000000001f4412c8dc398f332cb533e71c64211d211b990b5602d 2,477 1.00/1.00 vMB 34
833,776 833,776 0000000000000000000163dfc617590aa6b17a87f6ae81327b53458deb2e5702 1,745 1.00/1.00 vMB 35
833,775 833,775 00000000000000000002e777330bfb6b9df58e3b0cb2d8dd9b82be0a78b3117e 2,746 1.00/1.00 vMB 40
833,774 833,774 00000000000000000002bc0e57ea7f591ddc0f6917db0d3ee35e872e80a5c3d1 2,683 1.00/1.00 vMB 29
833,773 833,773 000000000000000000034f960ed039cf6568675ae428f1ea62809d85adc67d7f 2,856 1.00/1.00 vMB 38
833,772 833,772 000000000000000000009d4da405f63be74001444454b2b3279e7ee4de67ee4b 2,568 1.00/1.00 vMB 37
833,771 833,771 00000000000000000000c4d3549487beff93b3309fe2aa87d5f7c88f4067ac7f 2,645 1.00/1.00 vMB 29
833,770 833,770 0000000000000000000251a23a4fd9b884244941d375a63a581b51c3759e705f 1,764 1.00/1.00 vMB 21
833,769 833,769 00000000000000000002a755bffc943fc8b169db7111bbc7bb978cac846c5241 3,099 1.00/1.00 vMB 33
833,768 833,768 0000000000000000000036eacd897996b122ecdc88205c7996cce2be1b30fc80 2,927 1.00/1.00 vMB 29
833,767 833,767 000000000000000000006067bf4d48578a96d8fec01d35b08c51e1482cdc6fb9 3,288 1.00/1.00 vMB 47
833,766 833,766 000000000000000000020b1822f4f42b12f5bd03012500ee9094c7af3f8c661b 2,793 1.00/1.00 vMB 36
833,765 833,765 00000000000000000000ba4faa508d22ca6a09397e199b101a51ab54232af0e5 3,541 1.00/1.00 vMB 40
Previous 10 blocks ↓
Total Size: 782.66 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: 673.06 GB
    • Received: 16.36 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.