Loading Tool

Explorer IconExplorer

Memory Pool

75,638 transactions
28.31 vMB
0.06379150 BTC
Random Selection Loading Transactions
Max Size: 171.43/200 MB

Candidate Block

Mining Attempt 88966571facb7b6327948d97a19d4ae17ac51816bf853c8bb7062868d6bd3c8a
Version 20000000
Previous Block 0000000000000000000169e11a5774bf6f1eff7be8cb96cd30c8ad82f3884e2d
Merkle Root 47c6a249ed67b6f4635d37e6c36b3f24ef4b8a0eb0725d9ce24c1fdb8f96f36a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,283
Size: 1.00 vMB
Total Fees: 0.00524016 BTC
Feerates: 101.00 > 0.53 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,158 (228,199 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
686,959 686,959 000000000000000000061f67e0b7bf8ae755d8e71a808f8665229576a713ed59 1,632 1.00/1.00 vMB 28
686,958 686,958 000000000000000000050d282b80d0a3b7334c35283a6752e3bb8d55da7b93ae 3,093 1.00/1.00 vMB 25
686,957 686,957 0000000000000000000d4e51a8cee49582113a97d8593b6fbe251de3d97058bc 2,642 1.00/1.00 vMB 83
686,956 686,956 0000000000000000000c28aea6e8c073e44e249460e8e16cfc4a46f3b47d536b 2,413 1.00/1.00 vMB 41
686,955 686,955 00000000000000000008a723f9d9585151725088f2a149e4cca3c5ef1fa93f93 2,473 1.00/1.00 vMB 25
686,954 686,954 000000000000000000071bf5e4ec6e934297c33c4ba65858b37ca614f0f0d02f 3,002 1.00/1.00 vMB 55
686,953 686,953 000000000000000000080cc70e718cdc062012b4276aa6950e72aca4cfbfbe81 2,454 1.00/1.00 vMB 98
686,952 686,952 0000000000000000000432e1ef4282f9bd1525a48aa3cf64a5bb8bf20ed0367e 2,799 1.00/1.00 vMB 25
686,951 686,951 000000000000000000093e80700d279a08967303edc5c76b14f386726ecec239 2,972 1.00/1.00 vMB 55
686,950 686,950 00000000000000000008fe2fcb40df6ddbfe379523947bce3ee4d94678f64729 1,941 1.00/1.00 vMB 73
686,949 686,949 0000000000000000000a172f5a99c127c081d58931718a4f579ad3a106a4f563 2,908 1.00/1.00 vMB 9
686,948 686,948 0000000000000000000a6995159a3e122f31a7d13b8839ed5fc3d63ebbe7b22c 2,279 1.00/1.00 vMB 27
686,947 686,947 00000000000000000001875f5d3aa377bf87953dd987d2c81e3c397438f82f51 2,657 1.00/1.00 vMB 24
686,946 686,946 000000000000000000052ce6f5cab3056710e79574fcb25a54c12141c9873a8c 2,548 1.00/1.00 vMB 28
686,945 686,945 0000000000000000000c9f10689cff336a68c7108f0cc662a5b0e1a066a6ad81 2,272 1.00/1.00 vMB 25
686,944 686,944 000000000000000000024a1558e86d484b7fd01ff65f24eae3d39e76ecd80ecb 2,945 1.00/1.00 vMB 52
686,943 686,943 000000000000000000082b4a6c19c11bc36dd819b2c5156a23c3916f8f6b85a9 918 1.00/1.00 vMB 25
686,942 686,942 0000000000000000000a874adda05bd8e9f3d7ebffc23e62905bd86d0da53dbe 98 0.06/1.00 vMB 12
686,941 686,941 0000000000000000000a5633d00b784d95e01f266578939c5a90dffd6f498bd0 1,675 0.64/1.00 vMB 38
686,940 686,940 00000000000000000006353d68598079aeb1dff8a1a497028f13cd29b7d1af2f 636 0.23/1.00 vMB 25
686,939 686,939 0000000000000000000134ba6cbba3e622894ec47a8636a799e60f7f30122477 648 0.63/1.00 vMB 2
Previous 10 blocks ↓
Total Size: 782.67 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: 673.10 GB
    • Received: 16.39 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.