Loading Tool

Explorer IconExplorer

Memory Pool

75,989 transactions
28.37 vMB
0.08336945 BTC
Random Selection Loading Transactions
Max Size: 172.58/200 MB

Candidate Block

Mining Attempt cb0d34551e7e789dea799c05801edec80590694cc58169b680c9bd720372c836
Version 20000000
Previous Block 0000000000000000000172681c51a3d1420d64b53f092a1fc2f3f9d3e0558f71
Merkle Root c7c7f019df51849449dd179ffafe53f60d679458e45338af1e360c03cda457a7
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,755
Size: 1.00 vMB
Total Fees: 0.02043288 BTC
Feerates: 180.82 > 2.05 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,270 (623,251 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
292,019 292,019 00000000000000008b933d7c72bab7f38031e4aa7a4117229a97033ed7ca2be2 343 0.15/1.00 vMB 49
292,018 292,018 00000000000000007a7af284d1f00691fa743d0c29de6af60a3739a8561eb8ef 163 0.07/1.00 vMB 35
292,017 292,017 0000000000000000d40918c9b94547f3bc9e88261a0b2f1ed23e9849bb04467e 233 0.10/1.00 vMB 31
292,016 292,016 0000000000000000063093709a5a911ca1c63f221a5295367cc87dacd9d3f138 331 0.35/1.00 vMB 11
292,015 292,015 000000000000000034352a27caeae4480eb467b2228b9227971fcce6f7b6c596 32 0.02/1.00 vMB 2
292,014 292,014 000000000000000054e323be02a6f9f70ae79ede77801f387abb501f9f1ef01e 443 0.21/1.00 vMB 36
292,013 292,013 00000000000000009ba850c3cd7ba0096cc8188ed475d44603144b654595cbb5 315 0.17/1.00 vMB 30
292,012 292,012 000000000000000035928694569398f61fef39a141de033653953485b1525211 483 0.27/1.00 vMB 45
292,011 292,011 00000000000000001727888986431989574d8fcebe01e64ba3e9b38d0ee15ad6 345 0.18/1.00 vMB 32
292,010 292,010 000000000000000059b2e312881a830b1f2957573f95e649d43b81c20e698c8f 166 0.12/1.00 vMB 102
292,009 292,009 00000000000000005273692fe88dad8d4d3ee7c63ab9e6a2231262158bf2121b 29 0.04/1.00 vMB 8
292,008 292,008 0000000000000000553018de7378138a6709657a9cfd0e63051ddbd38d8b7f2d 64 0.02/1.00 vMB 56
292,007 292,007 00000000000000003481ca2d74dcd264f75e77ffaa1ddd58445fbb24364c7f31 223 0.14/1.00 vMB 28
292,006 292,006 00000000000000009a0163f4d8f43a582f373a5258643ad72a3017902a43e21c 255 0.13/1.00 vMB 38
292,005 292,005 0000000000000000c86b439fc4c5fbbf2680585a8a18de80df60b170e13376dd 598 0.32/1.00 vMB 35
292,004 292,004 00000000000000006af73fab926585a11f3ccee2d88871ce1865ea9c897964b1 351 0.21/1.00 vMB 34
292,003 292,003 000000000000000075b67c79274f8a472acb0c40dbcc612656687ed9122f4ec4 273 0.14/1.00 vMB 40
292,002 292,002 0000000000000000887504e4a0d9b36239cf133f2259e6dd439cbcd71671564d 128 0.10/1.00 vMB 24
292,001 292,001 0000000000000000b55300241bf11d4e59066bdf0af3baa1d5e61fef4a897305 97 0.03/1.00 vMB 35
292,000 292,000 0000000000000000620671231acb6a68134a0396235dcb0e53f4fc82bbaa1184 180 0.13/1.00 vMB 23
291,999 291,999 00000000000000010224175ec7be78c9ae2b657ec79be7532e6a396e2815ee18 256 0.10/1.00 vMB 63
Previous 10 blocks ↓
Total Size: 782.86 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: 712.89 GB
    • Received: 17.24 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.