Loading Tool

Explorer IconExplorer

Memory Pool

80,494 transactions
30.12 vMB
0.13998505 BTC
Random Selection Loading Transactions
Max Size: 181.87/200 MB

Candidate Block

Mining Attempt 69bb5bc0730f81ad1a0085852e082a30e7aacb9aadfd000db614f5beccdd2743
Version 20000000
Previous Block 00000000000000000000997246e0ea341cc7494c99602e9246f1c08e494865a8
Merkle Root 07bad75e03f047465a6d171154cabc7225c1e18b1811194bfdd5eacaba3a894a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,854
Size: 1.00 vMB
Total Fees: 0.06875897 BTC
Feerates: 101.64 > 6.89 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,140 (247,270 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
667,870 667,870 000000000000000000091620215fe6de1162ea14ae0dde1aa91b84bc94f15595 2,453 1.00/1.00 vMB 36
667,869 667,869 000000000000000000047e2179133ae91a6a8ccc865dff628eacd8ab183523d9 2,306 1.00/1.00 vMB 27
667,868 667,868 0000000000000000000b7102eb122a57227b89184eb2d1bdd0212136837804bc 2,644 1.00/1.00 vMB 74
667,867 667,867 0000000000000000000c68cf2f366756ba7ac2acb148e7002f4488c2f6ff8c3b 2,218 1.00/1.00 vMB 85
667,866 667,866 000000000000000000080c5a0a786194cd953a981aec9f5dc924837e3bd570f1 2,129 1.00/1.00 vMB 9
667,865 667,865 0000000000000000000147c67166af597fa3468a0c7cceda88ff64101e4650d3 1,977 1.00/1.00 vMB 73
667,864 667,864 00000000000000000002dbfc04f8a91a7adfae7d0cc000e10440070a577b9c2a 2,005 1.00/1.00 vMB 48
667,863 667,863 0000000000000000000007c8429fbaf340e91bff7501513ee74d88734908de79 2,100 1.00/1.00 vMB 20
667,862 667,862 0000000000000000000953152099a9808062e689e6192fb09f8b2c8ab6e9a465 2,396 1.00/1.00 vMB 58
667,861 667,861 000000000000000000012c784281180639361f6810b078586f1acbebe482cc72 1,719 1.00/1.00 vMB 33
667,860 667,860 0000000000000000000aa189b5d9736a2bec3576504086b77a9d68f78abfd0c8 3,151 1.00/1.00 vMB 85
667,859 667,859 0000000000000000000013cb12704824320f60ce70e34d1e3277b0b5ade46c2e 2,276 1.00/1.00 vMB 74
667,858 667,858 0000000000000000000c36bc08d49cb2651330fff34128ff974f10e5ee0804d1 2,559 1.00/1.00 vMB 41
667,857 667,857 000000000000000000067dd59825f6b969f6942c4a79dcbac7b13d44319718e8 1,550 1.00/1.00 vMB 57
667,856 667,856 000000000000000000004b22a2e9e268642151836d572c314086b97e0ed193f8 2,545 1.00/1.00 vMB 90
667,855 667,855 00000000000000000006c646c34ee83d34b970f65261aae14eafb7aa5e9d28f5 1,697 1.00/1.00 vMB 27
667,854 667,854 0000000000000000000221b48a501058b6fbd1a27e6393cfdcb8c67afe55dff3 2,216 1.00/1.00 vMB 32
667,853 667,853 00000000000000000004da9f6f7c736e7a260f0b817166c97d2865cbe75b1f22 2,583 1.00/1.00 vMB 70
667,852 667,852 00000000000000000005063147d1abd1f6fde90d7a988869a2e6632c8a01eb77 1,912 1.00/1.00 vMB 8
667,851 667,851 00000000000000000001e66ca82ee1563dd5c4c0857a458314a4bb56b7efae90 2,599 1.00/1.00 vMB 69
667,850 667,850 0000000000000000000ae9042a6b6ffe1114c4fe152c49e00c7e487d25ace6d7 2,833 1.00/1.00 vMB 92
Previous 10 blocks ↓
Total Size: 782.64 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.38 GB
    • Received: 16.22 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.