Loading Tool

Explorer IconExplorer

Memory Pool

41,604 transactions
26.48 vMB
0.05572559 BTC
Random Selection Loading Transactions
Max Size: 139.05/200 MB

Candidate Block

Mining Attempt 50a18a1666ad36f3b6ca6b4e67982d20fe789c7ab7e4b393cf62e679e5234b5d
Version 20000000
Previous Block 00000000000000000001c9da3c7fdd5757753db26645c1c8633d9e2dd727a1ba
Merkle Root b0d1385ff6d838fc2c8f777ae1798e32d28cadfca7f31dc8dc5985fb8bc83920
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,046
Size: 1.00 vMB
Total Fees: 0.00717166 BTC
Feerates: 150.93 > 0.72 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,802 (358,628 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
556,174 556,174 0000000000000000003421cc1a32c48e67aa62d627d9edc61a799c21ad76fb0d 2,171 0.93/1.00 vMB 8
556,173 556,173 00000000000000000008c7cf0b97ff4bed12759631fca202334df10948bd9449 201 0.09/1.00 vMB 11
556,172 556,172 0000000000000000000ac9a8c2d27a4e1c29f6657a022cf27b8683c53ba41440 1 0.00/1.00 vMB 0
556,171 556,171 0000000000000000001fa624792f94b3762ffaa0737cdb467d7c4b171447a901 1,586 0.69/1.00 vMB 12
556,170 556,170 000000000000000000321504d122e9d9f73d4a5f07a999b502a63542d81d9a88 804 0.56/1.00 vMB 6
556,169 556,169 000000000000000000300e18d5d8a1c2f357ff2bf89b22b644915e5bfef6db8c 2,763 1.00/1.00 vMB 13
556,168 556,168 0000000000000000003065ea46183e28f74f76ce4dadb9d0a97a9c82e99c29ac 2,054 0.97/1.00 vMB 9
556,167 556,167 0000000000000000001f751041b6260c908c462d56867a4a9b63ef636d9675ec 1,229 0.47/1.00 vMB 8
556,166 556,166 0000000000000000000f80ee9661320159c601bb4415501cc2f9d3bd7544ccd1 767 0.34/1.00 vMB 8
556,165 556,165 00000000000000000006e477d9e41ab581810d95993ec75eb21aa2866187a6b9 2,202 0.91/1.00 vMB 12
556,164 556,164 000000000000000000090dd8d95a34cad1f3310ea109b8330bf12b5c8df3d99e 818 0.67/1.00 vMB 3
556,163 556,163 000000000000000000037d74e8380bb49029068f0b065ec906fb992d1067b78d 2,424 1.00/1.00 vMB 11
556,162 556,162 0000000000000000000c5bdb4fccb01ed25d4bb18864544b7c573ace14df25d0 2,768 1.00/1.00 vMB 14
556,161 556,161 0000000000000000002edc3ab767f86230120135ddfdc30516d45f5e926ff734 159 0.06/1.00 vMB 39
556,160 556,160 0000000000000000000144c890d3b88d8085214512ba73acfdb074bc479b7556 1,741 1.00/1.00 vMB 4
556,159 556,159 000000000000000000362d8ebd8d00a6cbff6d25ac2bd1561bfcf3b757854aaa 3,026 1.00/1.00 vMB 11
556,158 556,158 00000000000000000037029bb29d0af963da183a4a21f47869680eda04ed9703 3,108 1.00/1.00 vMB 22
556,157 556,157 00000000000000000024e36cb50f4cfee965582a30502bcad601f0753cccce31 1,008 0.47/1.00 vMB 7
556,156 556,156 00000000000000000017db6a6cae4f2f001c08a17b465168a5d4e46b30c44272 937 0.39/1.00 vMB 7
556,155 556,155 0000000000000000002f44ace0b9f8d3b6a00751034f061df2f6c7a2ff953f1a 588 0.18/1.00 vMB 12
556,154 556,154 0000000000000000002569b8af5c27b31cd109d2a5e36ffb8ea6fdd288108f80 1,349 0.86/1.00 vMB 11
Previous 10 blocks ↓
Total Size: 782.04 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: 650.44 GB
    • Received: 13.28 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.