Loading Tool

Explorer IconExplorer

Memory Pool

30,926 transactions
25.04 vMB
0.08202564 BTC
Random Selection Loading Transactions
Max Size: 125.03/200 MB

Candidate Block

Mining Attempt 1a7c7e4b82f6aa0b2bf3bc910da959095f1d5a8369ecc4efe0e8ccf11dec396c
Version 20000000
Previous Block 000000000000000000001add1d4255d5d6c3338fec14caa760f6a5fe24cc9f9a
Merkle Root 45b68acc18e564266a996f459b060fa4e9e5a9ca444c53947ef57865ebc3bf8d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,168
Size: 1.00 vMB
Total Fees: 0.03715291 BTC
Feerates: 150.93 > 3.72 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,703 (340,563 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
574,129 574,129 00000000000000000009269c77679215b324810d4f6868ddd1b7a4e0daf814aa 1,979 1.00/1.00 vMB 39
574,128 574,128 0000000000000000000d7b1179e9fac88a2975d4a4bb7d6dfe33e54b848bd882 2,901 1.00/1.00 vMB 48
574,127 574,127 00000000000000000018fd3a9803c10f1feda2eada863192d5b06eff94510c09 2,909 1.00/1.00 vMB 37
574,126 574,126 000000000000000000076a286401e3b0044c68001982fd29b3a751706f5e49f8 3,209 1.00/1.00 vMB 44
574,125 574,125 0000000000000000000a32c582618e2606c99d57fafe70b92dd6ed34178625cf 3,242 1.00/1.00 vMB 23
574,124 574,124 0000000000000000000d3d1ddb4fe04ca73cdccefceb3dea6ef4a7450dfaaebf 3,058 1.00/1.00 vMB 37
574,123 574,123 0000000000000000001fcf43fe35e850f845e83053bb865bf1a6938c813ab603 3,359 1.00/1.00 vMB 14
574,122 574,122 0000000000000000000ab123371796b47ce9942eb9c89a0a720b31ce432e265b 3,135 1.00/1.00 vMB 34
574,121 574,121 00000000000000000019ffaccb71cff51bd795e25afa96048e44cec6fa51c6d0 3,116 1.00/1.00 vMB 84
574,120 574,120 00000000000000000003454560c6d3fc7ea26db54ba809c234306558c81cf327 3,350 1.00/1.00 vMB 19
Previous 10 blocks ↓
Total Size: 781.86 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: 642.31 GB
    • Received: 12.54 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.