Loading Tool

Explorer IconExplorer

Memory Pool

31,574 transactions
12.36 vMB
0.04568532 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 71.59/200 MB

Candidate Block

Mining Attempt f3a8082838299957db36991fca8afe99aa469ac60a6170b32c7922789b13c06d
Version 20000000
Previous Block 00000000000000000000c77be48452bb25f0dd2b745c8e738aabebe40d3c9e3f
Merkle Root 961646cf1ef93b7ce0b729db1392a0b9d9228f7683418ca468506d3740b925e2
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,264
Size: 1.00 vMB
Total Fees: 0.02354564 BTC
Median Feerate: 2.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,511 (767,359 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
146,152 146,152 000000000000017e2171448c0724a538372e86ae9cf3385c74456c9f0ae27319 65 0.06 vMB 405
146,151 146,151 000000000000054bb5682adc2d32d73f74e46b05752319338792b42b5e3b91fa 44 0.03 vMB 54
146,150 146,150 000000000000086becec165d0730ae73339406e41f5aca3e9af19f9e6ab16136 78 0.09 vMB 97
146,149 146,149 0000000000000377f2cd6ca07f9fc8b7a5af66f068b80b0f55a7484522166fbf 133 0.04 vMB 25
146,148 146,148 00000000000000e42d2ce64fd1d1155799034b3f076e2dc83d18d76287b39391 52 0.02 vMB 152
146,147 146,147 00000000000001368d9e39405369eae85f1f07fcdff8a53f9dc13874f444ffc1 17 0.01 vMB 222
146,146 146,146 00000000000001be51ccd16df2bb7713e79c48910e4aca256b57f3c86d9ecd96 11 0.01 vMB 89
146,145 146,145 00000000000004a80b4e13c3f3ae89b749d8b27ee15c3810315e7d3c7f9ad02a 41 0.03 vMB 120
146,144 146,144 0000000000000665c03724e0a0a4b17fe1472bbaaefaa61b4bd0d7cfde993c29 11 0.00 vMB 83
146,143 146,143 0000000000000877ea821986d74866847371c0b8efeafe65848e60e003a33f31 97 0.04 vMB 108
146,142 146,142 0000000000000967f86a82a27931db4858f79d071db3bdd2d8f133a5a819c072 52 0.03 vMB 102
146,141 146,141 000000000000064ec2e622c0992ed8a52bba0fa1824b468425e8dcc98e496233 32 0.02 vMB 195
146,140 146,140 000000000000059eb3c11abbe9b07f3ea744378d78f7fb7e405254a43493b780 30 0.04 vMB 79
146,139 146,139 000000000000035921a6b8cbce9da88ad04386ea1f32766e52d9cb6cd1576322 5 0.00 vMB 71
146,138 146,138 0000000000000291819e291c996859548779dadd7d80384573acc8ea1b4e5765 83 0.03 vMB 217
146,137 146,137 000000000000000a5f2bb84c268b04bd368f96d627d473726376f96b52ff2355 78 0.05 vMB 51
146,136 146,136 00000000000004e2140cf5ee090c14677d456ab3fea791516e8108bdeaf1cd71 20 0.01 vMB 635
146,135 146,135 00000000000004456f8551b4f9eaaf9b0e7853f8652218f38e1a17038d049113 28 0.02 vMB 63
146,134 146,134 000000000000083c84e7057e259ece90b39bb489869b33b5d85806f648b2d9db 31 0.04 vMB 533
146,133 146,133 000000000000005fa0e5c2eceef0f53d2077d1be7fa2de3e0d9edecdd247c2de 52 0.03 vMB 527
146,132 146,132 000000000000043c0f5af5183256953001e9ca4178cdd7b0949e14799fdf2f92 35 0.02 vMB 117
Previous 10 blocks ↓
Total Size: 779.75 GB

Node Details:

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