Loading Tool

Explorer IconExplorer

Memory Pool

35,519 transactions
25.81 vMB
0.06266054 BTC
Random Selection Loading Transactions
Max Size: 131.76/200 MB

Candidate Block

Mining Attempt 3c6cbb34c4c8f42de0857c00f7e9a5b7a1266ebda5e8887fc0d2b198d4150718
Version 20000000
Previous Block 00000000000000000000d48a01c3ed8f61c1c06ca18e9a1143cbde3caba3340e
Merkle Root 0862fc276cbd7991da2c1cd1d20d6ab9bd36b785d89352bf9334e2231c08fb4a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,421
Size: 1.00 vMB
Total Fees: 0.01545079 BTC
Feerates: 152.71 > 1.55 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,688 (799,692 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
114,996 114,996 00000000000054a2c21ffb2363b1357f1472b2314bbdda0f06bf21ae2b4be085 5 0.00/1.00 vMB 0
114,995 114,995 00000000000021eeb9a336d716aa593556af9fbaf5aa791ad42b9d512b5aba1d 12 0.00/1.00 vMB 1,100
114,994 114,994 000000000000a5f1b02fbf66f80ff7aa410f57495b5bbff49d85db15d52ff323 13 0.01/1.00 vMB 226
114,993 114,993 0000000000005f2358af1ccae7afeec86c7a33fe39ef4a59fd589e5afd9be4d8 6 0.00/1.00 vMB 3,358
114,992 114,992 0000000000009781487e6ffb1853314d531d0a914b4bf203a4108c2da1837c48 66 0.02/1.00 vMB 486
114,991 114,991 000000000000a8a6faa7fa8e7844adfc55de05183c96bee72987fdc6a0e695e1 7 0.00/1.00 vMB 2,134
114,990 114,990 0000000000000b78e290ea96b248ae6fc6112a1c0558125284df6a312d9bafd1 20 0.01/1.00 vMB 1,223
114,989 114,989 0000000000001d81b0e2a4c7444ba15dcada774dc28d005c306a907e29903219 7 0.01/1.00 vMB 1,300
114,988 114,988 0000000000000fa14ac2db800bae8b96d60b0d8e4bc0407824206b52e0c86d23 8 0.00/1.00 vMB 0
114,987 114,987 000000000000e668479d6ab0ff21a2c01e65776f256c5ec0523a4ad501e5dfcc 1 0.00/1.00 vMB 0
114,986 114,986 0000000000006c4d729e6eb77db824dc1a52e367558ee7cd7e161d5aeaf6e979 10 0.00/1.00 vMB 0
114,985 114,985 000000000000b72249d78c3567e6beae77f55ba73c354b34a369f054aa619e1a 9 0.00/1.00 vMB 317
114,984 114,984 000000000000302b38361230c888e834468103175de01155d13b668c64a432a0 10 0.00/1.00 vMB 0
114,983 114,983 000000000000bc0929e73a55339679d7e64d85641c0d9a569f383f0b53262eb4 16 0.01/1.00 vMB 790
114,982 114,982 0000000000001db8e01861ebcddd1ad37bdca4d0d968e5d45c1101f3b5ba987a 12 0.01/1.00 vMB 594
114,981 114,981 000000000000bba51fb69769bd42bcbd20208f3c5da674c2752e796e6e40b9bf 7 0.00/1.00 vMB 0
114,980 114,980 00000000000075aaa73b7686c144960d9290d465c0d2fe824db9e5280e3230b7 1 0.00/1.00 vMB 0
114,979 114,979 0000000000003958f196016414f377256fdb4431da78d72ddc657ffd907c5fe9 2 0.00/1.00 vMB 3,875
114,978 114,978 000000000000e2f111623930202cecc70e95191e004d2b051ae2bffa4650c943 9 0.00/1.00 vMB 0
114,977 114,977 00000000000014999de7db5f3cc4a30aa86e55bb54b6db6fda26a35d8e0467ae 1 0.00/1.00 vMB 0
114,976 114,976 00000000000065f3032655ce1f7d3afc1e42c63ec1c0869f59d6811dcf994686 10 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.84 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: 637.34 GB
    • Received: 12.41 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.