Loading Tool

Explorer IconExplorer

Memory Pool

82,671 transactions
30.46 vMB
0.09898372 BTC
Random Selection Loading Transactions
Max Size: 183.43/200 MB

Candidate Block

Mining Attempt fdd32e3e54ed2927ebf14bc3eaae3b874fc69d30731e4ebfa04df020d56b9f94
Version 20000000
Previous Block 000000000000000000005ca632d69633021cee09eb0a1dc73d46b978a1e9df69
Merkle Root 414f4af42d3e62fcaa93bf11b8f267ab67fe0a7516ec17c2e63a1feb8c1a5b03
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,815
Size: 1.00 vMB
Total Fees: 0.03509005 BTC
Feerates: 454.44 > 3.52 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,985 (128,183 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
786,802 786,802 00000000000000000005ab0a15784a8f9d5968887fafc4d83a8cbfdfd34f6b1e 4,074 1.00/1.00 vMB 16
786,801 786,801 00000000000000000003a6a9b63c6f23251d48732b5d0c15106219abea200daf 2,802 1.00/1.00 vMB 31
786,800 786,800 00000000000000000000cd37974e6451cd16a421857783c3b8716801a045b4d5 2,525 1.00/1.00 vMB 20
786,799 786,799 00000000000000000003344f0f3f88f5e124a32aa78f5de526ea653b12f3b963 3,036 1.00/1.00 vMB 12
786,798 786,798 00000000000000000000a6ec80f96324cb680bd42231a03900aa5e3f073387a5 3,347 1.00/1.00 vMB 26
786,797 786,797 00000000000000000001e9a861b40affb059c947d2d9b65c552ff46699a65abb 2,769 1.00/1.00 vMB 11
786,796 786,796 000000000000000000007cc01cbfa2e2c74006785b2490ecb3c08e6bc4eac7f3 2,945 1.00/1.00 vMB 2
786,795 786,795 00000000000000000004b38f2638c0cac7cef84b2b167cb0d7182a3eab5cd152 2,711 1.00/1.00 vMB 4
786,794 786,794 0000000000000000000466edd809e426704e9606e9439400913eddd820a3a6fe 3,524 1.00/1.00 vMB 13
786,793 786,793 00000000000000000002559efe098f66185c6386cec0d9463ab11042c1e993ed 2,606 1.00/1.00 vMB 22
786,792 786,792 000000000000000000038dd40ca631ca179db38ba16ff3ac35b8fe98ef5d42e8 1,123 1.00/1.00 vMB 9
786,791 786,791 000000000000000000018fb8887068a92a0be851a85dfdc91c8ea6537419bd8f 1,162 1.00/1.00 vMB 6
786,790 786,790 000000000000000000017176b389f9b976357bc9e274f53e8d39530407e4c610 2,078 1.00/1.00 vMB 5
786,789 786,789 00000000000000000003ae5723b60718aa3436e1f0c1e107b2c1baf8997d658e 2,583 1.00/1.00 vMB 8
786,788 786,788 000000000000000000012d78578ac731798702f1fad04639ff1fff1316d8e85d 1,880 1.00/1.00 vMB 9
786,787 786,787 00000000000000000005794df409adde13781a08726b3d3a4563d76df30ee22b 1,450 1.00/1.00 vMB 16
786,786 786,786 00000000000000000004c0806a7fb9f28c92038fc58a8b8abdebefb6545952f4 3,632 1.00/1.00 vMB 19
786,785 786,785 00000000000000000003c66f12dc9829201ed8b14ffc40e439fb6dc25be2f7a3 1,221 1.00/1.00 vMB 4
786,784 786,784 0000000000000000000348b0505ed965fe5d254c5e84f5e6fe2d61d72c423fd4 2,389 1.00/1.00 vMB 6
786,783 786,783 00000000000000000001d2dc412cbd8d0e8665be8c93475a641503f3f35fd68d 2,872 1.00/1.00 vMB 13
786,782 786,782 00000000000000000004d58c46c677d2d412f3a8389e0acfbb92e68769beed60 2,325 1.00/1.00 vMB 14
Previous 10 blocks ↓
Total Size: 782.37 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: 663.36 GB
    • Received: 14.90 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.