Loading Tool

Explorer IconExplorer

Memory Pool

81,954 transactions
30.61 vMB
0.08011533 BTC
Random Selection Loading Transactions
Max Size: 184.59/200 MB

Candidate Block

Mining Attempt c2d14b43e84ae81c5c085ca161c0fd5dba1799156ded126fad7bcd11f188925b
Version 20000000
Previous Block 000000000000000000004deb7d1e347c8f6581c1f9b70e6ff46143ce8ce3cc35
Merkle Root 94c0e535b3fea824669a08c6ec6222153181f20dfcc1f052ebf51ae28ba7e214
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,125
Size: 1.00 vMB
Total Fees: 0.01606064 BTC
Feerates: 40.91 > 1.61 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,975 (485,145 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
429,830 429,830 00000000000000000153c5b6f09e2326c95e5cb47860a759c7ec0d3a79df89c9 2,054 1.00/1.00 vMB 61
429,829 429,829 000000000000000002877df3348fdece502cbd04b71bb2144eff43924b72ea74 2,702 1.00/1.00 vMB 69
429,828 429,828 0000000000000000004d7d6307f34daaa43456a49e46c4af282ff88f5a0edac4 1,242 0.46/1.00 vMB 59
429,827 429,827 000000000000000000d00041749e46122a2b2658e66c8fb265cad33684bb4c34 1,314 0.53/1.00 vMB 52
429,826 429,826 0000000000000000029cc60497bf9c30d41103c5baf2b6edcc91e6edc328f57e 1,600 0.69/1.00 vMB 52
429,825 429,825 000000000000000000674361a3f17ea97ba31854cb0fc040f2a028239f7cf670 498 0.33/1.00 vMB 29
429,824 429,824 00000000000000000471681893bf5f35263bf141e56fe70b11fd0d288cd5b2b4 2,451 1.00/1.00 vMB 62
429,823 429,823 0000000000000000042d1e6237e0c0477e8c049aa1ea54010d5fc197a51b26c8 2,083 1.00/1.00 vMB 80
429,822 429,822 0000000000000000043c2d173f22801e7c92e938f0bf839f2d742cab66fb3c05 2,053 0.93/1.00 vMB 54
429,821 429,821 000000000000000003269caffddf918dd464bf3e41bd796d7c4e4361df3d5b17 212 0.99/1.00 vMB 2
429,820 429,820 000000000000000004c2826883c9b671314b7cd0dca150030b13a8b9bacc8ba6 340 0.19/1.00 vMB 35
429,819 429,819 0000000000000000020f2d82963135927cc9dd27fc696f13e319e9e85269524f 1,914 1.00/1.00 vMB 45
429,818 429,818 000000000000000004dd3426129639082239efd583b5273b1bd75e8d78ff2e8d 2,012 0.75/1.00 vMB 75
429,817 429,817 0000000000000000027e58c85a5d36b7b6bbd4c007079194fa6217b06ab1bd21 2,038 1.00/1.00 vMB 44
429,816 429,816 000000000000000003e2a68192f9117222bd74a3d5ebd8c98efacc2c5316eae9 2,819 1.00/1.00 vMB 63
429,815 429,815 0000000000000000007ed2716ceba65250e2e7c598e7b532d0147a1e2dc50ac4 2,747 1.00/1.00 vMB 77
429,814 429,814 0000000000000000007609a0913dffae7d0cc39b18b8aaac59cee715d60c7af3 1,664 1.00/1.00 vMB 50
429,813 429,813 000000000000000001c231719438ec5cd2073c83d7ca9f394b6a511dc07474fc 1,697 0.99/1.00 vMB 65
429,812 429,812 000000000000000002deb5cdfc8da93fc92c001863c2f5ecd0fc0ec9ac2ee949 615 0.33/1.00 vMB 62
429,811 429,811 000000000000000001b2cfb41eb8766c6d0ae037a95f3ee43b33a315e3af94c7 1,435 0.85/1.00 vMB 57
429,810 429,810 000000000000000001b7fdc1cb6dc09afb5851beab3efe9239fc042e1e6978da 751 0.40/1.00 vMB 63
Previous 10 blocks ↓
Total Size: 782.35 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: 661.73 GB
    • Received: 14.82 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.