Loading Tool

Explorer IconExplorer

Memory Pool

32,723 transactions
25.07 vMB
0.04898969 BTC
Random Selection Loading Transactions
Max Size: 127.01/200 MB

Candidate Block

Mining Attempt 741471a3a44cb5bd4da245f4873b4d8508715463a03b1f3dd08f053f49f7ec2d
Version 20000000
Previous Block 0000000000000000000087c5fa9823c89604341616794226d7353dcb93d49d87
Merkle Root 149f2bae5a1f6d809127252109b74db2763c671ea25439eb7e706620c0ad87d1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,853
Size: 1.00 vMB
Total Fees: 0.00411923 BTC
Feerates: 40.63 > 0.41 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,930 (427,912 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
487,018 487,018 00000000000000000077abd234c13783cc9ae0e722a218a97b3f77f0592a08ce 1,458 0.99/1.00 vMB 76
487,017 487,017 000000000000000000bb1d8eb8cbb5ebc4c1a3ad129b8a16daf12452dda061a8 1,917 0.97/1.00 vMB 70
487,016 487,016 0000000000000000004b26e1efc6a18a8faa4a0f73b33e3535c7edd9c02eee67 1,632 1.00/1.00 vMB 8
487,015 487,015 000000000000000000c29b2647c45af5807066bf366810d59986e1ca614d5b5f 1,319 1.00/1.00 vMB 97
487,014 487,014 000000000000000000169a225279263ff22e49f467ca194b5ff29e455157e563 1,012 1.00/1.00 vMB 66
487,013 487,013 0000000000000000001b33aa988ff13b4c11e7fbcb70c406b4bbfbce20f3e916 1,138 0.98/1.00 vMB 56
487,012 487,012 00000000000000000039fadaa41baaee1c1a91e8d98590e2a960c6ba27be8e85 2,022 0.95/1.00 vMB 129
487,011 487,011 000000000000000000ca3458c5d94813f6c90a7e6de4cf5182f98e1ae022ac91 2,557 1.00/1.00 vMB 177
487,010 487,010 000000000000000000a31bb48a56da1d648ff3c0ca33b4677334da904e285bc8 1,655 0.94/1.00 vMB 90
487,009 487,009 000000000000000000f8647038cb84e22564ec1ff35c9b2fcdf9ce13d4bcced2 1,601 1.00/1.00 vMB 64
487,008 487,008 000000000000000000978724adbb4517761f659c532bf129f6946eeca9fd3c11 1,724 1.00/1.00 vMB 70
487,007 487,007 000000000000000000a41983d6ab71c358ee233b868c7c10ad8a2741fc489052 1,777 1.00/1.00 vMB 31
487,006 487,006 00000000000000000046eb11d7c13d0d6a2e696239fcc17f5e731b11ec5b0962 1,353 0.97/1.00 vMB 93
487,005 487,005 0000000000000000008640a3a448b451dbedf0e69ffb3cfd56b10e06bd8c411a 2,141 1.00/1.00 vMB 55
487,004 487,004 00000000000000000067478191f0a465c5d06e818c4ab521df3954ef1f0b7e60 2,158 0.98/1.00 vMB 22
487,003 487,003 000000000000000000e330bef17e39727e0ead7bce9b82f57b871be23add429e 1,747 0.97/1.00 vMB 45
487,002 487,002 0000000000000000001da477874e13d8ce10abdfcbf0efc4d40984bcd13cdfdc 1,872 1.00/1.00 vMB 144
487,001 487,001 0000000000000000000030b69821159aeabd59ce42f32d3c0b10dfa3fab984f1 987 1.00/1.00 vMB 147
487,000 487,000 000000000000000000ecc993ad6bc89a8a4277b7edc765d07563436db9475d91 2,221 0.98/1.00 vMB 164
486,999 486,999 00000000000000000053b9db2bb628086e51b985e9e80fcbe8b4fd41a6514e33 1,652 1.00/1.00 vMB 127
486,998 486,998 0000000000000000001f729168d41e647a1dc8b714312f17cd4fc843f5ede012 2,563 0.98/1.00 vMB 183
Previous 10 blocks ↓
Total Size: 782.27 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: 655.96 GB
    • Received: 14.35 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.