Loading Tool

Explorer IconExplorer

Memory Pool

41,855 transactions
26.48 vMB
0.07083357 BTC
Random Selection Loading Transactions
Max Size: 137.88/200 MB

Candidate Block

Mining Attempt c09cae1bf983ec46e942717ffe65d4026a16b35509a008fd4dfbb5eff67f9630
Version 20000000
Previous Block 000000000000000000013d1b293536ab82134f325a16ee38fb06a5a60fa57fff
Merkle Root 347fc1f5db38a8ecfff8ea70e720446a181471b355a5695d9e9f520faf12188f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,834
Size: 1.00 vMB
Total Fees: 0.02219031 BTC
Feerates: 99.53 > 2.22 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,876 (248,860 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
666,016 666,016 00000000000000000009407677e4ca84f8c63ef658b75bd93508aae17f184c8c 2,585 1.00/1.00 vMB 28
666,015 666,015 0000000000000000000820e33a536c6a0f2afa72c8e78a582a820ce9d750dd8f 1,928 1.00/1.00 vMB 64
666,014 666,014 0000000000000000000d831a9325dc26b574ad9d7c02aa03f7706fe32c6cb2a8 1,756 1.00/1.00 vMB 135
666,013 666,013 00000000000000000003af5f02677a5086fc6244a25b5fa4fb6484ccd35cfa93 2,632 1.00/1.00 vMB 70
666,012 666,012 0000000000000000000aebbd8c4ea9653f3d51df9bff191b580c2c7a3c269d91 2,521 1.00/1.00 vMB 28
666,011 666,011 0000000000000000000ab43e6f881ca9c6d0e38c2e558a3b35e9f53bfa465ab5 2,617 1.00/1.00 vMB 56
666,010 666,010 00000000000000000006571693fff5eadcc14b63e97e491c24106de6fbebb0f6 2,708 1.00/1.00 vMB 99
666,009 666,009 00000000000000000003fd948877e53a465b911551bc9d0ce1de1773c8714b36 2,699 1.00/1.00 vMB 67
666,008 666,008 0000000000000000000bd3066f473a67a6a22a78b3f7de0034d0a22d175ad4af 2,382 1.00/1.00 vMB 107
666,007 666,007 000000000000000000082f0bc5497f09186db5cc5318ce9e4e907142e84cf58e 3,011 1.00/1.00 vMB 147
666,006 666,006 000000000000000000082da7a8bc896c5b5296b8bbe5ff73fdbf95ed0a82e4b9 2,323 1.00/1.00 vMB 103
666,005 666,005 0000000000000000000b378ee15810e77f90c335e34a4968fa263d6e2f586ec2 2,694 1.00/1.00 vMB 24
666,004 666,004 0000000000000000000d6dcfc50d6da6859fe1e51d9d944d53ec4a9a96c571fd 2,137 1.00/1.00 vMB 42
666,003 666,003 0000000000000000000d69505beb584b943672496dc1ec3937fe86df4fd84d6c 2,652 1.00/1.00 vMB 121
666,002 666,002 0000000000000000000b3aa94d58d7d51b75ea4e357953659ef3cf3734e22f7e 1,048 1.00/1.00 vMB 100
666,001 666,001 0000000000000000000d6f725db9d191a3408bd8ffc6a0575f1b1646a0d57042 2,064 1.00/1.00 vMB 28
666,000 666,000 000000000000000000073b4ed70ee4f281e6de38c34e453df0d6dcedd6f10b3b 2,516 1.00/1.00 vMB 96
665,999 665,999 0000000000000000000d89884e1573a2a566a29890295d61045d2b46e4fdd1db 2,664 1.00/1.00 vMB 101
665,998 665,998 00000000000000000009165c297fb06e7fb33a6d7144405b8d423534ad4412ed 3,418 1.00/1.00 vMB 136
665,997 665,997 0000000000000000000c3be4660111ea2c73daf861186411373e48ffcfdee469 2,540 1.00/1.00 vMB 106
665,996 665,996 000000000000000000029f96ec7224aefea12763ff5713236ec9bd68750bd728 1,944 1.00/1.00 vMB 29
Previous 10 blocks ↓
Total Size: 782.17 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: 653.46 GB
    • Received: 13.89 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.