Loading Tool

Explorer IconExplorer

Memory Pool

42,984 transactions
27.05 vMB
0.06341693 BTC
Random Selection Loading Transactions
Max Size: 142.26/200 MB

Candidate Block

Mining Attempt 5780dbdf5affa7ad58b908e426d1c6b1d1659caf31d86b8898f2fdadbea16007
Version 20000000
Previous Block 00000000000000000000625f3ecbf1c94fa42f7788ebbce56cac527f5d7f730b
Merkle Root a0f4ec25c5a578ef095a9e133354eae8948875c78f58e5d7e15f5845a2add299
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,716
Size: 1.00 vMB
Total Fees: 0.01282237 BTC
Feerates: 170.89 > 1.28 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,924 (424,791 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
490,133 490,133 0000000000000000008628ceee608dc10916a29943e5d46bd11e49a71ac786df 1,973 0.87/1.00 vMB 46
490,132 490,132 00000000000000000097d75338ba148419b9a277fbe371b9066ec43f0b3157ad 2,174 0.95/1.00 vMB 116
490,131 490,131 000000000000000000c24968d5f71be2479b3e21c4babdd8d1ee6c3ca8b2639a 2,200 1.00/1.00 vMB 13
490,130 490,130 00000000000000000099e1c8f3fc8c79a131454f28bd57af3c04635970a59d49 2,361 1.00/1.00 vMB 94
490,129 490,129 0000000000000000003f1158709841cf31e431bde46fe90b2de0e9db5014b574 1,873 1.00/1.00 vMB 228
490,128 490,128 00000000000000000062077d6a144944f05b06d0219c16d6d86b11894964ba0d 2,233 1.00/1.00 vMB 187
490,127 490,127 00000000000000000080e9351b7d97b83e7dd244ddca934982988a5905f9b961 1,898 1.00/1.00 vMB 149
490,126 490,126 00000000000000000056b10685116889ee4d13c3e7d7c3c4e8ee74ceaa596f6c 2,211 1.00/1.00 vMB 180
490,125 490,125 000000000000000000a1846b80f9a5e9a01b281ac1e3dc0b3ecd191ffae51286 2,556 1.00/1.00 vMB 236
490,124 490,124 000000000000000000db3ceee74fcc10b75008f3fb385d334359b069397beca3 766 1.00/1.00 vMB 39
490,123 490,123 00000000000000000094fce26ef4188410200a713ba278b85247aae2135182de 2,402 0.90/1.00 vMB 81
490,122 490,122 00000000000000000095c89672398d2f2d8aea7d2406e5ecaafb094e5118f4bd 2,253 1.00/1.00 vMB 136
490,121 490,121 000000000000000000ba1e5ac28c55515fd00d99d094b13539acd5e4d94e7539 2,718 1.00/1.00 vMB 55
490,120 490,120 0000000000000000009bffef95c62478325c145515c7eab2c0ed5cd0be1b8c83 2,101 1.00/1.00 vMB 85
490,119 490,119 0000000000000000005d4235848fafb9eb94e1bfdfaab7acf07e0ec179c5c72a 2,201 1.00/1.00 vMB 147
490,118 490,118 000000000000000000e57146a24d090aa7b1a7d5c36ec1248899c4a074458576 2,533 1.00/1.00 vMB 237
490,117 490,117 00000000000000000027616bedda81a1e55179b8067bce2dcee793c17605ceef 24 0.01/1.00 vMB 492
490,116 490,116 00000000000000000038b58362a67e4b7a03deaef5aff0121209cfd51728d40d 505 1.00/1.00 vMB 19
490,115 490,115 000000000000000000a6fbced09b051dcbdd38ec45817e22cb0471e3030f4884 2,493 1.00/1.00 vMB 75
490,114 490,114 00000000000000000071d38192cae8308581468d419c97203d3c354e5bc3b965 2,086 1.00/1.00 vMB 43
490,113 490,113 000000000000000000b24f665f2a4902576f7bf3dccda762d830019c1634f456 2,366 1.00/1.00 vMB 152
Previous 10 blocks ↓
Total Size: 782.25 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: 655.53 GB
    • Received: 14.32 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.