Loading Tool

Explorer IconExplorer

Memory Pool

14,999 transactions
6.64 vMB
0.04153858 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 38.77/200 MB

Candidate Block

Mining Attempt 8635b9fc753d404552b35be04f7a1abc58dacf1447e981543b8241ccc6915e28
Version 20000000
Previous Block 0000000000000000000090cb53194bf414beae3a95367503e1f29bc054a37150
Merkle Root 54a80e3aede33764681a532747742761eebe0d905eb04d3ccb3a843723bb6d79
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,277
Size: 1.00 vMB
Total Fees: 0.02664359 BTC
Median Feerate: 1.21 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,458 (647,620 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
265,838 265,838 000000000000000ad3075e9c93bcfac452580191f57ec9bfa9ceb466d6d4ed48 54 0.15 vMB 7
265,837 265,837 000000000000000e5c92900656f5d75eee35ce413d39a99bd4fd1460501aca0f 22 0.01 vMB 55
265,836 265,836 00000000000000056837692123abf51bccb82b37ab6f39315878cbef0611bbc6 95 0.15 vMB 17
265,835 265,835 000000000000000f89d3e18946fba94e38f51c807aa8e02c4a405e5602899f75 39 0.02 vMB 92
265,834 265,834 000000000000000c5bca662fbbc03708edde21002d60941731c76ae3d631d102 101 0.04 vMB 74
265,833 265,833 000000000000000f32d5c0effbe14b3dd56307c0dafd46dc731d464c1e9d7334 467 0.19 vMB 120
265,832 265,832 000000000000000191bd68f979a3e80e5c49dae6ab613f4328b6012035aef281 32 0.01 vMB 57
265,831 265,831 000000000000000d2a5ab88f2ad3634af12cce0fc2189ced472f5487cc634251 220 0.09 vMB 49
265,830 265,830 000000000000000762c1ece1b47ddcf0405659665683a50a3c70a99a2b2f0ae7 164 0.07 vMB 156
265,829 265,829 0000000000000001d400d476a775647cbcd81553d685d96bc11f978b03ef0270 219 0.11 vMB 57
265,828 265,828 0000000000000008fd4b342aaf817858e78d0a484933a23f5c38d5e977345fb3 51 0.15 vMB 5
265,827 265,827 0000000000000005eb4e6c27952f8eeeeb57411e61ab3560f3c1f05ebab9cc71 544 0.33 vMB 75
265,826 265,826 00000000000000044b83ad36999c7d458dd7fbc42f734a87b00fe4fc94171c36 342 0.18 vMB 99
265,825 265,825 000000000000000eec33d2f2033ae8f80debbfe8287e5a6ac31d94ebe9d87179 45 0.01 vMB 88
265,824 265,824 000000000000000012d3b2a7a4429e498fbea7779ee24e9471c6f88b2d8e9a27 76 0.15 vMB 7
265,823 265,823 000000000000000bba3a58c783194c7af5ad48b9fa00155600a076b909dcfac0 86 0.03 vMB 100
265,822 265,822 0000000000000009728dbc61bb2710e3190ff7ce2f914e9e3dc3093af68b18b5 588 0.34 vMB 74
265,821 265,821 0000000000000004dec6a7e8f8b5eeffafdc7c328f4553e032bc3ae9c092e837 95 0.15 vMB 3
265,820 265,820 000000000000000bffeae74959d6b2a9f77a696446de84cccf8ca14dfe855f37 725 0.40 vMB 98
265,819 265,819 0000000000000007e536b5a8a90bd40d9642262cf49d94e75adb697c936156e1 155 0.06 vMB 78
265,818 265,818 000000000000000633a376c8840bd33e6ec292d22e1dbebf0c4b59a0cf681976 29 0.01 vMB 57
Previous 10 blocks ↓
Total Size: 779.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: 317.30 GB
    • Received: 1.52 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.