Loading Tool

Explorer IconExplorer

Memory Pool

78,725 transactions
29.50 vMB
0.08366763 BTC
Random Selection Loading Transactions
Max Size: 180.66/200 MB

Candidate Block

Mining Attempt d8399798f8f070c75ec74ef17e90407daa5be57ab482aae003041cd8455ae80f
Version 20000000
Previous Block 00000000000000000001a8c2fdfccdbd707fcc9a5d0741140041f246ebc381aa
Merkle Root cfac71171c49fa7adaa10af4230b059e87286c5cac6cc4b5f57482b33db7fcc8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,619
Size: 1.00 vMB
Total Fees: 0.01887405 BTC
Feerates: 118.18 > 1.89 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,238 (255,254 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
659,984 659,984 00000000000000000005bb208c74e7f2db65a53d71b4d676256e199c03b2c388 1,837 1.00/1.00 vMB 54
659,983 659,983 000000000000000000014341956ba11782391ffe9910b0ddb3af45e51c779ba7 1,776 1.00/1.00 vMB 44
659,982 659,982 0000000000000000000b43e8556ccadb7f4ec4b0638f88bfb7089492b49fb3ca 2,501 1.00/1.00 vMB 80
659,981 659,981 0000000000000000000698b7dde0f5693bd32d4753111f219c2ad83da12de1d2 2,197 1.00/1.00 vMB 70
659,980 659,980 0000000000000000000720e142928b90b10bb2263fc165d1b13bd84672f6ce6f 2,494 1.00/1.00 vMB 39
659,979 659,979 0000000000000000000a8f1fa505de86e20908591420f28d52963d3b86388fc0 2,742 1.00/1.00 vMB 84
659,978 659,978 00000000000000000003afa4fb157bc0639166c2f0733ad4d2c7c79ed7c62af0 2,926 1.00/1.00 vMB 127
659,977 659,977 0000000000000000000a022afc88c7cdd6411b8b2e30fd656304332d58461363 2,564 1.00/1.00 vMB 65
659,976 659,976 0000000000000000000836b44a2a858774caa3cf43b26b64bb3b3c1a9b2bb0c0 2,745 1.00/1.00 vMB 70
659,975 659,975 00000000000000000005523ad69e325ffbbbd55bd3cc2914a4626fd370e26b14 2,379 1.00/1.00 vMB 67
659,974 659,974 000000000000000000091bc53d44e43e5b7c378f38629656b4f3879c375d7006 1,469 1.00/1.00 vMB 127
659,973 659,973 0000000000000000000b0ee6eaf2f24638cabc253adc08d07f0298af35e3113f 2,220 1.00/1.00 vMB 85
659,972 659,972 0000000000000000000664d977d498d0602d134e3147352e40ab35560c996ba9 1,781 1.00/1.00 vMB 17
659,971 659,971 0000000000000000000a3d69a1073388f6ae5e19f2958ea31cf8caf1a40bffef 2,055 1.00/1.00 vMB 86
659,970 659,970 000000000000000000020e07f0dfc668593cb13cacd56a0edac01551a65f61d7 2,505 1.00/1.00 vMB 58
659,969 659,969 0000000000000000000140269403bf038fb30ffa853b55ef5f3e02acbd253227 1,736 1.00/1.00 vMB 52
659,968 659,968 0000000000000000000191195b5bad3b74f1c6fbf57474e073a101b8a8d4a1da 2,471 1.00/1.00 vMB 100
659,967 659,967 0000000000000000000232549226067b5b68a5be1340501fd1eb8eea692a72a6 2,412 1.00/1.00 vMB 14
659,966 659,966 000000000000000000032d75900193f7f40c3e531cefa51255def7a446aa4e02 2,555 1.00/1.00 vMB 52
659,965 659,965 000000000000000000071abb792825b9656f21281af57478a2675ff5c3c8b670 2,153 1.00/1.00 vMB 40
659,964 659,964 00000000000000000005cb2b95ff9348e20a3efd5342bf2214f9431e85e40545 1,886 1.00/1.00 vMB 54
Previous 10 blocks ↓
Total Size: 782.80 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: 710.14 GB
    • Received: 17.03 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.