Loading Tool

Explorer IconExplorer

Memory Pool

82,765 transactions
31.24 vMB
0.15629856 BTC
Random Selection Loading Transactions
Max Size: 185.72/200 MB

Candidate Block

Mining Attempt 6c3bc13ccdee1b719b84a63d946e44db908795588cd97974882ef33becb0d3e3
Version 20000000
Previous Block 000000000000000000017cb93000a20c08f0fc639d471abc5ab7059c2109dbfe
Merkle Root 82abdcb5d402c7ee2b42bba77c1b4377ba2fcf5b129cd7f1306fcbc69b8030da
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,101
Size: 1.00 vMB
Total Fees: 0.05950077 BTC
Feerates: 269.69 > 5.96 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,145 (255,127 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
660,018 660,018 0000000000000000000bd5bb3341da2321eef187e9ad368eac4c1b4d3b2167c1 1,795 1.00/1.00 vMB 29
660,017 660,017 00000000000000000000a4cdfd466832d15f2329ac4c2bbb47a5f2f21f63dd58 1,974 1.00/1.00 vMB 103
660,016 660,016 000000000000000000029d1cb75f044283094f5738a45e4f3b344ed4251bf13f 1,429 1.00/1.00 vMB 8
660,015 660,015 00000000000000000008c973dc8df30ce0b9db50f09338166af4ef18ab590f2b 1,136 1.00/1.00 vMB 7
660,014 660,014 0000000000000000000394f28181c9c2fc9a04abc2c47d2ba3c74896aace1a9d 2,075 1.00/1.00 vMB 80
660,013 660,013 00000000000000000003c2062d34a9cf8717e56296065584d897c1103dd9db50 1,657 1.00/1.00 vMB 10
660,012 660,012 0000000000000000000b10bbed6cae6d8f46dfa7504b82f32894758241e5be4a 2,513 1.00/1.00 vMB 89
660,011 660,011 0000000000000000000957f9f770769ad1f7ffa00c69f48fbf7ebb253b677fae 651 1.00/1.00 vMB 7
660,010 660,010 0000000000000000000e9b8a0f2bc0eb14b9d847e1251112de0302d4e6ee9fd6 1,404 1.00/1.00 vMB 16
660,009 660,009 000000000000000000069708defde7a0c5f55237a450c75343666ef958a35f4b 1,371 1.00/1.00 vMB 7
660,008 660,008 000000000000000000080effc213bf113292fc326718c5d1e961453acc16649f 2,032 1.00/1.00 vMB 74
660,007 660,007 0000000000000000000213caecf9ffaec78b02865130f063061746fa51eec10d 1,134 1.00/1.00 vMB 8
660,006 660,006 0000000000000000000393387b9a0981e18d681fe132998ca5008b5579b6b0da 762 1.00/1.00 vMB 24
660,005 660,005 00000000000000000003e2b50a5844d9d7d05925b500a4ab2991ca8118698fc0 1,336 1.00/1.00 vMB 34
660,004 660,004 00000000000000000002bd97fdf64cac2e51e258a13d78df1fda794f1c8bef10 2,457 1.00/1.00 vMB 71
660,003 660,003 0000000000000000000b46da0e40ba473445895dd26c87fcbfeab08650027cdb 721 1.00/1.00 vMB 28
660,002 660,002 0000000000000000000cbc94ff151a693aff7946d289894cc76982e776b11f8c 779 1.00/1.00 vMB 49
660,001 660,001 00000000000000000002a51e2934788deca418db4910cddb5d2e139b7762ec7d 1,234 1.00/1.00 vMB 33
660,000 660,000 00000000000000000008eddcaf078f12c69a439dde30dbb5aac3d9d94e9c18f6 745 1.00/1.00 vMB 24
659,999 659,999 0000000000000000000ad3f00c4e7a24fa825e61c9b8fccf44d8a2f3c906f651 1,997 1.00/1.00 vMB 54
659,998 659,998 0000000000000000000252b718fe82b287f31c1890bf5fa17868f4b71d03f1c5 2,173 1.00/1.00 vMB 56
Previous 10 blocks ↓
Total Size: 782.65 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: 672.55 GB
    • Received: 16.27 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.