Loading Tool

Explorer IconExplorer

Memory Pool

79,954 transactions
30.55 vMB
0.08039712 BTC
Random Selection Loading Transactions
Max Size: 185.52/200 MB

Candidate Block

Mining Attempt 4345df928af47f0afcd08f15c976b15507ce086f2f22ed1f03529d948ebbd4e3
Version 20000000
Previous Block 00000000000000000001ca07069b70e219df1106795fdd3699d6deb20743d8b0
Merkle Root f0acf43bb06066b2e4ce448d9d86ff2b509cf3326af7c6f1d89c104f4431b095
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,346
Size: 1.00 vMB
Total Fees: 0.01511760 BTC
Feerates: 351.58 > 1.51 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,207 (103,456 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
811,751 811,751 00000000000000000004cef2ed8934cd9ea3c148f2dc564d3150fa3bbe634b00 2,339 1.00/1.00 vMB 15
811,750 811,750 000000000000000000041625c731f4598983f9764c6fc5b7e0a0fd4c9a5e0dff 2,786 1.00/1.00 vMB 19
811,749 811,749 000000000000000000045f745a20fe295ccedfabc3fb64a920697151922297d2 3,310 1.00/1.00 vMB 27
811,748 811,748 000000000000000000023d00f5576c557244c7d379a946dbfc647124974a9a99 2,825 1.00/1.00 vMB 18
811,747 811,747 0000000000000000000474a3a6239eae37461c0f2b34d9db3dfa35456ed956b0 2,598 1.00/1.00 vMB 24
811,746 811,746 00000000000000000002492c9b52334a2bff7281cd3eb00ba48f90b85a0f8d15 3,142 1.00/1.00 vMB 19
811,745 811,745 00000000000000000002e9b3074b449d3476e06aa9b3ffe5a219c5163ae02dde 3,107 1.00/1.00 vMB 33
811,744 811,744 00000000000000000002eead9a4d39d12bb51a61b0b268ca8b7d3fb891dceb7a 1,188 1.00/1.00 vMB 13
811,743 811,743 000000000000000000038cc218cd3961554432e6e7c987eaf2c13f15e5031cba 1,786 1.00/1.00 vMB 16
811,742 811,742 00000000000000000002d1d6c98c1570b88db3d8124f34d997e89d4e8532b913 641 1.00/1.00 vMB 10
811,741 811,741 00000000000000000002651e0974a1f0afb4def88047a827f73088a50f761e81 2,820 1.00/1.00 vMB 20
811,740 811,740 00000000000000000001bda21163b75e3cccd31e176216c93678343cf2fac9c7 2,006 1.00/1.00 vMB 16
811,739 811,739 00000000000000000003718dff2e4a24c407d6818e59cd4422591318498efd7c 483 1.00/1.00 vMB 7
811,738 811,738 000000000000000000037783038dc4f8c7315b16797c843081a49c9fd80429ae 584 1.00/1.00 vMB 8
811,737 811,737 00000000000000000000994627d965a69d6da551fe8e7cfac8e7ef7643c6dc78 814 1.00/1.00 vMB 9
811,736 811,736 00000000000000000000ff6269bfaad9e81fbfe472949a7a34a7fd134017f2e1 1,420 1.00/1.00 vMB 10
811,735 811,735 00000000000000000001d3f0de1d91774303cea343a5ee725f2d8eba61a638c9 1,039 1.00/1.00 vMB 12
811,734 811,734 000000000000000000018dd4bc19b7fe6fb0b70179030236b04348e869a45fad 1,842 1.00/1.00 vMB 14
811,733 811,733 00000000000000000000957cd87d41cafba0a635e523e03d9c4d76357abce63f 2,454 1.00/1.00 vMB 25
811,732 811,732 0000000000000000000049c04ee996e9a9a5113c168d381b85a8034654bfbede 1,693 1.00/1.00 vMB 16
811,731 811,731 00000000000000000001dad9564b1cb1d502c9d198cd28234e75e5abc016b90d 1,548 1.00/1.00 vMB 12
Previous 10 blocks ↓
Total Size: 782.75 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: 708.64 GB
    • Received: 16.74 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.