Loading Tool

Explorer IconExplorer

Memory Pool

27,783 transactions
8.02 vMB
0.07435470 BTC
  • 1 sats/vbyte = 9 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 54.91/200 MB

Candidate Block

Mining Attempt 86e13bbd5595b00c714125b6e268cb7605540fc9ff59d2f09bba8833da16c1a6
Version 20000000
Previous Block 00000000000000000000e448b44b50758fd2fc9d6ddeba585dd0b192dcc101ed
Merkle Root 0329bb6bded47b03f6a0e99b3cd243ce1af9ef80a185b8c6c4792b3e1a2d5b53
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 1,344
Size: 1.00 vMB
Total Fees: 0.03139167 BTC
Median Feerate: 3.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,216 (772,243 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
140,973 140,973 0000000000000154324ed7172f6855c1ea1c3c2aaff0b18f32f0b31184d15996 3 0.00 vMB 0
140,972 140,972 000000000000008a571f4c9bbd0576958608ff439bc0c2dd1d1be1eba23f8987 21 0.01 vMB 261
140,971 140,971 00000000000007307ae4690c715a7d0b65cc83c3dd2d8a9e01b5fc63cbaef825 82 0.05 vMB 64
140,970 140,970 0000000000000131d20cd3cecfa702e1cec9a1ec59d6c260fcfd288605d1bed7 110 0.06 vMB 174
140,969 140,969 000000000000005ea6ebae5c0fd069109a2d64087946b56a78accca4614ff2a9 8 0.00 vMB 850
140,968 140,968 00000000000001d8f5859ad595ba84306d24786f562a098cc1baae70f77b821b 43 0.02 vMB 124
140,967 140,967 00000000000007986f8206ae0b5c8087d96a9c688f3d2e366387d22a35f5138b 12 0.01 vMB 776
140,966 140,966 000000000000019ea2fe645af8ec6e4c2afcf18438fec38cc83b1a26ad1f7630 142 0.05 vMB 48
140,965 140,965 00000000000005edfe2025e11a5a7567cc08341a10525d7948557e260ad0cb4c 19 0.03 vMB 952
140,964 140,964 00000000000006dc443b8f3d634e3a4329b9d4b80506ac0ebc8b303762c311bf 63 0.04 vMB 108
140,963 140,963 000000000000012a6c8e1a13235fb4818b05e211d18c01163862f77e91a65f1f 11 0.00 vMB 168
140,962 140,962 00000000000002e9e8e54f36b30a40bd5c39e7e2dc27df704dd10ca5721f9c75 6 0.00 vMB 68
140,961 140,961 000000000000027e5622cb0fb9beaccbe3e57f3e544a077fe1fd8793c1873f14 110 0.05 vMB 344
140,960 140,960 00000000000008558154af33b562c997bd76d4b0077203ea289c3d374aece23d 12 0.01 vMB 171
140,959 140,959 0000000000000167be8a3289c0c7e2889dd0987bd1f887e1ba2a5dc64388922f 72 0.02 vMB 134
140,958 140,958 000000000000032d6ad003850d71b7f05292ccc9f64868314ec462b70434e8fb 68 0.04 vMB 73
140,957 140,957 00000000000001b858a0827f6a73cb29df3b9d3d593009c054e5ba67937b04d4 10 0.01 vMB 1,315
140,956 140,956 0000000000000237057110d7eec1eaab32b3c9f42e7faf571b2fd283da26807b 6 0.00 vMB 89
140,955 140,955 00000000000000ff4bed5f36753f51b0ea1d08945f10bff61fc5b6ea0cc0f1d8 19 0.01 vMB 104
140,954 140,954 000000000000053eca0681e9aca454e32e9977192bdedee276e00410eb35cb36 48 0.02 vMB 107
140,953 140,953 00000000000000db3704afe8284a8dc27d9ca51642eb0971dc0f6ab598d5037c 55 0.03 vMB 177
Previous 10 blocks ↓
Total Size: 779.23 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 67
    • Outgoing: 11
  • Data Transfer:
    • Sent: 21.38 GB
    • Received: 0.43 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.