Loading Tool

Explorer IconExplorer

Memory Pool

38,751 transactions
26.46 vMB
0.06600995 BTC
Random Selection Loading Transactions
Max Size: 136.36/200 MB

Candidate Block

Mining Attempt 60537233ff3e48ae5310c925580ddae5ed26000c17e733197280ea0e39ef5f69
Version 20000000
Previous Block 000000000000000000002d05d6b44ad40f04c8763a38c5afbba07e4fafa201d8
Merkle Root 53ddb87766ca104b72c7d2adee1387da56f38700d9c2c090218fc3dbe5667eb2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,713
Size: 1.00 vMB
Total Fees: 0.01666718 BTC
Feerates: 199.22 > 1.67 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,672 (340,522 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
574,150 574,150 0000000000000000001b207787cc24bed8039159f60e0a312fde1beed282cc28 3,124 1.00/1.00 vMB 29
574,149 574,149 0000000000000000000ad936336305a3edbf0fb8362d2f72c98c5a6f54eec044 3,123 1.00/1.00 vMB 5
574,148 574,148 000000000000000000170c07c8eaf536d5bd84b048a14fe3140fa6523198d8a7 3,301 1.00/1.00 vMB 33
574,147 574,147 000000000000000000106adce94859ff4cb049109fc4b414986ef4a97ac75eaf 3,209 1.00/1.00 vMB 21
574,146 574,146 0000000000000000001d893df558b3eabbcfaf677f0469cb94978d37a968d126 2,643 1.00/1.00 vMB 42
574,145 574,145 0000000000000000000f27c8d82a4b17c685f9af1a334b3f8383df14cccfb7ab 3,282 1.00/1.00 vMB 41
574,144 574,144 0000000000000000000abbb3187bdab68cea88cbbc3afb2c6daa84e844627786 3,139 1.00/1.00 vMB 73
574,143 574,143 00000000000000000022566e0f17700e69f2fa6b2684239c9ab984c6f2815882 1,570 0.51/1.00 vMB 27
574,142 574,142 0000000000000000001c222579354119433ae694640714f0149aa0ec68d0aadd 179 0.05/1.00 vMB 17
574,141 574,141 000000000000000000016e7e74b2a935fa9b235c1ca8b56dadaa2f768e7a8b5a 1,369 0.70/1.00 vMB 11
574,140 574,140 00000000000000000007f312ce0ca7e3db768a08e7c4f9152bef3d978df4e5b5 3,091 1.00/1.00 vMB 13
574,139 574,139 0000000000000000001080ca79a45872bd1c3c109fa014a7646e1dea867ed859 3,261 1.00/1.00 vMB 14
574,138 574,138 0000000000000000002c0f9382e22e23669f19d3eea9b9b4c2c676ee58396dcd 2,864 1.00/1.00 vMB 65
574,137 574,137 0000000000000000001d2d489ec097347d9800e61280b8396055df8223e7272e 3,302 1.00/1.00 vMB 24
574,136 574,136 0000000000000000000ee46e8e399c887c8e1405276190e59025cfd0fd7605d6 3,343 1.00/1.00 vMB 2
574,135 574,135 0000000000000000002b859ec1a518d3bb6ff643d9df23492242a7c23fafec5c 3,031 1.00/1.00 vMB 36
574,134 574,134 00000000000000000005c85248b3d9d6b875e40875066a43343c86979089d840 3,079 1.00/1.00 vMB 20
574,133 574,133 0000000000000000002504c6708ba10e8ba82b812218bf0debb77923b3eb404d 3,358 1.00/1.00 vMB 58
574,132 574,132 00000000000000000024201b7f0159cc8ef623ecf4c0aa528f308c3aaa4524e2 3,175 1.00/1.00 vMB 18
574,131 574,131 0000000000000000001b9bd6a26aa31b7801fcb959b45cca8b10c887a9344106 3,203 1.00/1.00 vMB 18
574,130 574,130 0000000000000000000d2768529e41f1ca6154eb0d356852f1b9d97ef1b9a7b4 3,008 1.00/1.00 vMB 63
Previous 10 blocks ↓
Total Size: 781.81 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 635.30 GB
    • Received: 12.30 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.