Loading Tool

Explorer IconExplorer

Memory Pool

45,259 transactions
27.84 vMB
0.08900629 BTC
Random Selection Loading Transactions
Max Size: 146.21/200 MB

Candidate Block

Mining Attempt 9692f6d503bac627149f30eca408c4ad72c076f32cfeffe78278a0ff87b8ca5f
Version 20000000
Previous Block 00000000000000000000d4a518e70dcf6645c40c788678282cd7f9e240afc9e0
Merkle Root 5fcd2f156ca6da03db07223e2cdc6359245e08fc3f12f6f45f4d4ffbc1ee5bd5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,950
Size: 1.00 vMB
Total Fees: 0.03427652 BTC
Feerates: 157.73 > 3.43 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,912 (136,268 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
778,644 778,644 0000000000000000000292721361552fe0f4f59367b2b0a42aaca20e0b4464d5 3,390 1.00/1.00 vMB 24
778,643 778,643 00000000000000000005f02beb55806026f37b847c3dc119bd7f3fc78ea4f993 1,752 1.00/1.00 vMB 9
778,642 778,642 00000000000000000004427a9f0cf6f8a13c20235b9b02052dcfc9e0a226b238 3,629 1.00/1.00 vMB 16
778,641 778,641 0000000000000000000497d4438963e0f85c307e0c600c497a929ae80a412f0f 3,639 1.00/1.00 vMB 21
778,640 778,640 00000000000000000005a38170a7a27e74e5e01a162db1c1f030b2eb9eeea650 2,647 1.00/1.00 vMB 8
778,639 778,639 00000000000000000003b2a659aeb097b6408bf846553c280d84ab9a02104a64 1,702 1.00/1.00 vMB 11
778,638 778,638 000000000000000000045a9db5f59c7051c4822d2bbbb35738caa4245ee36127 3,254 1.00/1.00 vMB 21
778,637 778,637 000000000000000000007e52e2057d6d6e0f9685324b53a338571f145629d15f 2,691 1.00/1.00 vMB 27
778,636 778,636 000000000000000000065bfee12a9d756836a2e6c4728b3df96ea9a1c56016f7 3,301 1.00/1.00 vMB 25
778,635 778,635 00000000000000000004cd126da11ae9c0ca144065ed5d1f93163f27f48667ac 717 1.00/1.00 vMB 4
778,634 778,634 000000000000000000066abadd366964d872c70183071a3fd1b09b601e506902 1,861 1.00/1.00 vMB 8
778,633 778,633 00000000000000000000d3f2c99d5729c0c4cf05c01b43e034b8331d7063f88b 2,551 1.00/1.00 vMB 11
778,632 778,632 000000000000000000035a87df4eba7c7ef8cbe2637d7a9d9355a589ba1c65c2 2,311 1.00/1.00 vMB 20
778,631 778,631 0000000000000000000658af5039cb3f1bfd802c91784cfb6fe8c44e3a78b192 3,430 1.00/1.00 vMB 25
778,630 778,630 0000000000000000000076e0df5ae72e8fa949b32cae8fba6f5c767a8ceae5fb 1,014 1.00/1.00 vMB 5
778,629 778,629 000000000000000000008c819e336b1652c2822b2688e92c74b80b814c388143 487 1.00/1.00 vMB 3
778,628 778,628 000000000000000000049e0e904014b2dc683a19dc76a71fd2f9d68064acbf21 2,747 1.00/1.00 vMB 15
778,627 778,627 000000000000000000002e8e8f662294ffde2d28c5a44a20dfe599fd626f2364 3,457 1.00/1.00 vMB 18
778,626 778,626 0000000000000000000252f725732f36e3547fe621e455cbbb8c04ec94bd7b92 2,513 1.00/1.00 vMB 10
778,625 778,625 0000000000000000000205c780b553ab3c05680dd501def65b388e62f28e0418 3,258 1.00/1.00 vMB 26
778,624 778,624 00000000000000000003d05dcd716d768781f0124f519a52a8a055e42cfde70d 511 1.00/1.00 vMB 2
Previous 10 blocks ↓
Total Size: 782.23 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: 655.04 GB
    • Received: 14.24 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.