Loading Tool

Explorer IconExplorer

Memory Pool

17,141 transactions
7.31 vMB
0.06084337 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 42.66/200 MB

Candidate Block

Mining Attempt 8e53fb6ba1a23927126a744bb83a83d3a1ed470c624e9495091ac4f7b1ee4ba3
Version 20000000
Previous Block 0000000000000000000090cb53194bf414beae3a95367503e1f29bc054a37150
Merkle Root 526a49ed82e2c1a78907f409eeeeaf378363a33bc53bea87353d5da396c7bae4
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,588
Size: 1.00 vMB
Total Fees: 0.03912364 BTC
Median Feerate: 2.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,458 (776,619 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
136,839 136,839 0000000000000380b3a914e2a2f2dc58c58c2dcfcf6b27e793a719400bd42c82 14 0.01 vMB 374
136,838 136,838 00000000000006ef271663c4a0892f18943254095dc15cf79bbbe1442f3c5e80 70 0.03 vMB 208
136,837 136,837 00000000000007527a390a457bedbe66524339afca838fc35da98c42712adcda 21 0.01 vMB 58
136,836 136,836 00000000000009c43e4e0db81031b3069e4e7474dba11b9272478df28f9af605 26 0.01 vMB 192
136,835 136,835 0000000000000679d91730a7647234b5154670edebff758b9835919da92b6a92 17 0.01 vMB 89
136,834 136,834 0000000000000478fe446584997ed5df66b292eb1b6d99b713c1b4cfb258f0cd 1 0.00 vMB 0
136,833 136,833 0000000000000a2eab62c815c8258c33232e27943a726c28d6219810481bae7e 6 0.00 vMB 49
136,832 136,832 00000000000008a78155f1bf16efb41f5950fa77c91f21521521fc75c20cec4d 11 0.01 vMB 188
136,831 136,831 0000000000000a8d9e0405a0e037e51940f9842571204809d4140b411d27d70a 159 0.05 vMB 53
136,830 136,830 00000000000006e5551ae427da063d1e9a422aac3ed304383905619f86e16108 36 0.02 vMB 157
136,829 136,829 0000000000000888c0c433a1140e99753ae2effc3612fd451a18759d460bdb68 12 0.01 vMB 57
136,828 136,828 00000000000009fc1facbc3430020d09c7984cb41a89512d1d4e8e70e2f294eb 20 0.01 vMB 239
136,827 136,827 00000000000002eb3e503fcda4fee04d0bfd19976bc9565900b0120163f5bb55 43 0.02 vMB 327
136,826 136,826 00000000000002f516c0de1f18463acee35fdae0aaeee3ed48bccde8988c14e7 13 0.01 vMB 221
136,825 136,825 00000000000003059c7fd800cd390d28d73c3d69f8c63f6c250869d96f36ae94 49 0.05 vMB 190
136,824 136,824 000000000000015e08217401a16512e0b306d3abb15be4e4304bd57cb1142aca 64 0.05 vMB 277
136,823 136,823 0000000000000759645dced27c83f41b6e200db724af0ceab6ab0033afd0a6f5 21 0.01 vMB 318
136,822 136,822 00000000000000117f05fd43ff0321710181a3b751aec1149e1768a80ae5a3e0 62 0.02 vMB 2
136,821 136,821 0000000000000722fc15fa315d8be2568e54099beca836b8608a2fd195439b7b 83 0.04 vMB 430
136,820 136,820 00000000000005799f75b457b8bcb1c0fc3a6823ec7e7476da5497b04c619701 38 0.01 vMB 477
136,819 136,819 000000000000046d96d4612ffc10bef1d86e71b54b81766d478da5001f613b09 28 0.01 vMB 615
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: 109
    • Outgoing: 10
  • Data Transfer:
    • Sent: 318.15 GB
    • Received: 1.53 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.