Loading Tool

Explorer IconExplorer

Memory Pool

49,468 transactions
22.28 vMB
0.14825894 BTC
Random Selection Loading Transactions
Max Size: 125.66/200 MB

Candidate Block

Mining Attempt c8d11d808e54853d06fe9d582ea7cf1631db31d35000ccdd8a696290c56e8df3
Version 20000000
Previous Block 00000000000000000001d32a64f5a9fd0bffe928323de9f2e4c91f06684e673c
Merkle Root 9de07b785663cb6378cd3dcabe9a0a2e95addd235291d3f515068807bfe310a8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,723
Size: 1.00 vMB
Total Fees: 0.08291107 BTC
Feerates: 477.45 > 8.31 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,920 (839,159 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
74,761 74,761 000000000012be6a51832868e040f28df296edc1b7f8697647fe34bcca990bd2 2 0.00/1.00 vMB 0
74,760 74,760 000000000009f7ad4759761526c26d061d0faf4d03e4159dd3b626179d065cbf 3 0.00/1.00 vMB 0
74,759 74,759 00000000002b6612a944585a6fe0abd217cf80599bf8a8b6cf3cc868ecfcbcd4 7 0.00/1.00 vMB 0
74,758 74,758 00000000002fc3cacd30d714f5c0ade2c746f3d102f02b016ad546c1e364315a 7 0.00/1.00 vMB 0
74,757 74,757 00000000004d460b370c712c272c350d978ffbb2032f56e57b6518464ac0148c 3 0.00/1.00 vMB 0
74,756 74,756 00000000003ab8284d4075efcd1a49a59cd237d3a48cb7d35f424cbcf603dfaa 1 0.00/1.00 vMB 0
74,755 74,755 000000000045a49c1a89cf582554ddb80dd4871f6aee71c0d707e9a5cb923cf4 4 0.00/1.00 vMB 0
74,754 74,754 00000000002c0676694eb137ca62711e22848ebdd81d601bc99f144901936c76 1 0.00/1.00 vMB 0
74,753 74,753 000000000041795fd5729cb89bc2618a03bcbe122cca1884caa70875d3e54032 1 0.00/1.00 vMB 0
74,752 74,752 00000000005030b631af9c9eedb7b4a9f7a61d63521c0483172d6c15e3ec1a70 1 0.00/1.00 vMB 0
74,751 74,751 00000000005b12169237f030ac4b6cf9fd56eeca1e7e965d72e40c7c39de1693 1 0.00/1.00 vMB 0
74,750 74,750 00000000005164131c4a72c53ecb60528a467b6062b6df0f347b7ca08005099c 1 0.00/1.00 vMB 0
74,749 74,749 00000000000644ccfc64f9377af163b47cac04368f002cec6d41f659c21f9e12 11 0.00/1.00 vMB 0
74,748 74,748 000000000045e8d64c92e8f5b30df871f595d76e062e523b5bd953992b6ea0ea 4 0.00/1.00 vMB 0
74,747 74,747 00000000005810a345f5efcfb1999ef4ff88a8b556ef1598abd1c5e06ba27ad9 1 0.00/1.00 vMB 0
74,746 74,746 00000000007d36595fb52a6eb7d2458fb65d69c18c9d1f9eee63d44a30ff0793 1 0.00/1.00 vMB 0
74,745 74,745 00000000003a5f98913960ef4ebc11f660163c452b24d3f8003c32c479953b71 4 0.00/1.00 vMB 0
74,744 74,744 00000000000453686a0d38e2b9b5287e05b9032d49775175394adefbcf02cf5b 3 0.00/1.00 vMB 0
74,743 74,743 0000000000233d3bc8bf9a644e64a14c37124358f467486c4c7de1bef2d8db06 1 0.00/1.00 vMB 0
74,742 74,742 00000000001ab454b2115f2d03dc676a50baa6b4446f254e37e6bb17d8a9a79a 3 0.00/1.00 vMB 0
74,741 74,741 00000000002c03d16973abe660d3a3deb4deaa1d642111299cf8a3d87906702d 2 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 780.47 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: 528.41 GB
    • Received: 5.61 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.