Loading Tool

Explorer IconExplorer

Memory Pool

51,525 transactions
29.91 vMB
0.08670199 BTC
Random Selection Loading Transactions
Max Size: 159.54/200 MB

Candidate Block

Mining Attempt 34737b5331eb08f2204d7a65504f2c1841b46985fbdf3927dd1b3126b3149fe3
Version 20000000
Previous Block 000000000000000000006a40b6934de27a65e3f2212bde7c1ad0a2dc2c124e8c
Merkle Root c720d51f823af5c801e995f5025d3cd92b119f14aac182b812ea37f1fb2616ae
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,680
Size: 1.00 vMB
Total Fees: 0.02364756 BTC
Feerates: 201.13 > 2.37 > 0.37 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,261 (785,837 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
128,424 128,424 00000000000016cca3f07ccbda38725863ef8fede0599a421e9950480ead6ba8 11 0.01/1.00 vMB 803
128,423 128,423 0000000000001b3bff956919a5632578c5fea6330a98b0fb3e309aeba0b5c66c 21 0.01/1.00 vMB 1,061
128,422 128,422 0000000000000894e2c72e49aa0868836e8e070a1b195d09fa059720696d7a3b 36 0.02/1.00 vMB 696
128,421 128,421 00000000000010f92c195285e008bf333f321648dcf66ba48c3197c51f5f8a26 23 0.02/1.00 vMB 432
128,420 128,420 0000000000002473f6d43161b76fe95f1cef347b9192c9b4927bff5101645628 64 0.02/1.00 vMB 157
128,419 128,419 0000000000002047d567231149f97380e032c5f5be60e431bc108a39c81611cc 31 0.01/1.00 vMB 773
128,418 128,418 000000000000012c22e0c9b0670cd2a472b5df9a16946fca4f22ea852d680f25 20 0.01/1.00 vMB 457
128,417 128,417 00000000000006bff71850719c88b47c0032ba76d76d4224e09ad0b3e3bc7eb0 154 0.06/1.00 vMB 750
128,416 128,416 00000000000011b12d0496496a226f0de3f82ccadb4c317b54a967901b2cdfcd 43 0.03/1.00 vMB 468
128,415 128,415 0000000000001a828cdabadf5167a664558a238efd4a76630346847558c16455 26 0.02/1.00 vMB 347
128,414 128,414 0000000000001f90ea3b3584e4cc5ec278a5628a79f8ad0ece741ec8e6b65388 3 0.00/1.00 vMB 1,937
128,413 128,413 00000000000017ab1a43b934199837a06b5de42bc67011ae69cbd35bdd26438e 87 0.04/1.00 vMB 257
128,412 128,412 0000000000000c9f4c0aaa8ca7bb8942aa3018df810365ca7e108c7e4347f1a1 26 0.01/1.00 vMB 823
128,411 128,411 0000000000000cc36aa6856c524f4155be197c8b630b03e7cd632ee44f6ccbbd 26 0.01/1.00 vMB 818
128,410 128,410 00000000000008a35b69e5f8b2678f70ed1ead8f57e3953694d0f5d3eeb2bfd7 22 0.01/1.00 vMB 1,098
128,409 128,409 00000000000014cf34d0f7d08981e46464262a253a7621e2efbad7072f6dce9a 24 0.01/1.00 vMB 1,398
128,408 128,408 0000000000001341d41219536321240188e151deb509022e259d04c2abe83481 99 0.03/1.00 vMB 3
128,407 128,407 000000000000073e9e834ec5f631fa2d4515f6ed5f9182f7031a4e7483c031c2 56 0.03/1.00 vMB 455
128,406 128,406 000000000000003082d295ef81e71b508e034a996968d4ed936ac4a359cb0472 30 0.03/1.00 vMB 709
128,405 128,405 000000000000159d430d1eab80521aef68517fea88bba3d04477042b2d8d75e0 71 0.02/1.00 vMB 2,224
128,404 128,404 00000000000008d6bbd0449297010d112f0f51a1f84d9f8b7c7375034d719b54 23 0.01/1.00 vMB 1,037
Previous 10 blocks ↓
Total Size: 781.06 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 577.76 GB
    • Received: 8.65 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.