Loading Tool

Explorer IconExplorer

Memory Pool

80,344 transactions
30.13 vMB
0.12305220 BTC
Random Selection Loading Transactions
Max Size: 180.79/200 MB

Candidate Block

Mining Attempt 6953b8782053fb8e9dc64f32fafd8f1e4ebd7e3c2d6e9bda35d053dc27a57f23
Version 20000000
Previous Block 00000000000000000000b062ce7c1ce93baecfacba3f86e7f53b0c46b27d927f
Merkle Root 4f5f039678f430c2aa7ac48ec1310dddd3df44367a558041dc5222fe7b72c9ea
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,265
Size: 1.00 vMB
Total Fees: 0.05433657 BTC
Feerates: 150.86 > 5.44 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,106 (176,332 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
738,774 738,774 00000000000000000007775e31c6c18763a7374aacf529dd90746a7b73275551 3,022 1.00/1.00 vMB 10
738,773 738,773 00000000000000000007df61201bbfb27f8a994641702a0ea4dbaccb51975845 2,436 1.00/1.00 vMB 8
738,772 738,772 000000000000000000039776462bc9c6429d70276f948682cd9a726d1f2c8d1e 2,992 1.00/1.00 vMB 18
738,771 738,771 00000000000000000006cf24139cc75c178cc2ce0fefee8713a50ec5ed9ba63e 2,158 1.00/1.00 vMB 11
738,770 738,770 000000000000000000067a58faeaf4f646970aaeb853a3ddf87cf8c06834767b 2,230 1.00/1.00 vMB 7
738,769 738,769 00000000000000000000a71cd4ac17e3c409fba2cb75ede9042eab8fd1e78ca1 2,590 1.00/1.00 vMB 7
738,768 738,768 00000000000000000007e3e0328755e4bc73f37ba8eebb3dcedfdcb4b9fab301 3,202 1.00/1.00 vMB 17
738,767 738,767 00000000000000000009073ad78f860754d13b42e79fe54533c1c94e215e583c 3,315 1.00/1.00 vMB 9
738,766 738,766 000000000000000000031b0daa0ee7f26a850026e87316ea410f84e0f0392d25 2,913 1.00/1.00 vMB 15
738,765 738,765 000000000000000000088eca1fc98dc07e1daaa60fbf92ab65042df62665536b 2,486 1.00/1.00 vMB 11
738,764 738,764 00000000000000000001ea3b6b38b711e58afdd5ed1bce6cabade775f9db0c06 2,844 1.00/1.00 vMB 17
738,763 738,763 000000000000000000056fde770070da6a751113450b9d96ade8bc5adc807e58 1,857 1.00/1.00 vMB 12
738,762 738,762 000000000000000000085b9a18c5e11d560b8e810e83f8a2fc75d35d61142506 2,697 1.00/1.00 vMB 12
738,761 738,761 00000000000000000007f5d66247f2d7b65b6c1be663accc022f5eb830cb0da1 824 1.00/1.00 vMB 18
738,760 738,760 00000000000000000000a08f5afdc0b36ec3fa21c300d12a6c0fb3d4060f83ec 3,009 1.00/1.00 vMB 19
738,759 738,759 00000000000000000006db76c09f42edfc99e37bbfe071f7219a313ab447da6c 3,425 1.00/1.00 vMB 19
738,758 738,758 00000000000000000007d9819b8e6da25acdbd4f04fa8276b2a13ee1cd2165bc 3,157 1.00/1.00 vMB 23
738,757 738,757 00000000000000000008949ece172b367c39b00aced7a01dfa8ec739de6dcabe 2,447 1.00/1.00 vMB 10
738,756 738,756 000000000000000000013e161774997f183e1fdbab8a8e8437d75420d4eacd67 2,780 1.00/1.00 vMB 12
738,755 738,755 00000000000000000007537af3a267635bace7d553a04133fd67a059cd52bc34 3,187 1.00/1.00 vMB 19
738,754 738,754 00000000000000000006cc1a1f8559cbb4c00bf8b151a76e8b2ba5525281c6fc 2,301 1.00/1.00 vMB 14
Previous 10 blocks ↓
Total Size: 782.57 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.23 GB
    • Received: 15.88 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.