Loading Tool

Explorer IconExplorer

Memory Pool

78,376 transactions
29.11 vMB
0.08158963 BTC
Random Selection Loading Transactions
Max Size: 176.20/200 MB

Candidate Block

Mining Attempt c13ed89153d4a7d24264b0352f8e5756a0ecf06c6641a06b8ef3afd32a2b3bd4
Version 20000000
Previous Block 00000000000000000000f174527a55589ee9a7d627506640aecc5089076e5f75
Merkle Root 2b8697ad100303f66b0df24c67370b9c1cc0072f27f986ca72c38ae7489c6064
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,779
Size: 1.00 vMB
Total Fees: 0.02074970 BTC
Feerates: 178.73 > 2.08 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,162 (213,568 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
701,594 701,594 0000000000000000000415ae4dc25aa5d2adc41e4f6380f3eb7abafcc35f3493 2,990 1.00/1.00 vMB 14
701,593 701,593 00000000000000000001588a6a4e2325f30ef4d737ce2c0d0660b379c68effc0 3,185 1.00/1.00 vMB 28
701,592 701,592 00000000000000000005e6154742c6fc195a1e4e8ccbb2699845b1ebb558a23e 3,068 1.00/1.00 vMB 47
701,591 701,591 000000000000000000046916c8bc5de1a974e9acb727cddefb5c3253f15ec898 2,628 1.00/1.00 vMB 21
701,590 701,590 00000000000000000001cf19959a7885e316e06aa94ecd4139be5f933d2ad63f 2,970 1.00/1.00 vMB 16
701,589 701,589 00000000000000000006a9b5dc7b3a3cfe77ffdbf321c8e450ae20a4c25c24a4 2,798 1.00/1.00 vMB 31
701,588 701,588 00000000000000000009f6cca76591c756e3d1efeb4450aac9944e689d17f889 1,972 1.00/1.00 vMB 25
701,587 701,587 000000000000000000047c0ee0e1cecbba872080ace880ca27af6d99f78840c1 460 0.23/1.00 vMB 12
701,586 701,586 00000000000000000001e73460613ca90a0e8276a15488c6339a143961dc669e 1,617 0.57/1.00 vMB 12
701,585 701,585 0000000000000000000e74f021114ee138d88a131bfe296e7cd829763e290917 827 0.40/1.00 vMB 2
701,584 701,584 000000000000000000078023c12fc3bc19e1c287ff4554121f9a1dde67db7750 2,519 1.00/1.00 vMB 9
701,583 701,583 00000000000000000005e499d79c582ffecdc4d7f2916158ba310eeee8c22e97 3,173 1.00/1.00 vMB 5
701,582 701,582 0000000000000000000a8342ec2c160a476e3446f548e876180162fcde6fcbfe 2,652 1.00/1.00 vMB 25
701,581 701,581 00000000000000000007b2d344cca26d5421cc872829d63bbae74d2427ad9a72 1,252 1.00/1.00 vMB 7
701,580 701,580 00000000000000000008d9ee4b528b65a4f1ccb6c0e7d99d1b2fbf59cbbe4680 2,718 1.00/1.00 vMB 9
701,579 701,579 000000000000000000052f1487dfc5e7923752993663b863b551213f35c238f0 2,152 1.00/1.00 vMB 29
701,578 701,578 00000000000000000006ebedbe4bc42ac858f9774aa85d1e7110413f2ae7d3ea 1 0.00/1.00 vMB 0
701,577 701,577 0000000000000000000e29a2386623d254471a324d20a0aaca459bd277104d46 2,986 1.00/1.00 vMB 15
701,576 701,576 0000000000000000000a53642c89215032278b4e09cd0a956753109d8c1a1f0e 2,724 1.00/1.00 vMB 20
701,575 701,575 00000000000000000009c461a42788c859c51c2af6045ea1207dbefa7c22f2bf 2,414 1.00/1.00 vMB 11
701,574 701,574 00000000000000000008d515f1c78a80d54acd27cd600ccfaa940a1110da7d74 2,461 1.00/1.00 vMB 19
Previous 10 blocks ↓
Total Size: 782.68 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: 677.93 GB
    • Received: 16.44 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.