Loading Tool

Explorer IconExplorer

Memory Pool

47,144 transactions
28.03 vMB
0.08810886 BTC
Random Selection Loading Transactions
Max Size: 148.59/200 MB

Candidate Block

Mining Attempt 52d9078a78eb0741dfc1721f656ef5c19a6d57e3838e8d04bd148832b6b6b7d3
Version 20000000
Previous Block 000000000000000000015e8f4c39ca0699d930716f37fac725961f0c21424ed6
Merkle Root 38b273560cd2c0eff9eeb121381a0f3299d3c33217f8ef47dc75e2aaf277c17d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,201
Size: 1.00 vMB
Total Fees: 0.03275461 BTC
Feerates: 200.00 > 3.28 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,906 (457,837 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
457,069 457,069 000000000000000000afb8e179173b99d02b216480040b62f6e4be9f033095b5 2,435 1.00/1.00 vMB 189
457,068 457,068 00000000000000000218c18a02391a05bf28b6b3cbd2b296192409b11dc451c3 2,022 1.00/1.00 vMB 244
457,067 457,067 0000000000000000012bc72ebdf4217116211c565196cad522666b685b422abf 2,041 1.00/1.00 vMB 223
457,066 457,066 0000000000000000007a3fea7fcbddbdcc3a1e7e681015688f39888a8931d001 2,289 1.00/1.00 vMB 195
457,065 457,065 000000000000000001eb49730a7fa142bd82ec96e756c91c738162dc378158f1 2,036 1.00/1.00 vMB 152
457,064 457,064 00000000000000000153207b059394631188c2f31de8f423f36aa95ba918246d 2,353 1.00/1.00 vMB 188
457,063 457,063 0000000000000000014f3632d96f1646a78d20acc4c27562a5f6f150823387b7 2,508 0.99/1.00 vMB 224
457,062 457,062 000000000000000000c6487c881b11530f48bbfad9bd9a6f6a2c1e645e65cd8c 2,675 1.00/1.00 vMB 328
457,061 457,061 0000000000000000020e46c7f0c75072111fca93c2d31726b2791b8c8dc96ac6 2,683 1.00/1.00 vMB 196
457,060 457,060 0000000000000000010f641a540e02919d69c64a83375b3b3cfbd8002bc14422 891 1.00/1.00 vMB 169
457,059 457,059 000000000000000000af078176110f2282b337887c821c87af1aaf3a10f40ae1 2,142 1.00/1.00 vMB 202
457,058 457,058 00000000000000000158f4075c99d319bf3ac8a4085c74e35208f734508241f7 2,092 1.00/1.00 vMB 170
457,057 457,057 000000000000000000e3ae1920c8c99127ea17ad354a9e2acff35237b8c4a888 2,831 1.00/1.00 vMB 160
457,056 457,056 00000000000000000019113f54557bffa8cb8b3529583b0ace0e6b7a3380fc59 2,734 1.00/1.00 vMB 143
457,055 457,055 000000000000000002397d3147c2208e3ab1429e93bc286ec506f71d63caefb0 2,204 1.00/1.00 vMB 140
457,054 457,054 000000000000000000df2fd1634fe0b8063c7b29b1310076e912430e39d49558 2,619 1.00/1.00 vMB 136
457,053 457,053 00000000000000000024844f2811de1d5d1bbaa13bec5985826999c0d4acfdda 1,402 1.00/1.00 vMB 135
457,052 457,052 0000000000000000019c37f20f871aee8215efd2f607bde3b3161ca717077403 1,881 1.00/1.00 vMB 189
457,051 457,051 000000000000000000d8793465bb35ad6c27703b5c273d9d6cf8e1e555a72c46 2,178 1.00/1.00 vMB 171
457,050 457,050 0000000000000000004771e914181ce2794f77a59d37f5a2f09b5dbb76a1e0c6 2,530 1.00/1.00 vMB 217
457,049 457,049 0000000000000000007d59692f4fdf4e9233f60e98307787be99536da7e08e1b 2,331 1.00/1.00 vMB 170
Previous 10 blocks ↓
Total Size: 782.22 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: 654.78 GB
    • Received: 14.20 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.