Loading Tool

Explorer IconExplorer

Memory Pool

81,902 transactions
30.43 vMB
0.12272644 BTC
Random Selection Loading Transactions
Max Size: 183.54/200 MB

Candidate Block

Mining Attempt 8c2ec48ff5e3d9e9533ae43f766e6855405d4dea6b19f2a64e049b14dca336bb
Version 20000000
Previous Block 00000000000000000000f924cf5022dab74d96145383ec21fa5a02b0a126c621
Merkle Root 807d7cba90662143e103ee8636778038703c137667afb8aaabd2cddcd0a6171d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,416
Size: 1.00 vMB
Total Fees: 0.04392137 BTC
Feerates: 502.62 > 4.40 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,124 (914,337 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
787 787 00000000cbaf0ee85c41dae62e6898ea29801106c24c382c2d29d16c3aee12ba 1 0.00/1.00 vMB 0
786 786 00000000f6df91f727f4554d0f020cf785d689302a2cc5f6542b1f88bfcaf110 1 0.00/1.00 vMB 0
785 785 00000000e5fec80c2f953b79ce5b60fbe7473d0fe4fa3dd0895560c9465554b7 1 0.00/1.00 vMB 0
784 784 000000002dfc22975439a6a353d80a5bd5ae2052f9c6c647640f3b102e2a2eb3 1 0.00/1.00 vMB 0
783 783 000000005ceec93f3dfbdfa1eab28ceac7ad24b73064b3812b73fe6c6be96a55 1 0.00/1.00 vMB 0
782 782 00000000857b9025fa9a6f95f96c59b711db8cb8d5dc5831c22d50c24466a088 1 0.00/1.00 vMB 0
781 781 0000000047638a0d2e2e541db2c05544bae64a7a7292838e019dda6890b0b1dd 1 0.00/1.00 vMB 0
780 780 00000000ba676d471b894c4d66237733dbffd900eba759091cc95b8de28a97e6 1 0.00/1.00 vMB 0
779 779 0000000088705973e5ff59d1a5b6cefbcdac79b15c3e20f91c1dec6ed26c4230 1 0.00/1.00 vMB 0
778 778 000000000507b1b544c123048a54d131a6a5eb86884dca2ec2a6f5e29b3c7c51 1 0.00/1.00 vMB 0
777 777 000000000ed962e1b77fcd47c5deab249f1adb1069195cbcd6cd77f2679e791b 1 0.00/1.00 vMB 0
776 776 00000000a03ddc295497366ea1fd8a80e890c7d9f430771236c83091ff6bbf6e 1 0.00/1.00 vMB 0
775 775 00000000284439b700b0f546c490020308dde23bf72f1ee15253af6bdd19468d 1 0.00/1.00 vMB 0
774 774 000000008f858bef0b058c6d32680ccdb7d1bf4c35e97bd73fbe1b42f5069829 1 0.00/1.00 vMB 0
773 773 000000004d3ef3521bfb87c9b184f61a6658d55383fc313923a1c8899b9c0163 1 0.00/1.00 vMB 0
772 772 00000000a332b39117fefe672973d5dbb13dcf3e21385478a0ab5c6aa34809ce 1 0.00/1.00 vMB 0
771 771 00000000c6846ae9277a93737caabca0f5e73f5cec08b9d2843aadf4d9992d70 1 0.00/1.00 vMB 0
770 770 00000000641ad9cd4ddfc5139e95d1062e39239e358f5d2c5c3d425237d4ba48 1 0.00/1.00 vMB 0
769 769 0000000014ae7c9765f35c9522e3632c3115142a7f985015f708339cc94878b2 1 0.00/1.00 vMB 0
768 768 000000000af8d998f9358c2288930f510664fda475d566bf8fdfb2e1b5076e48 1 0.00/1.00 vMB 0
767 767 000000002ba5875b0cfb046a7d16da3b3fca7fc4c31935d470db3883c593c98e 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.61 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: 671.88 GB
    • Received: 16.05 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.